summaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-02 21:28:37 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-02 21:28:37 +0000
commitc60c3346120d62133af64a4a70c466ba9efb2806 (patch)
tree90eb895df5ba22ee2583f79ef52447239c452ae3 /test/ExecutionEngine
parentf8f70c1a17750a4453a898f6328d1421bf82c3be (diff)
downloadexternal_llvm-c60c3346120d62133af64a4a70c466ba9efb2806.zip
external_llvm-c60c3346120d62133af64a4a70c466ba9efb2806.tar.gz
external_llvm-c60c3346120d62133af64a4a70c466ba9efb2806.tar.bz2
These lookup symbols with leading underscores, which currently fails in
the PowerPC JIT. Hence, they are XFAILs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/test-arith.ll1
-rw-r--r--test/ExecutionEngine/test-cast.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll
index ea34dad..7dd95bf 100644
--- a/test/ExecutionEngine/test-arith.ll
+++ b/test/ExecutionEngine/test-arith.ll
@@ -1,3 +1,4 @@
+; XFAIL: darwin
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
diff --git a/test/ExecutionEngine/test-cast.ll b/test/ExecutionEngine/test-cast.ll
index 3fe52a0..3b362bd 100644
--- a/test/ExecutionEngine/test-cast.ll
+++ b/test/ExecutionEngine/test-cast.ll
@@ -1,3 +1,4 @@
+; XFAIL: darwin
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null