summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-09 16:38:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-09 16:38:15 +0000
commit348881949566da733662f18b9cd3888581677b69 (patch)
treece5968155caccb95c1e1fc34e10882ebda03073f /llvm/test/FrontendC
parent5ea234dcec24853ef93f2cf30a8c2e5b0e6870a2 (diff)
downloadbcm5719-llvm-348881949566da733662f18b9cd3888581677b69.tar.gz
bcm5719-llvm-348881949566da733662f18b9cd3888581677b69.zip
Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,
but might as well use the more standard syntax). llvm-svn: 86553
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/Atomics-no64bit.c2
-rw-r--r--llvm/test/FrontendC/Atomics.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/Atomics-no64bit.c b/llvm/test/FrontendC/Atomics-no64bit.c
index 12fb75a2d93..6fb61098110 100644
--- a/llvm/test/FrontendC/Atomics-no64bit.c
+++ b/llvm/test/FrontendC/Atomics-no64bit.c
@@ -9,7 +9,7 @@
// Currently this is implemented only for Alpha, X86, PowerPC.
// Add your target here if it doesn't work.
// This version of the test does not include long long.
-// XFAIL: sparc|arm
+// XFAIL: sparc,arm
signed char sc;
unsigned char uc;
diff --git a/llvm/test/FrontendC/Atomics.c b/llvm/test/FrontendC/Atomics.c
index 2aed55c13de..2b96ae0f629 100644
--- a/llvm/test/FrontendC/Atomics.c
+++ b/llvm/test/FrontendC/Atomics.c
@@ -9,7 +9,7 @@
// Currently this is implemented only for Alpha, X86, PowerPC.
// Add your target here if it doesn't work.
// PPC32 does not translate the long long variants, so fails this test.
-// XFAIL: sparc|arm|powerpc
+// XFAIL: sparc,arm,powerpc
signed char sc;
unsigned char uc;
OpenPOWER on IntegriCloud