aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-03 21:09:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-03 21:09:53 +0000
commit57ed2224b3b1ad55a86741f833973a5a335c9a4c (patch)
tree25461760ba5c0b90a1e73e654bfc493092e236ea /test/Analysis
parenta87f9218be416694710d174af5242ec0f87e0f6c (diff)
downloadexternal_llvm-57ed2224b3b1ad55a86741f833973a5a335c9a4c.zip
external_llvm-57ed2224b3b1ad55a86741f833973a5a335c9a4c.tar.gz
external_llvm-57ed2224b3b1ad55a86741f833973a5a335c9a4c.tar.bz2
Disable some parts of the profiling-tool-chain test, which is currently failing
on a self-hosted build (although it seems to work on non-self hosted). I'll work with Andreas to figure this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Profiling/profiling-tool-chain.ll14
1 files changed, 9 insertions, 5 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll
index ba15d56..89cc921 100644
--- a/test/Analysis/Profiling/profiling-tool-chain.ll
+++ b/test/Analysis/Profiling/profiling-tool-chain.ll
@@ -1,10 +1,14 @@
; RUN: llvm-as %s -o %t1
; RUN: opt %t1 -insert-optimal-edge-profiling -o %t2
-; RUN: llvm-dis < %t2 | FileCheck --check-prefix=INST %s
-; RUN: rm -f llvmprof.out
-; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2
-; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
-; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s
+
+; FIXME: These parts of the test are disabled for now, they aren't working on
+; llvm-gcc-x86_64-darwin10-selfhost.
+
+; RUX: llvm-dis < %t2 | FileCheck --check-prefix=INST %s
+; RUX: rm -f llvmprof.out
+; RUX: lli -load %llvmlibsdir/profile_rt%shlibext %t2
+; RUX: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2
+; RUX: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s
; PROF: 1. 2/4 oneblock
; PROF: 2. 2/4 main