diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-12-06 21:36:07 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-12-06 21:36:07 +0000 |
commit | 7fb08347ea1771a75753f084fb0d6179f45a72fb (patch) | |
tree | ebf114809fa0ed5f6ced5b2b1d72215b4778a16e | |
parent | 9472eb83c3554894683befe1216b9acb6fc250ce (diff) | |
download | bcm5719-llvm-7fb08347ea1771a75753f084fb0d6179f45a72fb.tar.gz bcm5719-llvm-7fb08347ea1771a75753f084fb0d6179f45a72fb.zip |
Failing linux.
llvm-svn: 32292
-rw-r--r-- | llvm/test/DebugInfo/2006-11-30-Pubnames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2006-11-30-Pubnames.cpp b/llvm/test/DebugInfo/2006-11-30-Pubnames.cpp index 4b9376e0a84..0f3dc625190 100644 --- a/llvm/test/DebugInfo/2006-11-30-Pubnames.cpp +++ b/llvm/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; |