aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-10 17:47:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-10 17:47:28 +0000
commit6b92592015ad066c23670e504231229491eb81c7 (patch)
treef3c02ed05477dde173b94a4b26f2e176f0fffbd1 /test/DebugInfo
parent8097ef3d7b8d429b04e23552d8ab8d0855c41563 (diff)
downloadexternal_llvm-6b92592015ad066c23670e504231229491eb81c7.zip
external_llvm-6b92592015ad066c23670e504231229491eb81c7.tar.gz
external_llvm-6b92592015ad066c23670e504231229491eb81c7.tar.bz2
This is XFAILed on i[0-9]86 systems not Linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2006-11-06-StackTrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-06-StackTrace.cpp b/test/DebugInfo/2006-11-06-StackTrace.cpp
index 9c48b59..f79cead 100644
--- a/test/DebugInfo/2006-11-06-StackTrace.cpp
+++ b/test/DebugInfo/2006-11-06-StackTrace.cpp
@@ -6,7 +6,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=[12],.*argv=.*)'
-// XFAIL: linux
+// XFAIL: i[0-9]86
#include <stdlib.h>