[zorg] r283025 - [libFuzzer] one more fuzzer test for the bot
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 1 00:39:15 PDT 2016
Author: kcc
Date: Sat Oct 1 02:39:14 2016
New Revision: 283025
URL: http://llvm.org/viewvc/llvm-project?rev=283025&view=rev
Log:
[libFuzzer] one more fuzzer test for the bot
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=283025&r1=283024&r2=283025&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Sat Oct 1 02:39:14 2016
@@ -106,6 +106,7 @@ RunFuzzerTest re2-2014-12-09 || ec
RunFuzzerTest c-ares-CVE-2016-5180 || echo @@@STEP_WARNINGS@@@
RunFuzzerTest openssl-1.0.1f || echo @@@STEP_WARNINGS@@@
RunFuzzerTest openssl-1.0.2d || echo @@@STEP_WARNINGS@@@
+RunFuzzerTest libxml2-v2.9.2 || echo @@@STEP_WARNINGS@@@
#echo @@@BUILD_STEP stage2/asan+assertions build clang-format-fuzzer and clang-fuzzer@@@
More information about the llvm-commits
mailing list