Skip to content

Commit 6be90ac

Browse files
committed
llvm-reduce: For now, mark these tests as requiring a shell
(since they execute shell scripts/that's the only entry point at the moment) llvm-svn: 371764
1 parent 31a1ea1 commit 6be90ac

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

llvm/test/Reduce/remove-args.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
1313
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
14+
; REQUIRES: shell
1415

1516
; CHECK: @interesting(i32 %interesting)
1617
define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {

llvm/test/Reduce/remove-funcs.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
1414
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
15+
; REQUIRES: shell
1516

1617
define i32 @uninteresting1() {
1718
entry:

llvm/test/Reduce/remove-global-vars.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
1414
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
15+
; REQUIRES: shell
1516

1617
; CHECK: @interesting = global
1718
@interesting = global i32 0, align 4

llvm/test/Reduce/remove-metadata.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
1414
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
15+
; REQUIRES: shell
1516

1617
@global = global i32 0, !dbg !0
1718

0 commit comments

Comments
 (0)