[PATCH] Disable debuginfod in printer tests [BZ #28757]

Florian Weimer fweimer@redhat.com
Fri Jan 14 09:14:07 GMT 2022


* H. J. Lu via Libc-alpha:

> diff --git a/scripts/test_printers_common.py b/scripts/test_printers_common.py
> index 6406e3bac7..38121697bc 100644
> --- a/scripts/test_printers_common.py
> +++ b/scripts/test_printers_common.py
> @@ -161,6 +161,17 @@ def init_test(test_bin, printer_files, printer_names):
>              printer files.
>      """
>  
> +    # Disable debuginfod to avoid GDB messages like:
> +    #
> +    # This GDB supports auto-downloading debuginfo from the following URLs:
> +    # https://debuginfod.fedoraproject.org/
> +    # Enable debuginfod for this session? (y or [n])
> +    #
> +    try:
> +        test('set debuginfod enabled off')
> +    except Exception:
> +        pass

This looks okay, based on the discussion in
<https://bugzilla.redhat.com/show_bug.cgi?id=2026402>.  The ignored
exception should make this work on older GDB, too.

Reviewed-by: Florian Weimer <fweimer@redhat.com>

Thanks,
Florian



More information about the Libc-alpha mailing list