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

Jeff Cohen jeffc at jolt-lang.org
Wed Apr 4 15:08:04 PDT 2007



Changes in directory llvm/test/DebugInfo:

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

Fix some FreeBSD/amd64 regressions.

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

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


Index: llvm/test/DebugInfo/2006-11-06-StackTrace.cpp
diff -u llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.9 llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.10
--- llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.9	Sat Nov 11 16:14:46 2006
+++ llvm/test/DebugInfo/2006-11-06-StackTrace.cpp	Wed Apr  4 17:07:44 2007
@@ -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|alpha|ia64|arm
+// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64
 
 #include <stdlib.h>
 






More information about the llvm-commits mailing list