diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-08 06:43:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-08 06:43:16 +0000 |
commit | 41f6c7cfb24169288c69d0dc5abf5518c142b76e (patch) | |
tree | ec72f0cef577e6e86f5edaea8e8034a33deb70cf | |
parent | 71cd8cf4785063fd3d89ef7a67e2daa14c728a4b (diff) | |
download | bcm5719-llvm-41f6c7cfb24169288c69d0dc5abf5518c142b76e.tar.gz bcm5719-llvm-41f6c7cfb24169288c69d0dc5abf5518c142b76e.zip |
XFAIL this on Linux until Jim gets Darwin ship shape.
llvm-svn: 31541
-rw-r--r-- | llvm/test/DebugInfo/2006-11-06-StackTrace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp b/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp index 758bc93f685..a9af6904af7 100644 --- a/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp +++ b/llvm/test/DebugInfo/2006-11-06-StackTrace.cpp @@ -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> |