binutils-gdb/gdb/testsuite/gdb.debuginfod
Tom de Vries 89e99b6747 [gdb/testsuite] Avoid intermittent failures on another debuginfod test
With test-case gdb.debuginfod/solib-with-soname.exp on aarch64-linux, I ran
into:
...
(gdb) core-file solib-with-soname.core^M
Downloading 197.86 K file libfoo_1.so...^M
[New LWP 997314]^M
[Thread debugging using libthread_db enabled]^M
Using host libthread_db library "/lib64/libthread_db.so.1".^M
Core was generated by `solib-with-soname'.^M
Program terminated with signal SIGABRT, Aborted.^M
(gdb) FAIL: $exp: load core file, use debuginfod: load core file
...

The test-case doesn't expect the "197.86 K" part.

The same problem was fixed for another test-case in commit a723c56efb
("gdb/testsuite: avoid intermittent failures on a debuginfod test").

Fix this in the same way: by updating the regexp.

Tested on aarch64-linux.

PR testsuite/32354
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32354
2024-11-11 15:57:38 +01:00
..
build-id-no-debug-warning.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
build-id-no-debug-warning.exp gdb/testsuite: avoid intermittent failures on a debuginfod test 2024-10-27 09:06:29 +00:00
corefile-mapped-file-1.c gdb/corefile: improve file backed mapping handling 2024-09-07 20:28:57 +01:00
corefile-mapped-file-2.c gdb/corefile: improve file backed mapping handling 2024-09-07 20:28:57 +01:00
corefile-mapped-file-3.c gdb, testsuite: clean duplicate header includes 2024-09-30 05:40:20 +00:00
corefile-mapped-file.exp gdb: use mapped file information to improve debuginfod text 2024-11-10 10:18:22 +00:00
crc_mismatch-2.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
crc_mismatch.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
crc_mismatch.exp Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fetch_src_and_symbols.c Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fetch_src_and_symbols.exp gdb/testsuite: add no-delete-breakpoints option to 'runto' proc 2024-08-28 10:39:21 +01:00
solib-with-soname-1.c gdb: improve shared library build-id check for core-files 2024-09-07 20:28:57 +01:00
solib-with-soname-2.c gdb: improve shared library build-id check for core-files 2024-09-07 20:28:57 +01:00
solib-with-soname.exp [gdb/testsuite] Avoid intermittent failures on another debuginfod test 2024-11-11 15:57:38 +01:00