gdb.base/async.exp: Enable it.
authorPedro Alves <palves@redhat.com>
Wed, 19 Mar 2014 13:05:43 +0000 (13:05 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 19 Mar 2014 15:55:06 +0000 (15:55 +0000)
There's no reason not to enable this test anymore.

Even if the current output isn't ideal (we mess up the prompt), it's what
we have today.  We can adjust the test if the output improves.

gdb/testsuite/
2014-03-19  Pedro Alves  <palves@redhat.com>

* gdb.base/async.exp: Remove early return.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/async.exp

index 7fdc8109a5f6d03feceb53623dd35c77aa21d111..88fd3ea53880281a1c50d796b215469c859de8c1 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp: Remove early return.
+
 2014-03-19  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/async.exp (step& tests): Pass explicit test messages.
index bbe8a27a7c9dc48dfb9c58bcd0d6708883dced2e..f0a18e89193fdfdc7e71bb2b6a9f26daa11e0660 100644 (file)
 
 standard_testfile
 
-########################################
-##
-## Don't do any of these tests until we reach consensus on this file.
-##
-return 0
-########################################
-
 if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
     untested $testfile.exp
     return -1
This page took 0.041294 seconds and 4 git commands to generate.