1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

XFAIL this on Linux until Jim gets Darwin ship shape.

llvm-svn: 31541
This commit is contained in:
Reid Spencer 2006-11-08 06:43:16 +00:00
parent 5bcd28eaa8
commit 907d191104

View 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>