mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests
gdb/testsuite/ChangeLog 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
|
||||||
|
|
||||||
2018-05-04 Tom Tromey <tom@tromey.com>
|
2018-05-04 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
PR python/22730:
|
PR python/22730:
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
|
|
||||||
# Test inserting read watchpoints on unaligned addresses.
|
# Test inserting read watchpoints on unaligned addresses.
|
||||||
|
|
||||||
|
if {[skip_hw_watchpoint_tests]} {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
standard_testfile
|
standard_testfile
|
||||||
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
|
||||||
return -1
|
return -1
|
||||||
|
Reference in New Issue
Block a user