From 3b0b0965c4eb603af5d97733775df315ba2241a1 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 20 Dec 2022 20:34:27 -0500 Subject: [PATCH] llvm-reduce: Try to fix test on windows It seems to not like the environment variable set syntax. --- llvm/test/tools/llvm-reduce/disable-crash-reports.test | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4