summaryrefslogtreecommitdiff
path: root/contrib/compare_tests
AgeCommit message (Collapse)Author
2018-07-12[contrib] compare_tests: Print number of testsChristophe Lyon
2018-07-12 Christophe Lyon <christophe.lyon@linaro.org> * compare_tests: Print number of tests in each category. From-SVN: r262600
2018-02-19Respect TMPDIR in contrib scripts.Yury Gribov
2018-02-18 Yury Gribov <tetra2005@gmail.com> contrib/ * compare_tests: Use TMPDIR when set. * dg-cmp-results.sh: Ditto. * warn_summary: Ditto. From-SVN: r257801
2016-09-20Report DejaGnu ERROR messages in compare_testsChristophe Lyon
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org> * compare_tests: Take ERROR messages into account when comparing. From-SVN: r240288
2013-05-13compare_tests: Limit lines to 2000 characters as comm on Mac OS X 10.8.3 ↵Mike Stump
doesn't like long... * compare_tests: Limit lines to 2000 characters as comm on Mac OS X 10.8.3 doesn't like long lines (those 2055 characters or more). From-SVN: r198840
2012-11-19* compare_tests: Add export LC_ALL=C to make sort happier.Mike Stump
From-SVN: r193631
2012-04-24compare_tests: Append '/' to make 'find' traverse symlinked directories.Manuel López-Ibáñez
2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org> contrib/ * compare_tests: Append '/' to make 'find' traverse symlinked directories. From-SVN: r186750
2012-02-15compare_tests: Fix trailing paths in dir arguments.Quentin Neill
2012-02-15 Quentin Neill <quentin.neill@amd.com> * compare_tests: Fix trailing paths in dir arguments. Handle sum1/sum2 temp files with others. From-SVN: r184284
2012-02-11* compare_tests (exit_status): Fix.Mike Stump
From-SVN: r184130
2011-11-08compare_tests: Add ability to compare all .sum files from two build directories.Quentin Neill
2011-11-07 Quentin Neill <quentin.neill@amd.com> * compare_tests: Add ability to compare all .sum files from two build directories. From-SVN: r181149
2006-07-06Port to hosts whose 'sort' and 'tail' implementations treat operands with ↵Paul Eggert
leading '+' as file names... Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names, as POSIX has required since 2001. However, make sure the code still works on pre-POSIX hosts. * ltmain.sh: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. contrib: * compare_tests: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. gcc: * Makefile.in (slowcompare): Port to POSIX 1003.1-2001, which says you should use "tail -c +N" rather than "tail +Nc". Fix a bug: the old code incorrectly skipped 15 bytes, not 16. From-SVN: r115234
2006-06-02compare_tests: Handle multilibs better.Richard Earnshaw
* compare_tests: Handle multilibs better. Co-Authored-By: Mike Stump <mrs@apple.com> From-SVN: r114331
2003-04-04* compare_tests: Fix exit status and be more flexible with spacing.Mike Stump
From-SVN: r65255
1998-07-27* compare_tests: New script.Mike Stump
From-SVN: r21422