summaryrefslogtreecommitdiff
path: root/contrib/dg-extract-results.py
AgeCommit message (Collapse)Author
2019-10-21contrib: Add KPASS support to dg-extract-results.{sh,py}Andrew Burgess
Extend dg-extract-results.sh and dg-extract-results.py to support the KPASS test result status. This is required by GDB which uses a copy of the dg-extract-results.{sh,py} scripts that it tries to keep in sync with GCC. ChangeLog: * contrib/dg-extract-results.sh: Add support for KPASS. * contrib/dg-extract-results.py: Likewise. From-SVN: r277260
2019-04-17dg-extract-results.sh: Only handle WARNING: program timed out lines ↵Jakub Jelinek
specially in "$MODE" == "sum". * dg-extract-results.sh: Only handle WARNING: program timed out lines specially in "$MODE" == "sum". Restore previous behavior for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in a different variant or curfile is empty. * dg-extract-results.py: Fix a typo. From-SVN: r270415
2019-03-05dg-extract-results.py: Handle case where a WARNING happens with the first ↵Christophe Lyon
test of a harness. 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org> contrib/ * dg-extract-results.py: Handle case where a WARNING happens with the first test of a harness. From-SVN: r269394
2019-02-04contrib/dg-extract-results: Handle timeout warningsChristophe Lyon
2019-02-04 Christophe Lyon <christophe.lyon@linaro.org> contrib/ * dg-extract-results.py: Keep timeout warnings next to their matching test. * dg-extract-results.sh: Likewise. From-SVN: r268511
2016-09-20Report DejaGnu ERROR messages in dg-extract-results.Christophe Lyon
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org> * dg-extract-results.py: Report DejaGnu error in the final summary. * dg-extract-results.sh: Likewise. From-SVN: r240289
2014-10-02dg-extract-results.py (output_variation): Always sort if do_sum.Segher Boessenkool
2014-10-02 Segher Boessenkool <segher@kernel.crashing.org> * dg-extract-results.py (output_variation): Always sort if do_sum. From-SVN: r215817
2014-09-19dg-extract-results.py (Prog.result_re): Include options in test name.Segher Boessenkool
2014-09-19 Segher Boessenkool <segher@kernel.crashing.org> * dg-extract-results.py (Prog.result_re): Include options in test name. From-SVN: r215400
2014-06-14dg-extract-results.py: For Python 3, force sys.stdout to handle surrogate ↵Richard Sandiford
escape sequences. contrib/ * dg-extract-results.py: For Python 3, force sys.stdout to handle surrogate escape sequences. (safe_open): New function. (output_segment, main): Use it. From-SVN: r211666
2014-05-25dg-extract-results.py (Named): Remove __cmp__ method.Richard Sandiford
contrib/ * dg-extract-results.py (Named): Remove __cmp__ method. (output_variation): Use a key to sort variation.harnesses. From-SVN: r210913
2014-05-20dg-extract-results.py (parse_run): Handle warnings that are printed before a ↵Richard Sandiford
test harness is run. contrib/ * dg-extract-results.py (parse_run): Handle warnings that are printed before a test harness is run. From-SVN: r210637
2014-05-08dg-extract-results.py: New file.Richard Sandiford
contrib/ * dg-extract-results.py: New file. * dg-extract-results.sh: Use it if the environment seems suitable. From-SVN: r210243