Files
clang-p2996/compiler-rt/test/fuzzer
Mitch Phillips bb90e2ed87 [libfuzzer] Fix -runs=X flaky test (fuzzer-finalstats.test) (#96914)
Disables LSan in order to remove a 1% flake rate in this test.
There's some logic in LeakSanitizer and its integration into libFuzzer
that will disable LSan and re-run the input. This only happens when more
malloc()s are detected than free()s. Under high system load, this
appears to be possible as the "more mallocs than frees" is dependent on
walltime. In these instances, the number of runs ends up being `n + 1`,
which is undesirable.
2024-07-09 11:23:49 +02:00
..
2023-09-01 00:57:35 -07:00