OSDN Git Service

Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 14:41:53 +0000 (14:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 14:41:53 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221270 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/version.ll

index 998fd91..9ca7561 100644 (file)
@@ -4,6 +4,8 @@
 ; 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 }]
 
index b22f65b..b5ee1ac 100644 (file)
@@ -4,6 +4,8 @@
 ; RUN: grep _Z3foov %T/linkagename.gcno
 ; RUN: rm %T/linkagename.gcno
 
+; REQUIRES: shell
+
 define void @_Z3foov() {
 entry:
   ret void, !dbg !8
index acc34b4..3307bdf 100644 (file)
@@ -12,6 +12,8 @@ define void @test() {
   ret void, !dbg !8
 }
 
+; REQUIRES: shell
+
 !llvm.gcov = !{!9}
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!12}