]> granicus.if.org Git - llvm/commitdiff
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)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371764 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 6b5332a346064a88b00b6723f313046883d59c4b..634ce93d7d83fb19e961be56e8003b2100aac45c 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 d2d380e2bc181ca5b5434318e591a1cfc6fb222e..d48e5734dd880645a1d0c3fb6f73cd45e9a59cac 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 100cf2f35e9896203699b2337aef0e743133b285..8f13c3d4a4f4da2c576b4a7f514254c5ff1c5488 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 c07c243a100304973c4a5fdcfd5c5bec0ff4b0c4..94df1d8da2e010ca153d0effead59afde1e84bfa 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