binutils-gdb/gdb/testsuite/gdb.debuginfod
Aaron Merey b7ea736a38 gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.exp
gdb's debuginfod progress messages include the size of the file being
downloaded if the size information is available at the time the message
is printed.  For example:

    Downloading 10 MB separate debug info for /lib64/libxyz.so

This size information is omitted if it's not available at the time of
printing:

    Downloading separate debug info for /lib64/libxyz.so

A pattern in crc_mismatch.exp fails to be matched if a progress message
includes a file size.  Add a wildcard to the pattern so that it matches
the progress message whether or not it includes the file size.
2023-05-11 12:38:12 -04:00
..
build-id-no-debug-warning.c gdb: defer warnings when loading separate debug files 2023-02-01 11:12:35 +00:00
build-id-no-debug-warning.exp gdb/testsuite: tighten patterns in build-id-no-debug-warning.exp 2023-05-05 16:57:31 +01:00
crc_mismatch-2.c gdb: defer warnings when loading separate debug files 2023-02-01 11:12:35 +00:00
crc_mismatch.c gdb: defer warnings when loading separate debug files 2023-02-01 11:12:35 +00:00
crc_mismatch.exp gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.exp 2023-05-11 12:38:12 -04:00
fetch_src_and_symbols.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
fetch_src_and_symbols.exp gdb/testsuite: fix fetch_src_and_symbols.exp with native-gdbserver board 2023-02-01 17:32:16 +00:00