gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Apr 2011 09:04:38 +0000 (09:04 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 24 Apr 2011 09:04:38 +0000 (09:04 +0000)
* gdb.python/py-value.exp (test_objfiles): Name the first test
`py-value in file.filename'.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-value.exp

index bd50de672e82adc164bfeda5704be4b1b8c32fca..d6e4453f38e753b2d334cfe72b76d36a4d73c332 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-value.exp (test_objfiles): Name the first test
+       `py-value in file.filename'.
+
 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
index e012d530a08f185c0857220ba2e8a5c950be717b..faeb64361e2a77b24e5dedfbc9d5eead1ce69b5c 100644 (file)
@@ -283,7 +283,8 @@ proc test_inferior_function_call {} {
 
 # A few objfile tests.
 proc test_objfiles {} {
-    gdb_test "python\nok=False\nfor file in gdb.objfiles():\n  if 'py-value' in file.filename:\n    ok=True\nprint ok\nend" "True"
+    gdb_test "python\nok=False\nfor file in gdb.objfiles():\n  if 'py-value' in file.filename:\n    ok=True\nprint ok\nend" "True" \
+            "py-value in file.filename"
 
     gdb_test "python print gdb.objfiles()\[0\].pretty_printers" "\\\[\\\]"
 
This page took 0.072843 seconds and 4 git commands to generate.