summaryrefslogtreecommitdiff
path: root/contrib/compare_tests
AgeCommit message (Collapse)Author
2016-09-20Report DejaGnu ERROR messages in compare_testsclyon
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org> * compare_tests: Take ERROR messages into account when comparing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240288 138bc75d-0d04-0410-961f-82ee72b054a4
2013-05-13 * compare_tests: Limit lines to 2000 characters as comm on Mac OSmrs
X 10.8.3 doesn't like long lines (those 2055 characters or more). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198840 138bc75d-0d04-0410-961f-82ee72b054a4
2012-11-19 * compare_tests: Add export LC_ALL=C to make sort happier.mrs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193631 138bc75d-0d04-0410-961f-82ee72b054a4
2012-04-242012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>manu
contrib/ * compare_tests: Append '/' to make 'find' traverse symlinked directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186750 138bc75d-0d04-0410-961f-82ee72b054a4
2012-02-152012-02-15 Quentin Neill <quentin.neill@amd.com>qneill
* compare_tests: Fix trailing paths in dir arguments. Handle sum1/sum2 temp files with others. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184284 138bc75d-0d04-0410-961f-82ee72b054a4
2012-02-11 * compare_tests (exit_status): Fix.mrs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184130 138bc75d-0d04-0410-961f-82ee72b054a4
2011-11-082011-11-07 Quentin Neill <quentin.neill@amd.com>hjagasia
* compare_tests: Add ability to compare all .sum files from two build directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181149 138bc75d-0d04-0410-961f-82ee72b054a4
2006-07-06 Port to hosts whose 'sort' and 'tail' implementationsmrs
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
2006-06-02 * compare_tests: Handle multilibs better.mrs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114331 138bc75d-0d04-0410-961f-82ee72b054a4
2003-04-04 * compare_tests: Fix exit status and be more flexible with spacing.mrs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65255 138bc75d-0d04-0410-961f-82ee72b054a4
1998-07-27 * compare_tests: New script.law
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21422 138bc75d-0d04-0410-961f-82ee72b054a4