[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp
Reid Spencer
reid at x10sys.com
Tue Nov 7 22:43:30 PST 2006
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.2 -> 1.3
---
Log message:
XFAIL this on Linux until Jim gets Darwin ship shape.
---
Diffs of the changes: (+1 -0)
2006-11-06-StackTrace.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp
diff -u llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.2 llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.3
--- llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp:1.2 Tue Nov 7 01:58:02 2006
+++ llvm/test/Regression/DebugInfo/2006-11-06-StackTrace.cpp Wed Nov 8 00:43:16 2006
@@ -5,6 +5,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=1, argv=.*)'
+// XFAIL: linux
#include <stdlib.h>
More information about the llvm-commits
mailing list