This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb.python/py-arch.exp: Tweak test name for bad memory access test.


Hi.

I checked in the following.
While reading this a more descriptive test name helped.
[It's a minor change, but also a useful one for testing my git setup.
I'd rather mess up with something small ...]

Regression tested on amd64-linux.

2013-11-06  Doug Evans  <dje@sebabeach.org>

	* gdb.python/py-arch.exp: Tweak test name for bad memory access test.

diff --git a/gdb/testsuite/gdb.python/py-arch.exp b/gdb/testsuite/gdb.python/py-arch.exp
index 174b151..979a2a1 100644
--- a/gdb/testsuite/gdb.python/py-arch.exp
+++ b/gdb/testsuite/gdb.python/py-arch.exp
@@ -59,4 +59,4 @@ gdb_test "python print (\"length\" in insn)" "True" "test key length"
 
 # Negative test
 gdb_test "python arch.disassemble(0, 0)" ".*gdb\.MemoryError.*" \
-  "test exception"
+  "test bad memory access"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]