gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 18 Aug 2012 07:02:09 +0000 (07:02 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 18 Aug 2012 07:02:09 +0000 (07:02 +0000)
* gdb.base/solib-corrupted.exp (make solibs looping): Replace
verbose -log by more specific untested call.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-corrupted.exp

index 7250404e62c795d99e528c2d9c82d7fb6f2323a9..1cebedf9067598c0e1f5d8f9f1e260ef29030a34 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/solib-corrupted.exp (make solibs looping): Replace
+       verbose -log by more specific untested call.
+
 2012-08-18  Yao Qi  <yao@codesourcery.com>
 
        * gdb.trace/tfind.exp: Move tests on various command help before
index 84b3b0c9dfc7a050c8acf1c3926199acc5c29a60..e65b4cacbd91c348f63215c54c94dbc71337a48a 100644 (file)
@@ -44,9 +44,8 @@ gdb_test_multiple "p/x _r_debug->r_map->l_next = _r_debug->r_map" $test {
     -re "(No symbol \"_r_debug\" in current context\\.|Attempt to extract a component of a value that is not a structure pointer\\.)\r\n$gdb_prompt $" {
        # glibc debug info is not available and it is too difficult to find and
        # parse it from this testcase without the gdb supporting functions.
-       verbose -log "no _r_debug symbol has been found"
        xfail $test
-       untested ${testfile}.exp
+       untested "no _r_debug symbol has been found"
        return
     }
     -re " = 0x\[0-9a-f\]+\r\n$gdb_prompt $" {
This page took 0.039515 seconds and 4 git commands to generate.