aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-03-19 13:05:43 +0000
committerPedro Alves <palves@redhat.com>2014-03-19 15:55:06 +0000
commit05adc73e8266faab5abd485237cb59bb69a4f936 (patch)
tree6ca88e67160abf7b7e386f86ff75928a60982889
parent6048b9501dec2a621a336bffdc6675646437a000 (diff)
downloadgdb-05adc73e8266faab5abd485237cb59bb69a4f936.zip
gdb-05adc73e8266faab5abd485237cb59bb69a4f936.tar.gz
gdb-05adc73e8266faab5abd485237cb59bb69a4f936.tar.bz2
gdb.base/async.exp: Enable it.
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.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/async.exp7
2 files changed, 4 insertions, 7 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7fdc810..88fd3ea 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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.
2014-03-19 Pedro Alves <palves@redhat.com>
diff --git a/gdb/testsuite/gdb.base/async.exp b/gdb/testsuite/gdb.base/async.exp
index bbe8a27..f0a18e8 100644
--- a/gdb/testsuite/gdb.base/async.exp
+++ b/gdb/testsuite/gdb.base/async.exp
@@ -20,13 +20,6 @@
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