[zorg] r311513 - [libFuzzer] disable libpng-1.2.56 on the libFuzzer bot (too flaky)

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 17:03:53 PDT 2017


Author: kcc
Date: Tue Aug 22 17:03:53 2017
New Revision: 311513

URL: http://llvm.org/viewvc/llvm-project?rev=311513&view=rev
Log:
[libFuzzer] disable libpng-1.2.56 on the libFuzzer bot (too flaky)

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh?rev=311513&r1=311512&r2=311513&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Tue Aug 22 17:03:53 2017
@@ -66,7 +66,7 @@ RunFuzzerTest c-ares-CVE-2016-5180 || ec
 RunFuzzerTest openssl-1.0.1f       || echo @@@STEP_FAILURE@@@
 RunFuzzerTest openssl-1.0.2d       || echo @@@STEP_FAILURE@@@
 RunFuzzerTest libxml2-v2.9.2       || echo @@@STEP_FAILURE@@@
-RunFuzzerTest libpng-1.2.56        || echo @@@STEP_FAILURE@@@
+# RunFuzzerTest libpng-1.2.56        || echo @@@STEP_FAILURE@@@
 RunFuzzerTest libssh-2017-1272     || echo @@@STEP_FAILURE@@@
 RunFuzzerTest proj4-2017-08-14     || echo @@@STEP_FAILURE@@@
 #RunFuzzerTest woff2-2016-05-06     || echo @@@STEP_WARNINGS@@@  # Often can't find the bug in the given time.




More information about the llvm-commits mailing list