XFAIL this on Linux until Jim gets Darwin ship shape.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 8 Nov 2006 06:43:16 +0000 (06:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 8 Nov 2006 06:43:16 +0000 (06:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31541 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/2006-11-06-StackTrace.cpp

index 758bc93f685e0e2751f8c3120b185d7b00400d83..a9af6904af7786eb67978993f188eb1dc73db84e 100644 (file)
@@ -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>