summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-11-11 22:14:46 +0000
committerJim Laskey <jlaskey@mac.com>2006-11-11 22:14:46 +0000
commit863ab9fbd63118147eb47e99d4dd05428e09d18c (patch)
treef9719fd071daa2a5ac1d6fd932dcebb3e14e649f /test/DebugInfo
parent72679258ffdd3f43167bf8f4c203f0f0dc6030a3 (diff)
downloadllvm-863ab9fbd63118147eb47e99d4dd05428e09d18c.tar.gz
llvm-863ab9fbd63118147eb47e99d4dd05428e09d18c.tar.bz2
llvm-863ab9fbd63118147eb47e99d4dd05428e09d18c.tar.xz
XFAIL All but powerpc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2006-11-06-StackTrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp
index 4fdf50dcb3..1edd48c6cf 100644
--- a/test/DebugInfo/2006-11-06-StackTrace.cpp
+++ b/test/DebugInfo/2006-11-06-StackTrace.cpp
@@ -6,7 +6,7 @@
// RUN: ( echo "break DeepStack::deepest"; echo "run 17" ; echo "where" ) > Output/StackTrace.gdbin
// RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | tee Output/StackTrace.out | grep '#0 DeepStack::deepest.*(this=.*,.*x=33)'
// RUN: gdb -q -batch -n -x Output/StackTrace.gdbin Output/StackTrace.exe | grep '#7 0x.* in main.*(argc=[12],.*argv=.*)'
-// XFAIL: i[1-9]86
+// XFAIL: i[1-9]86|alpha|ia64|arm
#include <stdlib.h>