[zorg] r282462 - [libFuzzer] run re2-2014-12-09 test on the bot, 2-nd attempt

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 17:50:02 PDT 2016


Author: kcc
Date: Mon Sep 26 19:50:01 2016
New Revision: 282462

URL: http://llvm.org/viewvc/llvm-project?rev=282462&view=rev
Log:
[libFuzzer] run re2-2014-12-09 test on the bot, 2-nd attempt

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=282462&r1=282461&r2=282462&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Mon Sep 26 19:50:01 2016
@@ -99,7 +99,7 @@ cmake_stage2_asan_assertions_options="$c
 
 TARGET="re2-2014-12-09"
 echo @@@BUILD_STEP test $TARGET fuzzer@@@
-(T=$LIBFUZZER_TEST_SUITE/$TARGET; DIR="RUN-$TARGET" && mkdir -p $DIR && cd $DIR && $T/build.sh && $T/test.sh) || echo @@@STEP_WARNINGS@@@
+(T=$FUZZER_TEST_SUITE/$TARGET; DIR="RUN-$TARGET" && mkdir -p $DIR && cd $DIR && $T/build.sh && $T/test.sh) || echo @@@STEP_WARNINGS@@@
 
 echo @@@BUILD_STEP stage2/asan+assertions build clang-format-fuzzer and clang-fuzzer@@@
 




More information about the llvm-commits mailing list