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:
Jan Kratochvil 2018-05-08 14:26:19 +02:00
parent 968ae51bac
commit 7785df4880
2 changed files with 8 additions and 0 deletions

View File

@ -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>
PR python/22730:

View File

@ -17,6 +17,10 @@
# Test inserting read watchpoints on unaligned addresses.
if {[skip_hw_watchpoint_tests]} {
return 0
}
standard_testfile
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
return -1