aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-07-13 19:24:18 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-07-13 19:24:18 +0000
commit4662c76e915914dd6fe77a4878fa9a7c8385b7d1 (patch)
treed879e26756cce50e2e9f5b772d4452d0f854ae11 /gdb/testsuite/ChangeLog
parentaa81e255f3c6846b3e7da7e0bc2f36f15c6146da (diff)
downloadgdb-4662c76e915914dd6fe77a4878fa9a7c8385b7d1.zip
gdb-4662c76e915914dd6fe77a4878fa9a7c8385b7d1.tar.gz
gdb-4662c76e915914dd6fe77a4878fa9a7c8385b7d1.tar.bz2
gdb/testsuite/
Fix gdb.base/macscp.exp when using custom inputrc. * gdb.base/completion.exp: Remove env(INPUTRC) set and restore. * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove env(TERM) set. * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set. * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 334fdd1..bb03bfe 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,14 @@
2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Fix gdb.base/macscp.exp when using custom inputrc.
+ * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
+ * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
+ env(TERM) set.
+ * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
+ * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
+
+2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
+
Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
* gdb.base/annota1.exp (thread_test): Import global $testfile.
Change the compilation target to match the testcase name.