aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-xmethods.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-07 12:18:59 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit79749205e72ace5dbec6f797b334c842dab1a45c (patch)
tree76be7dd8801f292c2e4ed8bc0e9362a73fb79cce /gdb/testsuite/gdb.python/py-xmethods.exp
parentd394684d5531ea85fc347d68910bed858880f2e0 (diff)
downloadgdb-79749205e72ace5dbec6f797b334c842dab1a45c.zip
gdb-79749205e72ace5dbec6f797b334c842dab1a45c.tar.gz
gdb-79749205e72ace5dbec6f797b334c842dab1a45c.tar.bz2
Use "require" for Python tests
This changes various tests to use "require" for the Python feature.
Diffstat (limited to 'gdb/testsuite/gdb.python/py-xmethods.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-xmethods.exp8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.python/py-xmethods.exp b/gdb/testsuite/gdb.python/py-xmethods.exp
index 8db5c39..6a9e5f2 100644
--- a/gdb/testsuite/gdb.python/py-xmethods.exp
+++ b/gdb/testsuite/gdb.python/py-xmethods.exp
@@ -18,7 +18,7 @@
load_lib gdb-python.exp
-require !skip_cplus_tests
+require !skip_cplus_tests !skip_python_tests
standard_testfile py-xmethods.cc
@@ -26,12 +26,6 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug c++}]} {
return -1
}
-# Skip all tests if Python scripting is not enabled.
-if { [skip_python_tests] } {
- untested "skipping Python tests"
- return
-}
-
if ![runto_main] {
return -1
}