]> git.ipfire.org Git - thirdparty/glibc.git/commit - Rules
Generate overall summary of test results.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 7 Mar 2014 03:25:57 +0000 (03:25 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 7 Mar 2014 03:25:57 +0000 (03:25 +0000)
commit265d52abcb4181e06cf5a60465b0a9514ecc4be9
tree9c4c35e0dd670733d1f4b13c21d48e05b51c97ca
parent54ee292da7a65acf72ac5655777555786899119c
Generate overall summary of test results.

This patch, an updated version of
<https://sourceware.org/ml/libc-alpha/2014-01/msg00197.html>, makes
testsuite runs generate an overall summary of test results.

A new script merge-test-results.sh deals both with collecting results
within a directory to a file with all the results from that directory,
and collecting the results from subdirectories into a single overall
file (there's not much in common between the two modes of operation of
the script, but it seemed silly to have two separate scripts for
this).  Within a directory, missing results produce UNRESOLVED lines;
at top level, missing results for a whole directory produce an ERROR
line (since toplevel can't identify what the specific missing tests
are in this case).

Note that this does not change the rules for when "make" considers
there has been an error, or terminates, so unexpected failures will
still cause make to terminate, or, with -k, mean the commands for
"tests" don't get run because of failure of a dependency.

Tested x86_64, including that the summary does in fact reflect all the
tests with .test-result files.

* scripts/merge-test-results.sh: New file.
* Makefile (tests-special-notdir): New variable.
(tests): Run merge-test-results.sh.
(xtests): Likewise.
* Rules (tests-special-notdir): New variable.
(xtests-special-notdir): Likewise.
(tests): Run merge-test-results.sh
(xtests): Likewise.
ChangeLog
Makefile
Rules
scripts/merge-test-results.sh [new file with mode: 0755]