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

Chris Lattner sabre at nondot.org
Sat May 5 13:50:54 PDT 2007



Changes in directory llvm/test/DebugInfo:

2006-11-06-StackTrace.cpp updated: 1.11 -> 1.12
---
Log message:

fix failure on ahs3's tester


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

 2006-11-06-StackTrace.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/test/DebugInfo/2006-11-06-StackTrace.cpp
diff -u llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.11 llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.12
--- llvm/test/DebugInfo/2006-11-06-StackTrace.cpp:1.11	Sun Apr 15 17:37:04 2007
+++ llvm/test/DebugInfo/2006-11-06-StackTrace.cpp	Sat May  5 15:50:35 2007
@@ -8,7 +8,9 @@
 // RUN:   grep {#0  DeepStack::deepest.*(this=.*,.*x=33)}
 // RUN: gdb -q -batch -n -x %t.in %t.exe | \
 // RUN:   grep {#7  0x.* in main.*(argc=\[12\],.*argv=.*)}
-// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64
+
+// Only works on ppc.  Should generalize?
+// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64
 
 #include <stdlib.h>
 






More information about the llvm-commits mailing list