diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-02-19 00:13:55 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-02-19 00:13:55 +0000 |
commit | 4b56f96bc60ca8cbd0daf74118484af99c591f91 (patch) | |
tree | c309c0d81579cb157a2abae3d87aed0b865e24b4 /test/FrontendC++ | |
parent | cb819f13d785ff6efcacfbd7d0fa9f3f67e5494d (diff) |
Temporarily XFAIL this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64987 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-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> |