# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib "ada.exp"
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This test only works on GNU/Linux.
-require !use_gdb_stub isnative !skip_shlib_tests
+require !use_gdb_stub isnative allow_shlib_tests
if { [is_remote host] || ![istarget *-linux*] } {
return
}
# This test can't be run on targets lacking shared library support
# or for non-ELF targets.
-require !skip_shlib_tests is_elf_target
+require allow_shlib_tests is_elf_target
# Library file names and flags:
set lib_basename ${::gdb_test_file_name}-lib
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# This test only works on GNU/Linux.
-require !use_gdb_stub isnative !skip_shlib_tests
+require !use_gdb_stub isnative allow_shlib_tests
if { [is_remote host] || ![istarget *-linux*] } {
return
}
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug shlib_load}] != "" } {
do_corefile_buildid_tests
do_corefile_buildid_tests -sepdebug
-if {![skip_shlib_tests]} {
+if {[allow_shlib_tests]} {
build_corefile_buildid_shared
do_corefile_buildid_tests -shared
do_corefile_buildid_tests -shared -sepdebug
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
-require !skip_shlib_tests
+require allow_shlib_tests
set executable ctxobj-m
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set libfile "dprintf-pendshr"
# also happens to exercise an issue with displaced stepping on amd64
# when libdso1 is mapped at an address greater than 0xffffffff.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c
# in the source of the shlib, and "list" should display the source where
# the program stopped.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c -shlib.c
set shlib_path [standard_output_file ${testfile}-lib.so]
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile gcore-relro-main.c
set libfile gcore-relro-lib
# a shared library (PR gdb/1555, was PR shlib/1280, shlib/1237).
# Tested on ppc-yellowdog-linux (Yellow Dog Linux 3.0 3.2.2-2a)
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile gdb1555-main.c gdb1555.c
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests allow_ifunc_tests
+require allow_shlib_tests allow_ifunc_tests
standard_testfile .c
set staticexecutable ${testfile}-static
# when the target doesn't support hw breakpoints doesn't silently
# error out without informing the user.
-require !skip_shlib_tests
+require allow_shlib_tests
set main_src hbreak-in-shr-unsupported.c
set lib_src hbreak-in-shr-unsupported-shr.c
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
if { [is_remote target] } {
return 0
}
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
# Test 'info sources' when the test file makes use of a shared
# library.
-require !skip_shlib_tests
+require allow_shlib_tests
set is_remote_target [is_remote target]
# Additionally, check that GDB cau use 'dump binary memory' to write
# out the in-memory JIT files.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib jit-elf-helpers.exp
# Test fork handling of an inferior that has JIT-ed objfiles.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib jit-elf-helpers.exp
# The same tests as in jit.exp, but loading JITer itself from a shared
# library.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib jit-elf-helpers.exp
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib jit-elf-helpers.exp
# For completeness, also test when the JIT descriptor does not change
# address between runs.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
return -1;
}
-require !skip_shlib_tests isnative
+require allow_shlib_tests isnative
# Increase this to see more detail.
set test_verbose 0
# static function named "foo" exists in the shared library. Tests
# both with and without debug info.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile msym-bp-shl-main.c msym-bp-shl-main-2.c msym-bp-shl-lib.c
set srcfile ${srcdir}/${subdir}/${srcfile}
# test running programs
#
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c
set libfile "pendshr"
# This file was written by Alexandre Oliva <aoliva@redhat.com>
-require isnative !skip_shlib_tests is_c_compiler_gcc
+require isnative allow_shlib_tests is_c_compiler_gcc
if { [is_remote host] } {
return
}
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
-require !skip_shlib_tests
+require allow_shlib_tests
proc test {hidden dlopen version_id_main lang} {
global srcdir subdir
# Test the "print symbol-loading" option.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile print-symbol-loading-main.c
set libfile print-symbol-loading-lib
# or for non-ELF targets. (We're not really testing or building
# shared libraries here, but having a RTLD implies having shared
# libraries on the target.)
-require !skip_shlib_tests is_elf_target
+require allow_shlib_tests is_elf_target
# (Pretend) RTLD file names and flags:
set rtld_basename ${::gdb_test_file_name}-rtld
#prop lib shr2.sl
-require !skip_shlib_tests
+require allow_shlib_tests
if { [is_remote host] } {
gdb_remote_download host $srcdir/$subdir/ss.h
# them gets relocated at load-time. Check that gdb gets the right
# values for the debugging and minimal symbols.
-require !skip_shlib_tests
+require allow_shlib_tests
#
# This file uses shreloc.c, shreloc1.c and shreloc2.c
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c -lib.c
#
# This only works on GNU/Linux.
-require isnative !skip_shlib_tests
+require isnative allow_shlib_tests
if { [is_remote host] || ![istarget *-linux*] } {
return
}
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c
set libfile "solib1"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
if {[is_remote target]} {
# gdbserver prints the warning message but expect is parsing only the GDB
# Test connecting and disconnecting at shared library events.
-require !skip_shlib_tests
+require allow_shlib_tests
set gdbserver_reconnect_p 1
if { [info proc gdb_reconnect] == "" } {
# (and thus aren't affected by shared library unloading) are not
# disabled prematurely.
-require !skip_shlib_tests
+require allow_shlib_tests
# This test is currently not supported for stub targets, because it uses the
# start command (through gdb_start_cmd). In theory, it could be changed to
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */
-require !skip_shlib_tests
+require allow_shlib_tests
# The testcase assumes the target can access the OBJDIR.
if [is_remote target] {
# difference appears to be caused by prelink, adjusting expectations
# In such case both disk libraries will be loaded at VMAs starting at zero.
-require !skip_shlib_tests can_spawn_for_attach
+require allow_shlib_tests can_spawn_for_attach
# Library file.
set libname "solib-overlap-lib"
# Test solib-search-path, and in the case of solib-svr4.c whether l_addr_p
# is properly reset when the path is changed.
-require !skip_shlib_tests
+require allow_shlib_tests
if {[is_remote target]} {
untested "skipping remote target and shared library tests"
return -1
# Contributed by Markus Deuling <deuling@de.ibm.com>.
#
-require !skip_shlib_tests
+require allow_shlib_tests
# Library file.
set libname "solib-symbol-lib"
# 1) GDB does not segfault when stepping
# 2) The stack frame is printed
-require !skip_shlib_tests
+require allow_shlib_tests
# Library 2
set lib2name "solib-vanish-lib2"
# than one shared library, when one of the implementations is a "weak"
# symbol. GDB should set a breakpoint at the first copy it finds.
-require !skip_shlib_tests
+require allow_shlib_tests
# These targets have shared libraries, but weak symbols are not meaningful.
if {([istarget *-*-mingw*]
require is_elf_target
-require !skip_shlib_tests
+require allow_shlib_tests
set target_size TARGET_UNKNOWN
if {[is_lp64_target]} {
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c symtab-search-order-1.c symtab-search-order-shlib-1.c
set srcfile $srcdir/$subdir/$srcfile
# Test resolving of an opaque type from the loaded shared library.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile type-opaque-main.c
# test running programs
#
-require !skip_shlib_tests
+require allow_shlib_tests
set testfile "unload"
set libfile "unloadshr"
#
-require !skip_shlib_tests
+require allow_shlib_tests
set testfile "watchpoint-solib"
set libfile "watchpoint-solib-shr"
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require allow_btrace_tests !skip_shlib_tests
+require allow_btrace_tests allow_shlib_tests
standard_testfile
# Shared library tests.
-require !skip_shlib_tests
+require allow_shlib_tests
set libbin [standard_output_file ${testfile}-shlib.so]
set binfile [standard_output_file ${testfile}-shlib]
# on the libstc++.so DSO (which is how GDB was built and revealed the
# bug), and vice versa.
-require !skip_shlib_tests
+require allow_shlib_tests
# STATIC_BIN indicates whether to build the main binary with
# -static-libgcc/-static-libstdc++. STATIC_LIB is the same, but for
#
# PR c++/9489.
-require allow_cplus_tests !skip_shlib_tests
+require allow_cplus_tests allow_shlib_tests
standard_testfile .cc gdb2384-base.cc
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .cc infcall-dlopen-lib.cc
set libfile [standard_output_file ${testfile}.so]
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require allow_cplus_tests !skip_shlib_tests
+require allow_cplus_tests allow_shlib_tests
standard_testfile bool.cc .cc
load_lib dwarf.exp
# This test can only be run on targets which support DWARF-2 and use gas.
-require dwarf2_support !skip_shlib_tests
+require dwarf2_support allow_shlib_tests
standard_testfile .c -shlib.c -dw.S
# which is then used by a shared object.
# This test can't be run on targets lacking shared library support.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib dwarf.exp
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require !skip_shlib_tests
+require allow_shlib_tests
load_lib mi-support.exp
#
load_lib mi-support.exp
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile mi-catch-load.c
load_lib mi-support.exp
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile mi-dprintf-pending.c
# test running programs
#
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile mi-pending.c
load_lib mi-support.exp
set MIFLAGS "-i=mi2"
-require !skip_shlib_tests
+require allow_shlib_tests
gdb_exit
if [mi_gdb_start] {
load_lib mi-support.exp
set MIFLAGS "-i=mi"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile .c -lib.c
set shlib_path [standard_output_file ${testfile}-lib.so]
standard_testfile
-require !skip_shlib_tests
+require allow_shlib_tests
# Library file.
set libname "${testfile}-lib"
load_lib gdb-python.exp
-require !skip_shlib_tests allow_python_tests
+require allow_shlib_tests allow_python_tests
if {[get_compiler_info]} {
warning "Could not get compiler info"
# This file is part of the GDB testsuite. It tests the mechanism
# exposing values to Python.
-require !skip_shlib_tests allow_python_tests
+require allow_shlib_tests allow_python_tests
load_lib gdb-python.exp
load_lib gdb-python.exp
-require !skip_shlib_tests allow_python_tests
+require allow_shlib_tests allow_python_tests
standard_testfile
# with shared libraries and a logfile.
# This test suitable only for process record-replay
-require supports_process_record !skip_shlib_tests
+require supports_process_record allow_shlib_tests
standard_testfile solib-reverse.c
set precsave [standard_output_file solib.precsave]
# This file is part of the GDB testsuite. It tests reverse debugging
# with shared libraries.
-require supports_reverse !skip_shlib_tests
+require supports_reverse allow_shlib_tests
standard_testfile
set lib1file "shr1"
load_lib gdbserver-support.exp
-# We test for skip_shlib_tests in this test because without a main
+# We test for allow_shlib_tests in this test because without a main
# exec file we only have the exec target loaded if shared libraries
# are present.
-require allow_gdbserver_tests !skip_shlib_tests
+require allow_gdbserver_tests allow_shlib_tests
standard_testfile server.c
if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] {
load_lib gdbserver-support.exp
load_lib prelink-support.exp
-require allow_gdbserver_tests !skip_shlib_tests
+require allow_gdbserver_tests allow_shlib_tests
standard_testfile solib-list-main.c
set srclibfile ${testfile}-lib.c
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-require isnative !skip_shlib_tests
+require isnative allow_shlib_tests
if {![istarget *-linux*]} {
return 0
}
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
require gdb_trace_common_supports_arch
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set executable $testfile
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set executable $testfile
load_lib trace-support.exp
-require !skip_shlib_tests
+require allow_shlib_tests
require gdb_trace_common_supports_arch
standard_testfile pending.c
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
require gdb_trace_common_supports_arch
range_stepping_with_tracepoint "trace"
-require !skip_shlib_tests
+require allow_shlib_tests
set libipa [get_in_proc_agent]
set remote_libipa [gdb_load_shlib $libipa]
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set executable $testfile
break_trace_same_addr_6 "trace" "enable" "trace" "disable"
break_trace_same_addr_6 "trace" "disable" "trace" "enable"
-require !skip_shlib_tests
+require allow_shlib_tests
set libipa [get_in_proc_agent]
set remote_libipa [gdb_load_shlib $libipa]
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set executable $testfile
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
standard_testfile
set executable $testfile
step_over_tracepoint "trace"
-require !skip_shlib_tests
+require allow_shlib_tests
set libipa [get_in_proc_agent]
set remote_libipa [gdb_load_shlib $libipa]
load_lib "trace-support.exp"
-require !skip_shlib_tests
+require allow_shlib_tests
# Do not run if gdbsever debug is enabled - the output file is many Gb.
if [gdbserver_debug_enabled] {
return [expr {[string first "--with-python" $output] != -1}]
}
-# Return a 1 if we should skip shared library tests.
+# Return a 1 if we should run shared library tests.
-proc skip_shlib_tests {} {
+proc allow_shlib_tests {} {
# Run the shared library tests on native systems.
if {[isnative]} {
- return 0
+ return 1
}
# An abbreviated list of remote targets where we should be able to
|| [istarget *-*-mingw*]
|| [istarget *-*-cygwin*]
|| [istarget *-*-pe*])} {
- return 0
+ return 1
}
- return 1
+ return 0
}
# Return 1 if we should run dlmopen tests, 0 if we should not.
global srcdir subdir gdb_prompt inferior_exited_re
# We need shared library support.
- if { [skip_shlib_tests] } {
+ if { ![allow_shlib_tests] } {
return 0
}