diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-18 07:02:09 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-18 07:02:09 +0000 |
commit | c29e8b6460d2485ed3443f95a5b57c5ec7fb7173 (patch) | |
tree | 217bd6ccc873ced3c3ab2906186aacbee1ab7e86 /gdb | |
parent | 15a7e7bcb181e359b518cbb4b1abbe2b85cce291 (diff) | |
download | gdb-c29e8b6460d2485ed3443f95a5b57c5ec7fb7173.zip gdb-c29e8b6460d2485ed3443f95a5b57c5ec7fb7173.tar.gz gdb-c29e8b6460d2485ed3443f95a5b57c5ec7fb7173.tar.bz2 |
gdb/testsuite/
* gdb.base/solib-corrupted.exp (make solibs looping): Replace
verbose -log by more specific untested call.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/solib-corrupted.exp | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7250404..1cebedf 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.base/solib-corrupted.exp b/gdb/testsuite/gdb.base/solib-corrupted.exp index 84b3b0c..e65b4ca 100644 --- a/gdb/testsuite/gdb.base/solib-corrupted.exp +++ b/gdb/testsuite/gdb.base/solib-corrupted.exp @@ -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 $" { |