commit | 5a7b8f0a83d0b584cfb5a565011fa500e7260638 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon Nov 09 16:38:15 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon Nov 09 16:38:15 2009 +0000 |
tree | 702981dba0f17a8da7deee7a3e5c9e75c63a84e0 | |
parent | d49d0fd052f4f586956ffba0cb5c7b146632c3ef [diff] [blame] |
Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, but might as well use the more standard syntax). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86553 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index bbb9af1..24eeda8 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/test/FrontendC++/2006-11-06-StackTrace.cpp
@@ -12,7 +12,7 @@ // Only works on ppc (but not apple-darwin9), x86 and x86_64. Should // generalize? -// XFAIL: alpha|arm|powerpc-apple-darwin9 +// XFAIL: alpha,arm,powerpc-apple-darwin9 #include <stdlib.h>