summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-05-26 19:17:14 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-05-26 19:17:14 +0000
commit4f5716ab88269a396e98ce1426372221534dcb6a (patch)
tree45892991253d913ae87a748fe8ff12c020045808 /test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
parentc9687b32fab6d6ec53ac95dccf61d598be26d5dc (diff)
downloadllvm-4f5716ab88269a396e98ce1426372221534dcb6a.tar.gz
llvm-4f5716ab88269a396e98ce1426372221534dcb6a.tar.bz2
llvm-4f5716ab88269a396e98ce1426372221534dcb6a.tar.xz
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/2003-08-21-EnvironmentTest.ll')
-rw-r--r--test/ExecutionEngine/2003-08-21-EnvironmentTest.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll b/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
index 9c8ec1dd9c..89c984ac97 100644
--- a/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
+++ b/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
@@ -1,4 +1,6 @@
; RUN: lli %s > /dev/null
+; XFAIL: arm
+; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
;
; Regression Test: EnvironmentTest.ll