OSDN Git Service

This works on x86_64
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 9 Mar 2008 22:24:03 +0000 (22:24 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 9 Mar 2008 22:24:03 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48121 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2006-11-06-StackTrace.cpp

index be7bbc9..0c2c0af 100644 (file)
@@ -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>