llvm-reduce: For now, mark these tests as requiring a shell
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 12 Sep 2019 19:50:54 +0000 (19:50 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 12 Sep 2019 19:50:54 +0000 (19:50 +0000)
(since they execute shell scripts/that's the only entry point at the
moment)

llvm-svn: 371764

llvm/test/Reduce/remove-args.ll
llvm/test/Reduce/remove-funcs.ll
llvm/test/Reduce/remove-global-vars.ll
llvm/test/Reduce/remove-metadata.ll

index 6b5332a..634ce93 100644 (file)
@@ -11,6 +11,7 @@
 
 ; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
 ; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
+; REQUIRES: shell
 
 ; CHECK: @interesting(i32 %interesting)
 define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {
index d2d380e..d48e573 100644 (file)
@@ -12,6 +12,7 @@
 
 ; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
 ; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
+; REQUIRES: shell
 
 define i32 @uninteresting1() {
 entry:
index 100cf2f..8f13c3d 100644 (file)
@@ -12,6 +12,7 @@
 
 ; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
 ; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
+; REQUIRES: shell
 
 ; CHECK: @interesting = global
 @interesting = global i32 0, align 4
index c07c243..94df1d8 100644 (file)
@@ -12,6 +12,7 @@
 
 ; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
 ; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
+; REQUIRES: shell
 
 @global = global i32 0, !dbg !0