bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-reduce/fail-execute-test.test
2025-02-14 19:21:04 +01:00

4 lines
324 B
Text

# RUN: export LSAN_OPTIONS=detect_leaks=0
# RUN: not llvm-reduce --test=%s.NotAFileInTestingDir %p/Inputs/test-output-format.ll 2>&1 | FileCheck -DFILENAME=%s.NotAFileInTestingDir --strict-whitespace %s
# CHECK: Error running interesting-ness test: {{(Executable "[[FILENAME]]" doesn't exist$)?(program not executable$)?}}