]> git.ipfire.org Git - thirdparty/gcc.git/commit
dg-cmp-results: display NA->FAIL & NA->UNRESOLVED by default
authorthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Oct 2018 10:35:21 +0000 (10:35 +0000)
committerthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Oct 2018 10:35:21 +0000 (10:35 +0000)
commit4c5dbd0e684fa954ee5517d569c72888c010d78a
tree26757e39aab17331c60cfba1a6c0de5a1632507d
parente3fce86b7c806609d5f044b0bb1535954033c4d1
dg-cmp-results: display NA->FAIL & NA->UNRESOLVED by default

Currently, dg-cmp-results will not print anything for a test that was
not run before, even if it is a FAIL or UNRESOLVED now. This means that
when contributing a code change together with a testcase in the same
commit one must run dg-cmp-results twice: once to check for regression
on a full testsuite run and once against the new testcase with -v -v.
This also prevents using dg-cmp-results on sum files generated with
test_summary since these would not contain PASS.

This patch changes dg-cmp-results to print NA->FAIL and NA->UNRESOLVED
changes by default.

2018-10-25  Thomas Preud'homme  <thomas.preudhomme@linaro.org>

    contrib/
    * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
    default verbosity.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265483 138bc75d-0d04-0410-961f-82ee72b054a4
contrib/ChangeLog
contrib/dg-cmp-results.sh