commit | b664df49f3d07941874dce0bd991c48a37cbf409 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Sat Jul 15 10:09:40 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Sat Jul 15 10:09:40 2023 +0200 |
tree | 41cd933b341e35c6b2672f6fb03dd88056d118b8 | |
parent | c1f6762ce51fbcffb7ee3fdb1d794435fb19d43c [diff] |
[gdb/testsuite] Fix gdb.dwarf2/forward-spec.exp with read1 When running test-case gdb.dwarf2/forward-spec.exp with check-read1 we run into: ... parent: ((cooked_index_entry *) 0xFAIL: <exp>: v has a parent 7fdc1c002ed0) [ns]^M ... The problem is using regexps containing '.' to avoid escaping, which makes them too generic. Fix this by eliminating the '.' from the regexps. Tested on x86_64-linux.