[zorg] r285139 - [libFuzzer] add one more real-life test to the bot; enable failure mode for another test
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 16:00:59 PDT 2016
Author: kcc
Date: Tue Oct 25 18:00:59 2016
New Revision: 285139
URL: http://llvm.org/viewvc/llvm-project?rev=285139&view=rev
Log:
[libFuzzer] add one more real-life test to the bot; enable failure mode for another 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=285139&r1=285138&r2=285139&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Tue Oct 25 18:00:59 2016
@@ -111,7 +111,8 @@ RunFuzzerTest c-ares-CVE-2016-5180 || ec
RunFuzzerTest openssl-1.0.1f || echo @@@STEP_WARNINGS@@@ # Flaky build failures
RunFuzzerTest openssl-1.0.2d || echo @@@STEP_FAILURE@@@
RunFuzzerTest libxml2-v2.9.2 || echo @@@STEP_FAILURE@@@
-RunFuzzerTest libpng-1.2.56 || echo @@@STEP_WARNINGS@@@ # Evaluating
+RunFuzzerTest libpng-1.2.56 || echo @@@STEP_FAILURE@@@
+RunFuzzerTest woff2-2016-05-06 || echo @@@STEP_WARNINGS@@@ # Evaluating
#echo @@@BUILD_STEP stage2/asan+assertions build clang-format-fuzzer and clang-fuzzer@@@
More information about the llvm-commits
mailing list