From b47c999618b23466986800f64f78e557bcc02dd7 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 13 Dec 2022 15:51:16 -0700 Subject: [PATCH] Use require !skip_dlmopen_tests This changes some tests to use "require !skip_dlmopen_tests". --- gdb/testsuite/gdb.base/dlmopen.exp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gdb/testsuite/gdb.base/dlmopen.exp b/gdb/testsuite/gdb.base/dlmopen.exp index 6243f6e7071..4bbe37eb39d 100644 --- a/gdb/testsuite/gdb.base/dlmopen.exp +++ b/gdb/testsuite/gdb.base/dlmopen.exp @@ -21,10 +21,7 @@ # We test that GDB shows the correct number of instances of the libraries # the test loaded while unloading them one-by-one. -if { [skip_dlmopen_tests] } { - unsupported "target does not support dlmopen debugging" - return -1 -} +require !skip_dlmopen_tests standard_testfile -- 2.30.2