Works for PowerPC with frame pointers.
authorJim Laskey <jlaskey@mac.com>
Sat, 11 Nov 2006 10:22:56 +0000 (10:22 +0000)
committerJim Laskey <jlaskey@mac.com>
Sat, 11 Nov 2006 10:22:56 +0000 (10:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31679 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/2006-11-06-StackTrace.cpp

index 2233af4cef52f11f46f31556cc98b4725808d8a7..4fdf50dcb3d975836e86e889d1e81bc1621e2807 100644 (file)
@@ -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: *
+// XFAIL: i[1-9]86
 
 #include <stdlib.h>