summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-09 22:24:03 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-09 22:24:03 +0000
commit29c8c370457fc6983bec940168c337a85d5a1e07 (patch)
tree5cec38a9ea1d1f8936c3162082c979c1632c96af
parentdc9971a2e322ddeff9eb97a6b03909094f1b8357 (diff)
downloadllvm-29c8c370457fc6983bec940168c337a85d5a1e07.tar.gz
llvm-29c8c370457fc6983bec940168c337a85d5a1e07.tar.bz2
llvm-29c8c370457fc6983bec940168c337a85d5a1e07.tar.xz
This works on x86_64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48121 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2006-11-06-StackTrace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2006-11-06-StackTrace.cpp b/test/C++Frontend/2006-11-06-StackTrace.cpp
index be7bbc9417..0c2c0afab9 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 and x86. Should generalize?
-// XFAIL: alpha|ia64|arm|x86_64|amd64
+// Only works on ppc, x86 and x86_64. Should generalize?
+// XFAIL: alpha|ia64|arm
#include <stdlib.h>