[zorg] r311414 - [libFuzzer] fully enable the proj4-2017-08-14 test

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 17:52:25 PDT 2017


Author: kcc
Date: Mon Aug 21 17:52:25 2017
New Revision: 311414

URL: http://llvm.org/viewvc/llvm-project?rev=311414&view=rev
Log:
[libFuzzer] fully enable the proj4-2017-08-14 test

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=311414&r1=311413&r2=311414&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Mon Aug 21 17:52:25 2017
@@ -68,5 +68,5 @@ RunFuzzerTest openssl-1.0.2d       || ec
 RunFuzzerTest libxml2-v2.9.2       || 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_WARNINGS@@@
+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