-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libFuzzer fuzzer-leak.test and fuzzer-finalstats.test are unstable #97712
Comments
This has been flaky and reporting a lot of unrelated failures to PRs. See #97712
(apologies for the blunt approach here just disabling it completely, I'm not very familiar with the internal workings of the fuzzer) |
#97396 (comment) Some more examples, in case any pattern emerges when looking at the build times/worker names/etc. |
This has been flaky and reporting a lot of unrelated failures to PRs. See llvm#97712
This test is flaky and has been reporting irrelevant failures to PRs on Github for example: #97829 (comment) https://lab.llvm.org/buildbot/#/builders/66/builds/1159 Adding this to #97712.
Also temporarily disabled |
finalstats potentially fixed by #96914 |
This test is flaky and has been reporting irrelevant failures to PRs on Github for example: llvm#97829 (comment) https://lab.llvm.org/buildbot/#/builders/66/builds/1159 Adding this to llvm#97712.
compiler-rt/test/fuzzer/fuzzer-leak.test
has been the cause of a lot of unrelated failures since buildbot started posting statues to PRs.For example: #97397 (comment)
I know in general this test can be sensitive to the resources available on the machine at the time, but perhaps something can be done to make it deterministic?
The text was updated successfully, but these errors were encountered: