[PATCH] D13752: [LibFuzzer] Do not write crash unit file for single input

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 16:55:56 PDT 2015


kcc added a comment.

The logic is a bit complicated 
Also, will this handle slow-unit and timeout-?  Please test for those too.

Maybe test_single_unit simply disables the deatch callbacks and alarm?

Also, what happens when -test_single_unit=FILE_THAT_DOES_NOT_EXIST ?


http://reviews.llvm.org/D13752





More information about the llvm-commits mailing list