summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-05 20:50:35 +0000
committerChris Lattner <sabre@nondot.org>2007-05-05 20:50:35 +0000
commit6169f85e4a66d2edf9b5b1f16fa329025c2aa5ad (patch)
tree6837ec1e41872513a7851984819f9d3278728ba7 /test
parent19292a447c6ab94251df15c6368e873fbfd3234b (diff)
downloadllvm-6169f85e4a66d2edf9b5b1f16fa329025c2aa5ad.tar.gz
llvm-6169f85e4a66d2edf9b5b1f16fa329025c2aa5ad.tar.bz2
llvm-6169f85e4a66d2edf9b5b1f16fa329025c2aa5ad.tar.xz
fix failure on ahs3's tester
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/2006-11-06-StackTrace.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp
index e268c207f5..621a301eb2 100644
--- a/test/DebugInfo/2006-11-06-StackTrace.cpp
+++ b/test/DebugInfo/2006-11-06-StackTrace.cpp
@@ -8,7 +8,9 @@
// RUN: grep {#0 DeepStack::deepest.*(this=.*,.*x=33)}
// RUN: gdb -q -batch -n -x %t.in %t.exe | \
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
-// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64
+
+// Only works on ppc. Should generalize?
+// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
#include <stdlib.h>