gdb.base/default.exp regression
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 29 Aug 2016 13:20:04 +0000 (15:20 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 29 Aug 2016 13:20:04 +0000 (15:20 +0200)
tty^M
(gdb) FAIL: gdb.base/default.exp: tty

gdb/testsuite/ChangeLog
2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>

* gdb.base/default.exp (tty): Remove.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index 6fa9ad56ad213ab05cc9bae0c6e660d993f5c9be..aac52afdb4280cb6ad54b854eea5a90b188ecf2b 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/default.exp (tty): Remove.
+
 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.python/py-recurse-unwind.c: New file.
index 612411b2e8b047ebcc3fd9e6ed11bfe8d3bc8cf1..38c3d4a189a4ca93251c8580e98c6c82695f8108 100644 (file)
@@ -799,8 +799,6 @@ gdb_test "thread apply" "Please specify a thread ID list" "thread apply"
 gdb_test "thread find" "Command requires an argument." "thread find"
 #test thread name
 gdb_test "thread name" "No thread selected" "thread name"
-#test tty
-gdb_test "tty" "Argument required .filename to set it to\..*" "tty"
 #test until "u" abbreviation
 gdb_test "u" "The program is not being run." "until \"u\" abbreviation"
 #test until
This page took 0.037701 seconds and 4 git commands to generate.