2012-01-27 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Fri, 27 Jan 2012 13:56:56 +0000 (13:56 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 27 Jan 2012 13:56:56 +0000 (13:56 +0000)
* gdb.base/watchpoint.exp: Always run test_complex_watchpoint.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/watchpoint.exp

index ad10adfb2e5bc966ea1c3cd177548f1b72d2b6b7..18b2d4a48d19d3823e664715af2d8c417d6eb802 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-27  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
+
 2012-01-27  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/watchpoint.exp: Clean restart after tests that don't
index 9aeb5ec30015398698ae07b15c89991f60db71b5..38793085154217702fd264dd99e5dc56b2d861f1 100644 (file)
@@ -803,13 +803,7 @@ if [initialize] then {
        gdb_load $binfile
     }
 
-    # Only enabled for some targets merely because it has not been tested 
-    # elsewhere.
-    if {[istarget "hppa*-*-*"] || \
-           [istarget "sparc*-*-sunos*"] || \
-           [istarget "m32r-*-*"]} then {
-       test_complex_watchpoint
-    }
+    test_complex_watchpoint
 
     test_inaccessible_watchpoint
 
This page took 0.041907 seconds and 4 git commands to generate.