mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Remove "REQUIRES:shell" from tests. They work for me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7f14da355
commit
76614e7991
@ -1,6 +1,5 @@
|
||||
; RUN: not llc -march=x86 -mtriple=x86_64-linux-gnu < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
; REQUIRES: shell
|
||||
|
||||
@0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0)
|
||||
@1 = external global i32
|
||||
|
@ -1,6 +1,5 @@
|
||||
; RUN: not llc -march=x86 -mtriple=x86_64-linux-gnu < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
; REQUIRES: shell
|
||||
|
||||
@0 = global i8 insertvalue( { i8 } select (i1 ptrtoint (i32* @1 to i1), { i8 } { i8 1 }, { i8 } { i8 2 }), i8 0, 0)
|
||||
@1 = external global i32
|
||||
|
@ -27,8 +27,6 @@ RUN: echo "%p/Inputs/cross-cu-inlining.x86_64-macho.o 0x17" >> %t.input
|
||||
RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
|
||||
RUN: --default-arch=i386 < %t.input | FileCheck %s
|
||||
|
||||
REQUIRES: shell
|
||||
|
||||
CHECK: main
|
||||
CHECK-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test.cc:16
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
REQUIRES: shell
|
||||
|
||||
Test that no temporary file is left behind on error.
|
||||
|
||||
RUN: rm -rf %t
|
||||
|
@ -4,8 +4,6 @@
|
||||
; RUN: not grep '_GLOBAL__sub_I_global-ctor' %T/global-ctor.gcno
|
||||
; RUN: rm %T/global-ctor.gcno
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
@x = global i32 0, align 4
|
||||
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_global-ctor.ll, i8* null }]
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
; RUN: grep _Z3foov %T/linkagename.gcno
|
||||
; RUN: rm %T/linkagename.gcno
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
define void @_Z3foov() {
|
||||
entry:
|
||||
ret void, !dbg !8
|
||||
|
@ -12,8 +12,6 @@ define void @test() {
|
||||
ret void, !dbg !8
|
||||
}
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
!llvm.gcov = !{!9}
|
||||
!llvm.dbg.cu = !{!0}
|
||||
!llvm.module.flags = !{!12}
|
||||
|
Loading…
Reference in New Issue
Block a user