* [committed][gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expression.exp
@ 2019-05-22 15:56 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-05-22 15:56 UTC (permalink / raw)
To: gdb-patches
Hi,
Fix gdb.python/py-mi-var-info-path-expression.exp for a gdb build without
python support.
Committed to trunk.
Thanks,
- Tom
[gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expression.exp
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.
---
gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp | 3 +++
1 file changed, 3 insertions(+)
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 86625458c3..02f0c9305e 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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-05-22 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22 15:56 [committed][gdb/testsuite] Add missing mi_skip_python_tests to py-mi-var-info-path-expression.exp Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox