diff options
author | Tom de Vries <tdevries@suse.de> | 2020-04-28 06:54:55 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-04-28 06:54:55 +0200 |
commit | 0b2f8a3bbb595a99dd7977caa6382aab25630115 (patch) | |
tree | 7620c0e066d0afde0d30054756860f3ee5073a90 /gdb/stack.c | |
parent | 5390c717386160683b436e35befd9dc7893065e5 (diff) | |
download | binutils-0b2f8a3bbb595a99dd7977caa6382aab25630115.zip binutils-0b2f8a3bbb595a99dd7977caa6382aab25630115.tar.gz binutils-0b2f8a3bbb595a99dd7977caa6382aab25630115.tar.bz2 |
[gdb/testsuite] Remove KFAIL from gdb.base/info-macros.exp
When running test-case gdb.base/info-macros.exp, we have:
...
(gdb) KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42 \
(PRMS: gdb/NNNN)
...
The described failure mode however:
...
set test "info macros info-macros.c:42"
set r1 ".*define DEF_MACROS"
set r2 ".*define ONE"
setup_kfail "gdb/NNNN" *-*-*
gdb_test "$test" "$r1$r2"
...
does not match the actual output, given that both defines are in fact
printed.
The pattern fails to match because it's missing a trailing ".*".
Fix this by removing the KFAIL and adding the missing trailing ".*".
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2020-04-28 Tom de Vries <tdevries@suse.de>
* gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
Diffstat (limited to 'gdb/stack.c')
0 files changed, 0 insertions, 0 deletions