Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-NoCompileUnit.cpp updated: 1.1 -> 1.2 2006-11-30-Pubnames.cpp updated: 1.2 -> 1.3 --- Log message: These pass on Linux now. --- Diffs of the changes: (+4 -6) 2006-11-30-NoCompileUnit.cpp | 8 +++----- 2006-11-30-Pubnames.cpp | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) Index: llvm/test/Regression/DebugInfo/2006-11-30-NoCompileUnit.cpp diff -u llvm/test/Regression/DebugInfo/2006-11-30-NoCompileUnit.cpp:1.1 llvm/test/Regression/DebugInfo/2006-11-30-NoCompileUnit.cpp:1.2 --- llvm/test/Regression/DebugInfo/2006-11-30-NoCompileUnit.cpp:1.1 Thu Nov 30 09:36:44 2006 +++ llvm/test/Regression/DebugInfo/2006-11-30-NoCompileUnit.cpp Mon Dec 4 14:46:05 2006 @@ -1,11 +1,11 @@ -// This is a regression test on debug info to make sure we don't hit a compile unit size -// issue with gdb. +// This is a regression test on debug info to make sure we don't hit a compile +// unit size issue with gdb. // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc --disable-fp-elim -o Output/NoCompileUnit.s -f // RUN: as Output/NoCompileUnit.s -o Output/NoCompileUnit.o // RUN: g++ Output/NoCompileUnit.o -o Output/NoCompileUnit.exe // RUN: ( echo "break main"; echo "run" ; echo "p NoCompileUnit::pubname" ) > Output/NoCompileUnit.gdbin // RUN: gdb -q -batch -n -x Output/NoCompileUnit.gdbin Output/NoCompileUnit.exe | tee Output/NoCompileUnit.out | not grep '"low == high"' -// XFAIL: i[1-9]86|alpha|ia64|arm +// XFAIL: alpha|ia64|arm class MamaDebugTest { @@ -54,5 +54,3 @@ BabyDebugTest BDT(20); return BDT.doit(); } - - Index: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp diff -u llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.2 llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.3 --- llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.2 Thu Nov 30 09:31:49 2006 +++ llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp Mon Dec 4 14:46:05 2006 @@ -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: i[1-9]86|alpha|ia64|arm +// XFAIL: alpha|ia64|arm struct Pubnames { static int pubname; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits