[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp

Jim Laskey jlaskey at apple.com
Sat Nov 11 14:15:01 PST 2006



Changes in directory llvm/test/Regression/DebugInfo:

2006-11-06-StackTrace.cpp updated: 1.8 -> 1.9
---
Log message:

XFAIL All but powerpc

---
Diffs of the changes:  (+1 -1)

 2006-11-06-StackTrace.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp
diff -u llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.8 llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.9
--- llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.8	Sat Nov 11 04:22:56 2006
+++ llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp	Sat Nov 11 16:14:46 2006
@@ -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>
 






More information about the llvm-commits mailing list