[compiler-rt] [compiler-rt] Remove %T from tests (PR #151265)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 18:46:03 PDT 2025
================
@@ -7,7 +7,8 @@ RUN: %no_fuzzer_cpp_compiler %S/AFLDriverTest.cpp %libfuzzer_src/afl/afl_driver.
RUN: env -u AFL_DRIVER_STDERR_DUPLICATE_FILENAME %run %t-AFLDriverTest
; Test that specifying an invalid file causes a crash.
-RUN: env ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash %run %t-AFLDriverTest
+RUN: mkdir -p %t.dir
----------------
boomanaiden154 wrote:
The other ones were deleting test artifacts originally whereas this one was not. I tried to preserve the existing behavior.
https://github.com/llvm/llvm-project/pull/151265
More information about the llvm-commits
mailing list