[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / compiler-rt / test / fuzzer / afl-driver-stderr.test
blob4b0c3b40221afdaa5bb4dd6502a36c1181c3b057
1 # AFL doesn't work on Windows. No reason to test the driver.
2 UNSUPPORTED: target={{.*(freebsd|windows).*}}
3 XFAIL: ios
4 RUN: %no_fuzzer_cpp_compiler %S/AFLDriverTest.cpp %libfuzzer_src/afl/afl_driver.cpp -o %t-AFLDriverTest
6 ; Test that not specifying a stderr file isn't broken.
7 RUN: env -u AFL_DRIVER_STDERR_DUPLICATE_FILENAME %run %t-AFLDriverTest
9 ; Test that specifying an invalid file causes a crash.
10 RUN: env ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash %run %t-AFLDriverTest
12 ; Test that a file is created when specified as the duplicate stderr.
13 RUN: env AFL_DRIVER_STDERR_DUPLICATE_FILENAME=%t %run %t-AFLDriverTest
14 RUN: stat %t