[binutils-gdb] [gdb/testsuite] Fix regexp in list-thread-groups-available.exp
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Thu Jul 19 15:05:00 GMT 2018
*** TEST RESULTS FOR COMMIT fbb1d502eeae135dbe6ac3b0b122e574a9b888d6 ***
Author: Tom de Vries <tdevries@suse.de>
Branch: master
Commit: fbb1d502eeae135dbe6ac3b0b122e574a9b888d6
[gdb/testsuite] Fix regexp in list-thread-groups-available.exp
I ran into a gdb.mi/list-thread-groups-available.exp failure:
...
Running gdb/testsuite/gdb.mi/list-thread-groups-available.exp ...
FAIL: gdb.mi/list-thread-groups-available.exp:
list available thread groups (unexpected output)
PASS: gdb.mi/list-thread-groups-available.exp:
list available thread groups with filter
...
When doing an experiment of running it 100 times in a row, the failure
reproduced 3 times.
Analyzing the original failure led to insufficient quoting of square brackets
in a regexp. This patch fixes the regexp, which resulted in 0 failures in a
100-in-a-row run.
Tested on x86_64-linux.
2018-07-19 Tom de Vries <tdevries@suse.de>
* gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
regular expression.
More information about the Gdb-testers
mailing list