llvm-reduce: Try to fix test on windows
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Dec 2022 01:34:27 +0000 (20:34 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Wed, 21 Dec 2022 01:38:41 +0000 (20:38 -0500)
It seems to not like the environment variable set syntax.

llvm/test/tools/llvm-reduce/disable-crash-reports.test

index 6f9a55b..b832489 100644 (file)
@@ -1,3 +1,4 @@
+# REQUIRES: shell
 # RUN: llvm-reduce --delta-passes=global-variables --test %python --test-arg %p/Inputs/test-crash-vars.py %p/Inputs/test-output-format.ll 2>&1 | FileCheck -check-prefix=INTERESTING %s
 
 # RUN: env LLVM_DISABLE_CRASH_REPORT=0 llvm-reduce --delta-passes=global-variables --test %python --test-arg %p/Inputs/test-crash-vars.py %p/Inputs/test-output-format.ll 2>&1 | FileCheck -check-prefix=INTERESTING %s