summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-04 23:20:14 +0000
committerChris Lattner <sabre@nondot.org>2004-12-04 23:20:14 +0000
commit40cc75aeba3c21098be88b131120b9fff846ff11 (patch)
treed2cea0a2f17c7362969528125c354c87363e1ecb /test
parented2040d2faf991b918d1ac19a75f48e5322b717e (diff)
downloadllvm-40cc75aeba3c21098be88b131120b9fff846ff11.tar.gz
llvm-40cc75aeba3c21098be88b131120b9fff846ff11.tar.bz2
llvm-40cc75aeba3c21098be88b131120b9fff846ff11.tar.xz
These tests pass on darwin now that the __ thing is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/ExecutionEngine/test-arith.ll1
-rw-r--r--test/ExecutionEngine/test-cast.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll
index 7dd95bf2a3..ea34dadcbf 100644
--- a/test/ExecutionEngine/test-arith.ll
+++ b/test/ExecutionEngine/test-arith.ll
@@ -1,4 +1,3 @@
-; 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 3b362bd43e..3fe52a0091 100644
--- a/test/ExecutionEngine/test-cast.ll
+++ b/test/ExecutionEngine/test-cast.ll
@@ -1,4 +1,3 @@
-; XFAIL: darwin
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null