summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 16:42:22 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 16:42:22 +0000
commitfae66f2aa8d6fc25dd69d945f7d7f3732a6e0534 (patch)
tree61578d311148b6a7045a678ae4099c38500e6ab8 /llvm/test
parent8a79e1d053dc04185483d0f4840f7e75438ff8d1 (diff)
downloadbcm5719-llvm-fae66f2aa8d6fc25dd69d945f7d7f3732a6e0534.tar.gz
bcm5719-llvm-fae66f2aa8d6fc25dd69d945f7d7f3732a6e0534.zip
Removing duplicate XFAIL markers
llvm-svn: 188812
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll2
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll b/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
index dad32e6f54e..7c0227d74ed 100644
--- a/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=large %s
-; XFAIL: arm, cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64, arm
+; XFAIL: cygwin, win32, mingw, mips, powerpc64, i686, i386, aarch64, arm
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
index 35653f58075..00c2bb056ff 100644
--- a/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s
-; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm
+; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm
declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...)
OpenPOWER on IntegriCloud