[llvm] b55b415 - Revert "llvm-reduce: Try to fix test on windows"

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 18:29:40 PST 2022


Author: Matt Arsenault
Date: 2022-12-20T21:28:58-05:00
New Revision: b55b4150e9a2e1fb882e9483eeb6f6c4f81857cc

URL: https://github.com/llvm/llvm-project/commit/b55b4150e9a2e1fb882e9483eeb6f6c4f81857cc
DIFF: https://github.com/llvm/llvm-project/commit/b55b4150e9a2e1fb882e9483eeb6f6c4f81857cc.diff

LOG: Revert "llvm-reduce: Try to fix test on windows"

This reverts commit 3b0b0965c4eb603af5d97733775df315ba2241a1.

I hadn't noticed 638b25711540ff7897750ab07592b3d168e65aca

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/disable-crash-reports.test b/llvm/test/tools/llvm-reduce/disable-crash-reports.test
index b832489e9109..6f9a55b04d7f 100644
--- a/llvm/test/tools/llvm-reduce/disable-crash-reports.test
+++ b/llvm/test/tools/llvm-reduce/disable-crash-reports.test
@@ -1,4 +1,3 @@
-# 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


        


More information about the llvm-commits mailing list