aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorBob Rossi <bob@brasko.net>2005-09-27 22:39:04 +0000
committerBob Rossi <bob@brasko.net>2005-09-27 22:39:04 +0000
commit39fb8e9e0f5c7cb813eaa19a5f7368cb2d425f3f (patch)
treea3042d79842e089c3216cf54caefc58fdf8d0c13 /gdb/testsuite/ChangeLog
parent48e79b0a531fae383ad638cdd243c2012647451a (diff)
downloadgdb-39fb8e9e0f5c7cb813eaa19a5f7368cb2d425f3f.zip
gdb-39fb8e9e0f5c7cb813eaa19a5f7368cb2d425f3f.tar.gz
gdb-39fb8e9e0f5c7cb813eaa19a5f7368cb2d425f3f.tar.bz2
2005-09-27 Bob Rossi <bob@brasko.net>
* gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .* from test. Escape the | in mi_gdb_test call. * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp, gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to expected regex's in mi_gdb_test calls. * lib/mi-support.exp: Remove arbitrary .* from tests. (mi_gdb_test): Add string_regex variable. Add anchor to main -re. Fully anchor GDB/MI expected results in mi_gdb_test. * lib/gdb.exp (string_to_regexp): Escape the ] character. * gdb.base/sizeof.exp: Remove escape character. Correct test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f4a7861..5e5ce89 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2005-09-27 Bob Rossi <bob@brasko.net>
+
+ * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
+ from test. Escape the | in mi_gdb_test call.
+ * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
+ gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
+ gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
+ gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
+ expected regex's in mi_gdb_test calls.
+ * lib/mi-support.exp: Remove arbitrary .* from tests.
+ (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
+ Fully anchor GDB/MI expected results in mi_gdb_test.
+ * lib/gdb.exp (string_to_regexp): Escape the ] character.
+ * gdb.base/sizeof.exp: Remove escape character. Correct test.
+
2005-09-26 Paul Brook <paul@codesourcery.com>
* long_long.exp: Exclude eabi targets from arm FPA float format test.