mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
gdb/testsuite/
* gdb.base/solib-corrupted.exp (make solibs looping): Replace verbose -log by more specific untested call.
This commit is contained in:
@ -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>
|
2012-08-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.trace/tfind.exp: Move tests on various command help before
|
* gdb.trace/tfind.exp: Move tests on various command help before
|
||||||
|
@ -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 $" {
|
-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
|
# glibc debug info is not available and it is too difficult to find and
|
||||||
# parse it from this testcase without the gdb supporting functions.
|
# parse it from this testcase without the gdb supporting functions.
|
||||||
verbose -log "no _r_debug symbol has been found"
|
|
||||||
xfail $test
|
xfail $test
|
||||||
untested ${testfile}.exp
|
untested "no _r_debug symbol has been found"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
-re " = 0x\[0-9a-f\]+\r\n$gdb_prompt $" {
|
-re " = 0x\[0-9a-f\]+\r\n$gdb_prompt $" {
|
||||||
|
Reference in New Issue
Block a user