commit | 9cbf9d3bfeb2645522c3c43ffdc8c7e947d0490c | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Feb 05 00:25:31 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Feb 05 00:25:31 2008 +0000 |
tree | 837e73f3f0bf7c7f2319ac68c3f778a21f374fd6 | |
parent | 2797d7722b26f300d1ce5751969ab904b1686641 [diff] [blame] |
This should also work on x86 now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46730 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/C++Frontend/2006-11-06-StackTrace.cpp b/test/C++Frontend/2006-11-06-StackTrace.cpp index 621a301..be7bbc9 100644 --- a/test/C++Frontend/2006-11-06-StackTrace.cpp +++ b/test/C++Frontend/2006-11-06-StackTrace.cpp
@@ -9,8 +9,8 @@ // RUN: gdb -q -batch -n -x %t.in %t.exe | \ // RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)} -// Only works on ppc. Should generalize? -// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64 +// Only works on ppc and x86. Should generalize? +// XFAIL: alpha|ia64|arm|x86_64|amd64 #include <stdlib.h>