summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-12-06 21:36:07 +0000
committerJim Laskey <jlaskey@mac.com>2006-12-06 21:36:07 +0000
commit9f5776bb4dfeb8dda3b6fca9ef982e0f9c28dd59 (patch)
tree84e6191ea1e7e144ba29abc048ce92f6d2cbc350 /test/DebugInfo
parentc5d24596d6a87632cbc08219bc8cd48285030854 (diff)
downloadllvm-9f5776bb4dfeb8dda3b6fca9ef982e0f9c28dd59.tar.gz
llvm-9f5776bb4dfeb8dda3b6fca9ef982e0f9c28dd59.tar.bz2
llvm-9f5776bb4dfeb8dda3b6fca9ef982e0f9c28dd59.tar.xz
Failing linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2006-11-30-Pubnames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/DebugInfo/2006-11-30-Pubnames.cpp
index 4b9376e0a8..0f3dc62519 100644
--- a/test/DebugInfo/2006-11-30-Pubnames.cpp
+++ b/test/DebugInfo/2006-11-30-Pubnames.cpp
@@ -5,7 +5,7 @@
// RUN: g++ Output/Pubnames.o -o Output/Pubnames.exe
// RUN: ( echo "break main"; echo "run" ; echo "p Pubnames::pubname" ) > Output/Pubnames.gdbin
// RUN: gdb -q -batch -n -x Output/Pubnames.gdbin Output/Pubnames.exe | tee Output/Pubnames.out | grep '10'
-// XFAIL: alpha|ia64|arm
+// XFAIL: alpha|ia64|arm|linux
struct Pubnames {
static int pubname;