[zorg] r311367 - [libFuzzer] add one more test to the bot (in WARNINGS mode for now)
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 12:17:07 PDT 2017
Author: kcc
Date: Mon Aug 21 12:17:07 2017
New Revision: 311367
URL: http://llvm.org/viewvc/llvm-project?rev=311367&view=rev
Log:
[libFuzzer] add one more test to the bot (in WARNINGS mode for now)
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=311367&r1=311366&r2=311367&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Mon Aug 21 12:17:07 2017
@@ -68,4 +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 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