diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e6a4281166d..8ecdc5051a1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-10-12 Simon Marchi + Pedro Alves + + * gdb.base/dprintf-non-stop.exp: Remove is_remote target check. + 2017-10-12 Pedro Alves Simon Marchi diff --git a/gdb/testsuite/gdb.base/dprintf-non-stop.exp b/gdb/testsuite/gdb.base/dprintf-non-stop.exp index fed51efbfa1..1df933b405d 100644 --- a/gdb/testsuite/gdb.base/dprintf-non-stop.exp +++ b/gdb/testsuite/gdb.base/dprintf-non-stop.exp @@ -13,12 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if [is_remote target] then { - # Testing with remote/non-stop is racy at the moment. - unsupported "testing dprintf with remote/non-stop is not supported." - return 0 -} - standard_testfile set executable ${testfile}