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

Reid Spencer reid at x10sys.com
Fri Nov 10 09:47:42 PST 2006



Changes in directory llvm/test/Regression/DebugInfo:

2006-11-06-StackTrace.cpp updated: 1.4 -> 1.5
---
Log message:

This is XFAILed on i[0-9]86 systems not Linux


---
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.4 llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.5
--- llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.4	Wed Nov  8 10:38:45 2006
+++ llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp	Fri Nov 10 11:47:28 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: linux
+// XFAIL: i[0-9]86
 
 
 #include <stdlib.h>






More information about the llvm-commits mailing list