summaryrefslogtreecommitdiff
path: root/contrib/test_summary
Commit message (Collapse)AuthorAgeFilesLines
* libjava/classpath:ro2010-06-041-3/+3
| | | | | | | | | | | | * scripts/check_jni_methods.sh.in: Don't use diff -U. Adapt grep regex, ignore file and problem message. contrib: * test_summary: Don't use diff -u. Adapt egrep regex. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160264 138bc75d-0d04-0410-961f-82ee72b054a4
* Let test_summary invoke, not parse config.status contents.rwild2009-08-271-5/+2
| | | | | | | | | | contrib/* PR testsuite/41166 * test_summary: Invoke config.status, rather than trying to parse it. Adjust awk script. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151145 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-08-18 H.J. Lu <hongjiu.lu@intel.com>hjl2009-08-181-1/+1
| | | | | | | | PR testsuite/40704 * test_summary: Filter out "\r". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150898 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Only include LAST_UPDATED if it exists.gerald2009-04-251-4/+7
| | | | | | | Complete copyright years. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146783 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (configflags): Adjust for changes in thehp2007-02-101-0/+2
| | | | | | | config.status format due to update to autoconf 2.59. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121787 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-08-26 Matthias Klose <doko@debian.org>doko2004-08-261-0/+1
| | | | | | | | * test_summary: Include baseline used for libstdc++-v3 abi check in test summary. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86607 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-08 Phil Edwards <pme@gcc.gnu.org>pme2003-03-091-8/+13
| | | | | | | * test_summary: Add -h, print existing comments as help. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64016 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (configflags): Only use the first match. Removeaoliva2003-01-191-8/+11
| | | | | | | | excess space. Use sub instead of gsub where possible. Use `none' if no configure flags were given. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61483 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (configflags): awk portability.ljrittle2003-01-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61168 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (configflags): Compute correctly with bothaoliva2003-01-071-6/+9
| | | | | | | autoconfiscated and Cygnus-style top-level. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60991 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53523 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,aoliva2002-02-241-1/+1
| | | | | | | WARNING and ERROR output from the *.sum files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50010 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Copy LAST_UPDATED UTC time to head of summary.rth2001-07-271-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44433 138bc75d-0d04-0410-961f-82ee72b054a4
* * contrib/test_summary (files): Sort before evaluating.neil2001-05-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42673 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>oldham2000-12-281-1/+1
| | | | | | | * test_summary: Export filesuffix, not fileprefix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38513 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: AWK breaks with filenames containing `='.aoliva2000-08-091-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35578 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.zack2000-06-041-5/+7
| | | | | | | | Elide --with-gcc-version-trigger and --norecursion from configure flags. Remove code to report status of haifa scheduler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34387 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Quote curly braces in 1999-07-03 change.robertl1999-08-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28637 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Replace egcs with gcc. Update e-mail address.law1999-07-181-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28148 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: If Target is `unix{*}', append the Target variantsoliva1999-07-031-0/+1
| | | | | | | to Host. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27932 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: Set default mail-address and version for egcsoliva1999-06-121-10/+2
| | | | | | | | instead of relying on unpredictable pathnames. Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27496 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (version): remove carriage return that gawk insertsoliva1999-01-071-1/+1
| | | | | | | in the version string for some reason git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24552 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (EOF): remove double backslasholiva1998-11-291-1/+1
| | | | | | | Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23974 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (address): set to egcs-testresults mailing listoliva1998-11-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23956 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (address): added Marc Lehmann's testsuite-resultsoliva1998-11-261-1/+1
| | | | | | | to the default e-mail address git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23908 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (-p, prepend_logs): add these before the summaryoliva1998-11-251-3/+8
| | | | | | | (Compiler, Platform): print these just before configflags git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23864 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: assigned copyright to FSFoliva1998-07-271-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21421 138bc75d-0d04-0410-961f-82ee72b054a4
* Plaw1998-07-271-4/+6
| | | | | | | | * test_summary: Corrected script name in comments providing documentation. Added linebreaks for lines with > 80 characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21420 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: new switch (-i) and environment variablelaw1998-06-191-0/+4
| | | | | | | (append_logs) for including files in the report. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20578 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary: find good awk (copied from warn_summary).law1998-05-231-1/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19992 138bc75d-0d04-0410-961f-82ee72b054a4
* Moved here from the gcc subdir.law1998-05-231-0/+113
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19990 138bc75d-0d04-0410-961f-82ee72b054a4