[PATCH] D29532: [libFuzzer] Simplify test to work on windows.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 11:17:29 PST 2017


kcc added a comment.

nope. this way the test will race with other tests that will create sancov files in $PWD

The test as is is also not very good. Instead of BUILDDIR it should be using ASAN_OPTIONS=coverage_dir=PATH or some such


https://reviews.llvm.org/D29532





More information about the llvm-commits mailing list