From: Matt Arsenault Date: Wed, 21 Dec 2022 01:34:27 +0000 (-0500) Subject: llvm-reduce: Try to fix test on windows X-Git-Tag: upstream/17.0.6~23023 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b0b0965c4eb603af5d97733775df315ba2241a1;p=platform%2Fupstream%2Fllvm.git llvm-reduce: Try to fix test on windows It seems to not like the environment variable set syntax. --- diff --git a/llvm/test/tools/llvm-reduce/disable-crash-reports.test b/llvm/test/tools/llvm-reduce/disable-crash-reports.test index 6f9a55b..b832489e 100644 --- a/llvm/test/tools/llvm-reduce/disable-crash-reports.test +++ b/llvm/test/tools/llvm-reduce/disable-crash-reports.test @@ -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