Message ID | 20160829105520.GA31183@host1.jankratochvil.net |
---|---|
State | New |
Headers | show |
On 2016-08-29 06:55, Jan Kratochvil wrote: > On Wed, 24 Aug 2016 19:18:15 +0200, Simon Marchi wrote: >> As per Pedro's suggestion, I also pushed this to the 7.12 branch. > > tty^M > (gdb) FAIL: gdb.base/default.exp: tty > > OK for check-in? > > > Jan Derp. Thanks for this!
On 08/29/2016 11:55 AM, Jan Kratochvil wrote: > On Wed, 24 Aug 2016 19:18:15 +0200, Simon Marchi wrote: >> As per Pedro's suggestion, I also pushed this to the 7.12 branch. > > tty^M > (gdb) FAIL: gdb.base/default.exp: tty > > OK for check-in? OK. Thanks, Pedro Alves
On Mon, 29 Aug 2016 15:01:30 +0200, Pedro Alves wrote: > On 08/29/2016 11:55 AM, Jan Kratochvil wrote: > > tty^M > > (gdb) FAIL: gdb.base/default.exp: tty > > > > OK for check-in? > > OK. Checked in: 7fac69100a7c1fb52b2e044294a858272bad4e46 and for 7.12: b82dedc7696daab1b7a4a28530f3eb94c6b4e62d Jan
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
On Wed, 24 Aug 2016 19:18:15 +0200, Simon Marchi wrote: > As per Pedro's suggestion, I also pushed this to the 7.12 branch. tty^M (gdb) FAIL: gdb.base/default.exp: tty OK for check-in? Jan gdb/testsuite/ChangeLog 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/default.exp (tty): Remove.