diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2016-08-29 15:20:04 +0200 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2016-08-29 15:20:04 +0200 |
commit | 7fac69100a7c1fb52b2e044294a858272bad4e46 (patch) | |
tree | 87d1263bada4d17d46a2722fca6954b6f26cd3aa | |
parent | 1cc90bb7ed1c1d66699083cbfe3f5254367454e1 (diff) | |
download | gdb-7fac69100a7c1fb52b2e044294a858272bad4e46.zip gdb-7fac69100a7c1fb52b2e044294a858272bad4e46.tar.gz gdb-7fac69100a7c1fb52b2e044294a858272bad4e46.tar.bz2 |
gdb.base/default.exp regression
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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/default.exp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6fa9ad5..aac52af 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 612411b..38c3d4a 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -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 |