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 | 73fb07566b24d43bb116c2ade0297d90ec72490d (patch) | |
tree | ffe8be05a5995fab12dbe771ea424bc870301036 /test/DebugInfo/2006-11-06-StackTrace.cpp | |
parent | 396b2ffa92a6cf8f374bda972a9fff8b033eb3da (diff) |
XFAIL this on Linux until Jim gets Darwin ship shape.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31541 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/2006-11-06-StackTrace.cpp')
-rw-r--r-- | test/DebugInfo/2006-11-06-StackTrace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp index 758bc93f68..a9af6904af 100644 --- a/test/DebugInfo/2006-11-06-StackTrace.cpp +++ b/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> |