[PATCH] D20834: Run llvm-pdbdump-fuzzer on the builders
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 14:06:50 PDT 2016
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
I don't know how to test these changes other than by submitting and watching the bot.
So, let's watch the bot and add fixes as needed.
================
Comment at: zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh:108
@@ +107,3 @@
+
+(${STAGE2_ASAN_ASSERTIONS_DIR}/bin/llvm-pdbdump-fuzzer -max_len=405504 -jobs=8 -workers=8 -max_total_time=600 $LLVM_PDBDUMP_CORPUS test/DebugInfo/PDB/Inputs/) || \
+ echo @@@STEP_WARNINGS@@@
----------------
This should probably be $LLVM/test/DebugInfo/PDB/Inputs
http://reviews.llvm.org/D20834
More information about the llvm-commits
mailing list