diff options
author | Doug Evans <dje@sspiff.org> | 2013-11-06 22:39:27 -0800 |
---|---|---|
committer | Doug Evans <dje@sspiff.org> | 2013-11-06 22:39:27 -0800 |
commit | 01e48c0ce157d73db98d73e39e4b2d7c63d0ccdd (patch) | |
tree | e7567c0493aaac25d5209367c15059e15feff585 /gdb | |
parent | 20d37e9aabc0eeaa39af3469136f00c9275ca454 (diff) | |
download | gdb-01e48c0ce157d73db98d73e39e4b2d7c63d0ccdd.zip gdb-01e48c0ce157d73db98d73e39e4b2d7c63d0ccdd.tar.gz gdb-01e48c0ce157d73db98d73e39e4b2d7c63d0ccdd.tar.bz2 |
* gdb.python/py-arch.exp: Tweak test name for bad memory access test.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-arch.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index edbfa40..40ff298 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. 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" |