contrib: Update dg-extract-results.* from gcc
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 21 Oct 2019 13:52:37 +0000 (14:52 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 21 Oct 2019 14:26:48 +0000 (15:26 +0100)
commit66b92822fa721b17c9edfebd10b3017b289be24c
tree81ba9caeb6c8e8414e8d8cddd923f7e4df7bd33d
parenta0a461e5b45f6fd9eb81774ad61e55b4917d4305
contrib: Update dg-extract-results.* from gcc

The dg-extract-results scripts have been updated in the gcc
repository.  This commit copies the updated versions of the scripts in
to the binutils-gdb repository.

There are two changes, these are:

  1. Improved detection of timeout lines, though I suspect this only
  applies to gcc results, and

  2. Detection of KPASS results, this is of interest to gdb, where
  these results would not be included in the final .sum file.

A grep over binutils-gdb shows the dg-extract-results is not used by
ld, gas, or binutils, however I tested these anyway and saw no changes
in the final .sum files (tested on x86-64 GNU/Linux).

On gdb when running tests in parallel dg-extract-results is used, and
the final .sum file now includes the KPASS results.

contrib/ChangeLog:

* dg-extract-results.py: Update from gcc repo.
* dg-extract-results.sh: Likewise.

Change-Id: I54abd07f4e8f5cf88a6db74519674f6939860157
contrib/ChangeLog
contrib/dg-extract-results.py
contrib/dg-extract-results.sh
This page took 0.025016 seconds and 4 git commands to generate.