summaryrefslogtreecommitdiff
path: root/contrib/test_summary
Commit message (Collapse)AuthorAgeFilesLines
* test_summary: Include baseline used for libstdc++-v3 abi check in test summary.Matthias Klose2004-08-261-0/+1
| | | | | | | | | 2003-08-26 Matthias Klose <doko@debian.org> * test_summary: Include baseline used for libstdc++-v3 abi check in test summary. From-SVN: r86607
* test_summary: Add -h, print existing comments as help.Phil Edwards2003-03-091-8/+13
| | | | | | | | 2003-03-08 Phil Edwards <pme@gcc.gnu.org> * test_summary: Add -h, print existing comments as help. From-SVN: r64016
* test_summary (configflags): Only use the first match.Alexandre Oliva2003-01-191-8/+11
| | | | | | | | * test_summary (configflags): Only use the first match. Remove excess space. Use sub instead of gsub where possible. Use `none' if no configure flags were given. From-SVN: r61483
* * test_summary (configflags): awk portability.Loren J. Rittle2003-01-101-1/+1
| | | | From-SVN: r61168
* test_summary (configflags): Compute correctly with both autoconfiscated and ↵Alexandre Oliva2003-01-071-6/+9
| | | | | | | | | Cygnus-style top-level. * test_summary (configflags): Compute correctly with both autoconfiscated and Cygnus-style top-level. From-SVN: r60991
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. From-SVN: r53523
* test_summary: Additional to XPASS and FAIL...Christian Jönsson2002-02-241-1/+1
| | | | | | | * test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. From-SVN: r50010
* * test_summary: Copy LAST_UPDATED UTC time to head of summary.Richard Henderson2001-07-271-0/+6
| | | | From-SVN: r44433
* * contrib/test_summary (files): Sort before evaluating.Rainer Orth2001-05-281-1/+1
| | | | From-SVN: r42673
* test_summary: Export filesuffix, not fileprefix.Jeffrey Oldham2000-12-281-1/+1
| | | | | | | | 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> * test_summary: Export filesuffix, not fileprefix. From-SVN: r38513
* * test_summary: AWK breaks with filenames containing `='.Alexandre Oliva2000-08-091-1/+5
| | | | From-SVN: r35578
* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.Zack Weinberg2000-06-041-5/+7
| | | | | | | | * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF. Elide --with-gcc-version-trigger and --norecursion from configure flags. Remove code to report status of haifa scheduler. From-SVN: r34387
* * test_summary: Quote curly braces in 1999-07-03 change.Robert Lipe1999-08-101-1/+1
| | | | From-SVN: r28637
* * test_summary: Replace egcs with gcc. Update e-mail address.Alexandre Oliva1999-07-171-5/+5
| | | | From-SVN: r28148
* test_summary: If Target is `unix{*}', append the Target variants to Host.Alexandre Oliva1999-07-031-0/+1
| | | | | | | * test_summary: If Target is `unix{*}', append the Target variants to Host. From-SVN: r27932
* test_summary: Set default mail-address and version for egcs instead of ↵Alexandre Oliva1999-06-121-10/+2
| | | | | | | | | | relying on... * test_summary: Set default mail-address and version for egcs instead of relying on unpredictable pathnames. Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de> From-SVN: r27496
* test_summary (version): remove carriage return that gawk inserts in the ↵Alexandre Oliva1999-01-071-1/+1
| | | | | | | | | version string for some reason * test_summary (version): remove carriage return that gawk inserts in the version string for some reason From-SVN: r24552
* test_summary (EOF): remove double backslash Reported by Franz Sirl ↵Alexandre Oliva1998-11-291-1/+1
| | | | | | | | | <Franz.Sirl-kernel@lauterbach.com> * test_summary (EOF): remove double backslash Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> From-SVN: r23974
* * test_summary (address): set to egcs-testresults mailing listAlexandre Oliva1998-11-281-1/+1
| | | | From-SVN: r23956
* test_summary (address): added Marc Lehmann's testsuite-results to the ↵Alexandre Oliva1998-11-261-1/+1
| | | | | | | | | default e-mail address * test_summary (address): added Marc Lehmann's testsuite-results to the default e-mail address From-SVN: r23908
* test_summary (-p, [...]): add these before the summaryAlexandre Oliva1998-11-251-3/+8
| | | | | | | * test_summary (-p, prepend_logs): add these before the summary (Compiler, Platform): print these just before configflags From-SVN: r23864
* * test_summary: assigned copyright to FSFAlexandre Oliva1998-07-271-1/+2
| | | | From-SVN: r21421
* test_summary: Corrected script name in comments providing documentation.Gerald Pfeifer1998-07-271-4/+6
| | | | | | | | P * test_summary: Corrected script name in comments providing documentation. Added linebreaks for lines with > 80 characters. From-SVN: r21420
* test_summary: new switch (-i) and environment variable (append_logs) for ↵Alexandre Oliva1998-06-181-0/+4
| | | | | | | | | including files in... * test_summary: new switch (-i) and environment variable (append_logs) for including files in the report. From-SVN: r20578
* * test_summary: find good awk (copied from warn_summary).Jeff Law1998-05-231-1/+13
| | | | From-SVN: r19992
* Moved here from the gcc subdir.Jeff Law1998-05-231-0/+113
From-SVN: r19990