[zorg] r232447 - [sanitizer bot] reduce the load for the clang-format-fuzzer to make the bot happier

Kostya Serebryany kcc at google.com
Mon Mar 16 18:04:02 PDT 2015


Author: kcc
Date: Mon Mar 16 20:04:02 2015
New Revision: 232447

URL: http://llvm.org/viewvc/llvm-project?rev=232447&view=rev
Log:
[sanitizer bot] reduce the load for the clang-format-fuzzer to make the bot happier

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=232447&r1=232446&r2=232447&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Mon Mar 16 20:04:02 2015
@@ -75,5 +75,5 @@ echo @@@BUILD_STEP stage2/asan build cla
 
 echo @@@BUILD_STEP stage2/asan run clang-format-fuzzer@@@
 
-(${STAGE2_ASAN_DIR}/bin/clang-format-fuzzer -jobs=32 -workers=8 -runs=1048576 -use_counters=1 $CLANG_FORMAT_CORPUS) || \
+(${STAGE2_ASAN_DIR}/bin/clang-format-fuzzer -jobs=32 -workers=8 -runs=524288 -use_counters=1 $CLANG_FORMAT_CORPUS) || \
   echo @@@STEP_WARNINGS@@@





More information about the llvm-commits mailing list