]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
get_integer_valueof: Don't output value in test name
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 10 Oct 2017 19:10:25 +0000 (15:10 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 10 Oct 2017 19:10:25 +0000 (15:10 -0400)
commit2f20e312aad64c0f5257b9725fa5ffa3e8a93ca2
treed9b661d29337cf0e0c2c68638f41dde6806c40eb
parenteb8c0d308be8525f7c25962a9c581f44af23a364
get_integer_valueof: Don't output value in test name

The get_integer_valueof outputs the value it has read as part of the
test name.  This causes test names to vary from run to run, and adds
some noise when diffing test results.  e.g.:

-PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" (28770)
+PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" (32238)

This patch removes that, since it's probably not very useful.

gdb/testsuite/ChangeLog:

* lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp