clusterfuzz
clusterfuzz copied to clipboard
BAD_BUILD_CHECK
Hi all!
I have tried to use environment variable called BAD_BUILD_CHECK
- logic is located here (testcase_manager.py). I'm not sure if I understand the logic here, but I'm not able to trigger it. I wonder about two things:
- Why do we ignore the state here? ignore_state=True
- What cases should this
BAD_BUILD_CHECK
cover? I have tried exceptions at "boot" of the target, interrupts, different Clang versions or even uploaded an empty text file instead of a executable.
Thanks in advance! Sebastian