[llvm] r221270 - Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 4 06:41:53 PST 2014
Author: chapuni
Date: Tue Nov 4 08:41:53 2014
New Revision: 221270
URL: http://llvm.org/viewvc/llvm-project?rev=221270&view=rev
Log:
Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.
Modified:
llvm/trunk/test/Transforms/GCOVProfiling/global-ctor.ll
llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll
llvm/trunk/test/Transforms/GCOVProfiling/version.ll
Modified: llvm/trunk/test/Transforms/GCOVProfiling/global-ctor.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/global-ctor.ll?rev=221270&r1=221269&r2=221270&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/global-ctor.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/global-ctor.ll Tue Nov 4 08:41:53 2014
@@ -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 }]
Modified: llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll?rev=221270&r1=221269&r2=221270&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll Tue Nov 4 08:41:53 2014
@@ -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
Modified: llvm/trunk/test/Transforms/GCOVProfiling/version.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/version.ll?rev=221270&r1=221269&r2=221270&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/version.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/version.ll Tue Nov 4 08:41:53 2014
@@ -12,6 +12,8 @@ define void @test() {
ret void, !dbg !8
}
+; REQUIRES: shell
+
!llvm.gcov = !{!9}
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!12}
More information about the llvm-commits
mailing list