From b3995fb76a79c54fa3a7724168ef0ceb4b920193 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 8 Jan 2026 08:16:14 +0100 Subject: [PATCH] [gdb/testsuite] Add missing require in gdb.debuginfod/solib-with-dwz.exp Add missing "require allow_debuginfod_tests" in test-case gdb.debuginfod/solib-with-dwz.exp. --- gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp index 4d78f25dc8c..82ae1b8ec62 100644 --- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp +++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp @@ -81,6 +81,7 @@ load_lib debuginfod-support.exp +require allow_debuginfod_tests require allow_shlib_tests require {istarget "*-linux*"} require {!is_remote host}