From: Evan Cheng Date: Tue, 5 Feb 2008 00:25:31 +0000 (+0000) Subject: This should also work on x86 now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e4908814d2d6b1533684f65e26f3d3b9d3638926;p=oota-llvm.git 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 621a301eb28..be7bbc94172 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