Environment variables are handled differently on Windows.
In this case it is not necessary to use environment variables. So, I simplify the test to work on Windows.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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
lib/Fuzzer/test/dump_coverage.test | ||
---|---|---|
4 | use env ASAN_OPTIONS=coverage_dir='"%t_workdir"' in all the lines below to avoid races on output files. |
use env ASAN_OPTIONS=coverage_dir='"%t_workdir"' in all the lines below to avoid races on output files.