* gdb.python/py-arch.exp: Tweak test name for bad memory access test.
authorDoug Evans <dje@sspiff.org>
Thu, 7 Nov 2013 06:39:27 +0000 (22:39 -0800)
committerDoug Evans <dje@sspiff.org>
Thu, 7 Nov 2013 06:39:27 +0000 (22:39 -0800)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-arch.exp

index edbfa40edf5bdb128ac4a7b8d015885e190b5c9c..40ff2980e90be0147046eae93489619264031e13 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-06  Doug Evans  <dje@sebabeach.org>
+
+       * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
+
 2013-11-06  Yao Qi  <yao@codesourcery.com>
 
        * lib/gdb.exp (gdb_produce_source): New procedure.
index 174b151c1cd1eba7de60c6070906e85a1cb7139f..979a2a142ed52dced475d0bb6e5bab5926cdc160 100644 (file)
@@ -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"
This page took 0.036653 seconds and 4 git commands to generate.