[llvm] r177894 - Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them later.

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 25 12:47:20 PDT 2013


Author: chapuni
Date: Mon Mar 25 14:47:20 2013
New Revision: 177894

URL: http://llvm.org/viewvc/llvm-project?rev=177894&view=rev
Log:
Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investigate them later.

Modified:
    llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll
    llvm/trunk/test/Transforms/GCOVProfiling/version.ll

Modified: llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll?rev=177894&r1=177893&r2=177894&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/linkagename.ll Mon Mar 25 14:47:20 2013
@@ -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=177894&r1=177893&r2=177894&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GCOVProfiling/version.ll (original)
+++ llvm/trunk/test/Transforms/GCOVProfiling/version.ll Mon Mar 25 14:47:20 2013
@@ -12,6 +12,8 @@ define void @test() {
   ret void, !dbg !8
 }
 
+; REQUIRES: shell
+
 !llvm.gcov = !{!9}
 !llvm.dbg.cu = !{!0}
 





More information about the llvm-commits mailing list