Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [committed][gdb/testsuite] Fix info-types.exp for debug info from more than one file
@ 2019-07-24  6:07 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-07-24  6:07 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

Hi,

On openSUSE Leap 15.0, I get:
...
FAIL: gdb.base/info-types.exp: l=c: info types
FAIL: gdb.base/info-types.exp: l=c++: info types
...
because the info type command prints info for files info-types.c, stddef.h,
elf-init.c and init.c, while the regexp in the test-case expect only info for
info-types.c.

Fix this by extending the regexp.

Tested on x86_64-linux.

Committed to trunk.

Thanks,
- Tom

[gdb/testsuite] Fix info-types.exp for debug info from more than one file

gdb/testsuite/ChangeLog:

2019-07-24  Tom de Vries  <tdevries@suse.de>

	* gdb.base/info-types.exp: Allow info types to print info for more than
	one file.

---
 gdb/testsuite/gdb.base/info-types.exp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.base/info-types.exp b/gdb/testsuite/gdb.base/info-types.exp
index 3a514b5bc1..fd190ae58f 100644
--- a/gdb/testsuite/gdb.base/info-types.exp
+++ b/gdb/testsuite/gdb.base/info-types.exp
@@ -86,7 +86,9 @@ proc run_test { lang } {
 		 "19:\[\t \]+typedef float nested_float_t;" \
 		 "18:\[\t \]+typedef int nested_int_t;" \
 		 "62:\[\t \]+typedef union_t nested_union_t;" \
-		 "\[\t \]+unsigned int"]
+		 "\[\t \]+unsigned int(" \
+		 "" \
+		 "File .*:.*)?" ]
     } else {
 	set output_re \
 	    [multi_line \
@@ -116,7 +118,9 @@ proc run_test { lang } {
 		 "18:\[\t \]+typedef int nested_int_t;" \
 		 "62:\[\t \]+typedef union union_t nested_union_t;" \
 		 "56:\[\t \]+union union_t;" \
-		 "\[\t \]+unsigned int" ]
+		 "\[\t \]+unsigned int(" \
+		 "" \
+		 "File .*:.*)?" ]
     }
 
     gdb_test "info types" $output_re


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-24  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  6:07 [committed][gdb/testsuite] Fix info-types.exp for debug info from more than one file Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox