mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
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
This commit is contained in:
parent
d7acb3e35e
commit
a2200faeaf
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||||
|
; REQUIRES: shell
|
||||||
|
|
||||||
; CHECK: @interesting(i32 %interesting)
|
; CHECK: @interesting(i32 %interesting)
|
||||||
define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {
|
define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) {
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||||
|
; REQUIRES: shell
|
||||||
|
|
||||||
define i32 @uninteresting1() {
|
define i32 @uninteresting1() {
|
||||||
entry:
|
entry:
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s
|
||||||
|
; REQUIRES: shell
|
||||||
|
|
||||||
; CHECK: @interesting = global
|
; CHECK: @interesting = global
|
||||||
@interesting = global i32 0, align 4
|
@interesting = global i32 0, align 4
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll
|
||||||
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
|
; RUN: cat %t/out.ll | FileCheck -implicit-check-not=! %s
|
||||||
|
; REQUIRES: shell
|
||||||
|
|
||||||
@global = global i32 0, !dbg !0
|
@global = global i32 0, !dbg !0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user