diff options
author | Devang Patel <dpatel@apple.com> | 2008-12-17 22:54:54 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-12-17 22:54:54 +0000 |
commit | 3ac619e94f0f74d4f852100b18a8241680212a01 (patch) | |
tree | f1d685b3e27220c80f74febf809f205b2fcba981 | |
parent | 965c4156a977e07eff2ede4fb3348e5c21e1a26a (diff) |
XFAIL for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61167 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC++/2006-11-06-StackTrace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp index 55b34ad82d..e4821b4a07 100644 --- a/test/FrontendC++/2006-11-06-StackTrace.cpp +++ b/test/FrontendC++/2006-11-06-StackTrace.cpp @@ -11,6 +11,7 @@ // Only works on ppc, x86 and x86_64. Should generalize? // XFAIL: alpha|ia64|arm +// XFAIL: * #include <stdlib.h> |