[zorg] r284438 - [libFuzzer bot] use warnings instead of hard failures on openssl-1.0.1f benchmark since their build system has flaky failures

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 16:37:06 PDT 2016


Author: kcc
Date: Mon Oct 17 18:37:06 2016
New Revision: 284438

URL: http://llvm.org/viewvc/llvm-project?rev=284438&view=rev
Log:
[libFuzzer bot] use warnings instead of hard failures on openssl-1.0.1f benchmark since their build system has flaky failures

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=284438&r1=284437&r2=284438&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Mon Oct 17 18:37:06 2016
@@ -108,7 +108,7 @@ RunFuzzerTest() {
 
 RunFuzzerTest re2-2014-12-09       || echo @@@STEP_FAILURE@@@
 RunFuzzerTest c-ares-CVE-2016-5180 || echo @@@STEP_FAILURE@@@
-RunFuzzerTest openssl-1.0.1f       || echo @@@STEP_FAILURE@@@
+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@@@
 




More information about the llvm-commits mailing list