diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4ad0c02992..dd0645c80f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-10-10 Simon Marchi + + * lib/gdb.exp (get_integer_valueof): Don't output read value in test name. + 2017-10-10 Pedro Alves * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 48fec2f56b..9d8296a109 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -5634,7 +5634,7 @@ proc get_integer_valueof { exp default {test ""} } { gdb_test_multiple "print /d ${exp}" "$test" { -re "\\$\[0-9\]* = (\[-\]*\[0-9\]*).*$gdb_prompt $" { set val $expect_out(1,string) - pass "$test ($val)" + pass "$test" } timeout { fail "$test (timeout)"