[zorg] r331404 - [libFuzzer] re-enable the libpng-1.2.56 test

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 14:20:57 PDT 2018


Author: kcc
Date: Wed May  2 14:20:57 2018
New Revision: 331404

URL: http://llvm.org/viewvc/llvm-project?rev=331404&view=rev
Log:
[libFuzzer] re-enable the libpng-1.2.56 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=331404&r1=331403&r2=331404&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Wed May  2 14:20:57 2018
@@ -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