aboutsummaryrefslogtreecommitdiff
path: root/contrib/regression
AgeCommit message (Collapse)AuthorFilesLines
2006-09-05* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.Geoffrey Keating2-2/+6
From-SVN: r116702
2006-01-18btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.Andrew Pinski2-4/+10
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu> * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum. g++.sum has moved to gcc/testsuite/g++/g++.sum. objc.sum has moved to gcc/testsuite/objc/objc.sum. From-SVN: r109937
2005-12-20* btest-gcc.sh: Support -j option.Geoffrey Keating2-11/+14
From-SVN: r108866
2005-11-28GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt.Geoffrey Keating9-10/+31
* GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt. * GCC_Regression_Tester.wdgt/Info.plist (CFBundleDisplayName): Update for rename. (CFBundleName): Use shorter name. (CFBundleVersion): Update to 1.0.1. (CFBundleShortVersionString): Update to 1.0.1. (LSHasLocalizedDisplayName): New. (NSHumanReadableCopyright): New. * GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings: New. * GCC_Regression_Tester.wdgt/widget.html: Use max-age=30 to help out intermediate caches. From-SVN: r107606
2005-11-23GCC Regression Tester.wdgt/widget.html: New file.Geoffrey Keating6-0/+197
* GCC Regression Tester.wdgt/widget.html: New file. * GCC Regression Tester.wdgt/Info.plist: New file. * GCC Regression Tester.wdgt/Icon.png: New file. * GCC Regression Tester.wdgt/Default.png: New file. * README: Describe new files. From-SVN: r107430
2005-08-15All files: Update with new FSF address.Kelley Cook2-2/+2
2005-08-14 Kelley Cook <kcook@gcc.gnu.org> * All files: Update with new FSF address. From-SVN: r103095
2005-06-07btest-gcc.sh: Add support for option --add-passes-despite-regression.Hans-Peter Nilsson2-8/+47
* btest-gcc.sh: Add support for option --add-passes-despite-regression. From-SVN: r100699
2005-06-06btest-gcc.sh: Don't pass --with-newlib when target is "*-linux*".Hans-Peter Nilsson2-2/+9
* btest-gcc.sh <Build>: Don't pass --with-newlib when target is "*-linux*". From-SVN: r100649
2005-06-06* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.Hans-Peter Nilsson2-3/+9
From-SVN: r100648
2004-11-07README: Update website URL.James A. Morrison2-1/+5
2004-11-07 James A. Morrison <phython@gcc.gnu.org> * README: Update website URL. From-SVN: r90239
2004-10-27btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called libstd++.sum ↵Geoffrey Keating2-1/+6
not libstdc++-v3.sum. * btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called libstd++.sum not libstdc++-v3.sum. From-SVN: r89697
2004-10-26btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava.Geoffrey Keating2-4/+13
* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava. From-SVN: r89576
2004-05-13btest-gcc.sh: Remove g77.sum from TESTLOGS.Andrew Pinski2-1/+4
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu> * btest-gcc.sh: Remove g77.sum from TESTLOGS. From-SVN: r81799
2003-09-18btest-gcc.sh: Add make check-target-libffi.Andreas Tobler2-2/+8
2003-09-18 Andreas Tobler <a.tobler@schweiz.ch> * btest-gcc.sh: Add make check-target-libffi. From-SVN: r71537
2003-07-31btest-gcc.sh: Add make check-target-libjava.Andreas Tobler2-0/+8
2003-07-31 Andreas Tobler <a.tobler@schweiz.ch> * btest-gcc.sh: Add make check-target-libjava. From-SVN: r70008
2002-10-22* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.Geoffrey Keating2-20/+22
From-SVN: r58415
2002-10-11objs-gcc.sh: Don't install GDB testsuite if GDB was not built.Geoffrey Keating3-7/+18
* objs-gcc.sh: Don't install GDB testsuite if GDB was not built. * btest-gcc.sh: Don't run GDB testsuite if it doesn't exist. From-SVN: r58062
2002-10-09btest-gcc.sh, [...]: Update TARGET comments.Phil Edwards3-4/+10
2002-10-09 Phil Edwards <pme@gcc.gnu.org> * btest-gcc.sh, objs-gcc.sh: Update TARGET comments. From-SVN: r57999
2002-10-09* objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'.Geoffrey Keating2-0/+7
From-SVN: r57993
2002-03-09btest-gcc.sh: For crosses, assume newlib and GNU binutils.Geoffrey Keating3-2/+9
* btest-gcc.sh: For crosses, assume newlib and GNU binutils. * site.exp: Correct mips-elf triplet. From-SVN: r50504
2002-02-02Contribute regression tester scriptsGeoffrey Keating5-0/+338
From-SVN: r49432