Remove is_remote target check from gdb.base/dprintf-non-stop.exp
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 24 Jan 2016 16:22:24 +0000 (11:22 -0500)
committerPedro Alves <palves@redhat.com>
Thu, 12 Oct 2017 18:33:06 +0000 (19:33 +0100)
1. is_remote is not the right check.

2. Both Simon & Pedro ran it continuously for some time against
   native-gdbserver and didn't see a failure.

3. The test has been running against native-extended-gdbserver anyway.

gdb/testsuite/ChangeLog:
2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
    Pedro Alves  <palves@redhat.com>

* gdb.base/dprintf-non-stop.exp: Remove is_remote target check.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/dprintf-non-stop.exp

index e6a4281166d277c750ebea087c6ab9abaff4db1e..8ecdc5051a11c41c89d876b1accf34f1afb01f31 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
+
 2017-10-12  Pedro Alves  <palves@redhat.com>
            Simon Marchi  <simon.marchi@polymtl.ca>
 
index fed51efbfa1979e8ad0074ced3a2a86b3c74a5a2..1df933b405ddae33c9566938236bea85b6c51bb7 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-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}