aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2019-05-22 17:55:44 +0200
committerTom de Vries <tdevries@suse.de>2019-05-22 17:55:44 +0200
commite7fe496b1b8c0dfc44876f86131f756b424d4e70 (patch)
tree539665936ca486adde091661bd810102d736e7b7
parent6ec6968b1b259948ba42f0a47a3da048377058bc (diff)
downloadgdb-e7fe496b1b8c0dfc44876f86131f756b424d4e70.zip
gdb-e7fe496b1b8c0dfc44876f86131f756b424d4e70.tar.gz
gdb-e7fe496b1b8c0dfc44876f86131f756b424d4e70.tar.bz2
[gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expression.exp
Fix gdb.python/py-mi-var-info-path-expression.exp for a gdb build without python support. gdb/testsuite/ChangeLog: 2019-05-22 Tom de Vries <tdevries@suse.de> PR testsuite/24586 * gdb.python/py-mi-var-info-path-expression.exp: Call mi_skip_python_tests to check if python is supported.
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp3
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 62adbd7..0110953 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-22 Tom de Vries <tdevries@suse.de>
+
+ PR testsuite/24586
+ * gdb.python/py-mi-var-info-path-expression.exp: Call
+ mi_skip_python_tests to check if python is supported.
+
2019-05-22 Alan Hayward <alan.hayward@arm.com>
* gdb.arch/aarch64-pauth.c: New test.
diff --git a/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp b/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp
index 8662545..02f0c93 100644
--- a/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp
+++ b/gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp
@@ -32,6 +32,9 @@ if {[gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable {debug}] != "" }
return -1
}
+# Skip all tests if Python scripting is not enabled.
+if { [mi_skip_python_tests] } { continue }
+
mi_gdb_test "source ${srcdir}/${subdir}/${testfile}.py" \
".*\\^done" \
"load python file"