These are going to waste a lot of time and produce clutter when we're
bulk introducing crashes. Add a flag to disable this behavior in case
this matters to a reproducer.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,060 ms | x64 debian > libFuzzer.libFuzzer::minimize_crash.test |
Event Timeline
Comment Actions
thanks, I've always manually added LLVM_DISABLE_SYMBOLIZATION to the reproducer, this is nicer
llvm/test/tools/llvm-reduce/Inputs/test-crash-vars.py | ||
---|---|---|
7 | a comment here that both env vars being "1" is interesting would be nice, it took a non-trivial amount of time to work out | |
llvm/tools/llvm-reduce/llvm-reduce.cpp | ||
111–112 | win premerge bot is failing, you need #ifdef _WIN32 #include <windows.h> #endif |
Comment Actions
It might be good to include the review URL in the commit message so its easy to find the review from the commit and have Phabricator auto-close the review :)
a comment here that both env vars being "1" is interesting would be nice, it took a non-trivial amount of time to work out