[PATCH] D48686: [libFuzzer] [Tests] [NFC] Change seed for reduce_inputs.test
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 27 18:03:55 PDT 2018
kcc added a comment.
same with ShrinkControlFlowTest. I've run it 10000 times.
> Are you saying the behavior should be the same whether or not the (empty) coverage dir is used?
Hm... I would expect so...
But I don't think we provide any kind of hard guarantee for that.
> For me it runs in 1 second on my machine, in 12 seconds on the bot in question. Weird.
The bot might be hugely overloaded, which in turn could be causing the troubles with the SIGUSR tests.
Repository:
rL LLVM
https://reviews.llvm.org/D48686
More information about the llvm-commits
mailing list