mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gdb.base/randomize.exp: Catch non-Linux targets as untested.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/randomize.exp: Catch non-Linux targets as untested.
|
||||||
|
|
||||||
2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
|
2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
|
* lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
|
||||||
|
@ -51,7 +51,11 @@ proc address_get { testname } {
|
|||||||
set test "set disable-randomization off"
|
set test "set disable-randomization off"
|
||||||
gdb_test_multiple "${test}" "${test}" {
|
gdb_test_multiple "${test}" "${test}" {
|
||||||
-re "Disabling randomization .* unsupported .*$gdb_prompt $" {
|
-re "Disabling randomization .* unsupported .*$gdb_prompt $" {
|
||||||
untested "No randomization supported by this GDB"
|
untested "Disabling randomization is not supported on this Linux GDB"
|
||||||
|
return -1
|
||||||
|
}
|
||||||
|
-re "No symbol .* in current context.*$gdb_prompt $" {
|
||||||
|
untested "Disabling randomization is not supported on this GDB platform"
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
-re "$gdb_prompt $" {
|
-re "$gdb_prompt $" {
|
||||||
|
Reference in New Issue
Block a user