| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This changes skip_cplus_tests to invert the sense, and renames it to
allow_cplus_tests. This one also converts skip_stl_tests to
allow_stl_tests, as that was convenient to do at the same time.
|
|
|
|
|
|
|
|
| |
This changes skip_btrace_tests to invert the sense, and renames it to
allow_btrace_tests.
|
|
|
|
|
|
|
|
| |
This changes skip_btrace_pt_tests to invert the sense, and renames it
to allow_btrace_pt_tests.
|
|
|
|
|
|
|
|
| |
This changes skip_avx512fp16_tests to invert the sense, and renames it
to allow_avx512fp16_tests.
|
|
|
|
|
|
|
|
| |
This changes skip_avx512bf16_tests to invert the sense, and renames it
to allow_avx512bf16_tests.
|
|
|
|
|
|
|
|
| |
This changes skip_ada_tests to invert the sense, and renames it to
allow_ada_tests.
|
|
|
|
|
|
|
|
| |
This changes skip_aarch64_sve_tests to invert the sense, and renames
it to allow_aarch64_sve_tests.
|
|
|
|
|
|
|
|
| |
This changes gdb_skip_xml_test to invert the sense, and renames it to
allow_xml_test.
|
|
|
|
|
|
|
| |
This changes various tests to use "require" for the Python feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default_prompt_gdb_start mimics default_gdb_start, but does not set
the use_gdb_stub global. This caused one Python test to work only
because it used the ordinary gdb_start before later using
default_prompt_gdb_start.
This patch updates default_prompt_gdb_start to set this global as
well.
|
|
|
|
|
|
|
|
|
|
| |
mi_skip_python_tests was necessary because skip_python_tests used the
running gdb, and so needed to know what prompt to expect. Now that
skip_python_tests has been rewritten, mi_skip_python_tests is no
longer needed.
|
|
|
|
|
|
|
|
|
| |
This rewrites skip_python_tests to examine the output of
"gdb --configuration". This is a bit nicer because it
does not require an already-running gdb.
|
|
|
|
|
|
|
| |
This changes some tests to use "require gnat_runtime_has_debug_info".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_debuginfod_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require using_fission".
|
|
|
|
|
|
|
| |
This changes some tests to use "require target_can_use_run_cmd".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_opencl_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_perf_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require gdb_trace_common_supports_arch".
|
|
|
|
|
|
|
| |
This changes some tests to use "require gdb_skip_xml_test".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !gdb_debug_enabled".
|
|
|
|
|
|
|
| |
This changes some tests to use "require is_c_compiler_gcc".
|
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_shlib_tests". This patch
cleans up a few spots that were missed in the earlier patch.
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_gdbserver_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require isnative".
|
|
|
|
|
|
|
| |
This changes some tests to use "require can_spawn_for_attach".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !use_gdb_stub".
|
|
|
|
|
|
|
| |
This changes some tests to use "require support_go_compile".
|
|
|
|
|
|
|
| |
This changes some tests to use "require supports_get_siginfo_type".
|
|
|
|
|
|
|
| |
This changes some tests to use "require can_single_step_to_signal_handler".
|
|
|
|
|
|
|
| |
This changes some tests to use "require is_elf_target".
|
|
|
|
|
|
|
| |
This changes some tests to use "require is_amd64_regs_target".
|
|
|
|
|
|
|
| |
This changes some tests to use "require is_aarch32_target".
|
|
|
|
|
|
|
| |
This changes some tests to use "require is_aarch64_target".
|
|
|
|
|
|
|
| |
This changes some tests to use "require support_displaced_stepping".
|
|
|
|
|
|
|
| |
This changes some tests to use "require" with !skip_avx_*.
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_btrace_tests".
|
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_btrace_pt_tests" and
"require !skip_tsx_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_aarch64_sve_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_ifunc_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_hw_watchpoint_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_ctf_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_d_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_go_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_ada_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_fortran_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_rust_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_stl_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_dlmopen_tests".
|
|
|
|
|
|
|
| |
This changes some tests to use "require !skip_shlib_tests".
|