mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Remove duplicate skip_python_tests invocation
I noticed that py-finish-breakpoint.exp had two calls to skip_python_tests, in quick succession. This patch removes the second one. gdb/testsuite/ChangeLog 2019-01-27 Tom Tromey <tom@tromey.com> * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to skip_python_tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-01-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
|
||||||
|
skip_python_tests.
|
||||||
|
|
||||||
2019-01-24 Alan Hayward <alan.hayward@arm.com>
|
2019-01-24 Alan Hayward <alan.hayward@arm.com>
|
||||||
|
|
||||||
* gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
|
* gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
|
||||||
|
@ -53,9 +53,6 @@ if { $gdb_py_is_py24 == 1 } {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# Skip all tests if Python scripting is not enabled.
|
|
||||||
if { [skip_python_tests] } { continue }
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Test FinishBreakpoint in normal conditions
|
# Test FinishBreakpoint in normal conditions
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user