summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-05-11 20:10:35 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-05-11 20:10:35 -0400
commitebf470809eba7c34713a2ea95e73e794582bcbd4 (patch)
treea13780c8fcc99dfb8e01ff974321dc553de90bdd /gdb/testsuite/gdb.base
parenta1becf61f74c790d9c1134573bb9f2fa56b175b3 (diff)
downloadbinutils-gdb-ebf470809eba7c34713a2ea95e73e794582bcbd4.tar.gz
gdb: change duplicate test name in gdb.base/jit-so.exp
When running gdb.base/jit-so.exp, we see duplicate test names: $ grep PASS testsuite/gdb.sum | sort | uniq -c | sort -n ... 2 PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function 2 PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function Give an explicit name to one test to avoid this. gdb/testsuite/ChangeLog: * gdb.base/jit-so.exp (one_jit_test): Change test name.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/jit-elf-so.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/jit-elf-so.exp b/gdb/testsuite/gdb.base/jit-elf-so.exp
index 526414f43cf..0f05221a62a 100644
--- a/gdb/testsuite/gdb.base/jit-elf-so.exp
+++ b/gdb/testsuite/gdb.base/jit-elf-so.exp
@@ -110,7 +110,8 @@ proc one_jit_test {count match_str} {
gdb_continue_to_breakpoint "break here 2"
# All jit librares must have been unregistered
gdb_test "info function jit_function" \
- "All functions matching regular expression \"jit_function\":"
+ "All functions matching regular expression \"jit_function\":" \
+ "info function jit_function after unregistration"
}
}