aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-03-31 19:28:47 +0100
committerPedro Alves <palves@redhat.com>2016-03-31 19:28:47 +0100
commit40dea8cbf6b40f159bdfab4f3d8ec9010c293e84 (patch)
tree4ed317d16789d25a50fed64fb89b3424066fa397 /gdb/testsuite/ChangeLog
parent9bb84c9f97cb81df81f18f4e47d6b24fa37b597c (diff)
downloadgdb-40dea8cbf6b40f159bdfab4f3d8ec9010c293e84.zip
gdb-40dea8cbf6b40f159bdfab4f3d8ec9010c293e84.tar.gz
gdb-40dea8cbf6b40f159bdfab4f3d8ec9010c293e84.tar.bz2
Make gdb.base/jit.exp binaries unique
This testcase compiles the same program and library differently multiple times using the same file names. Make them unique, to make it easier to debug test problems. gdb/testsuite/ChangeLog: 2016-03-31 Pedro Alves <palves@redhat.com> PR gdb/19858 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add BINSUFFIX parameter, and handle it. (top level): Adjust calls compile_jit_test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1d9a16f..714615b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-31 Pedro Alves <palves@redhat.com>
+
+ PR gdb/19858
+ * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
+ BINSUFFIX parameter, and handle it.
+ (top level): Adjust calls compile_jit_test.
+
2016-03-31 Catalin Udma <catalin.udma@freescale.com>
PR python/19743