2008-07-13 Jan Kratochvil * gdb.base/randomize.exp: Catch non-Linux targets as untested. --- ./gdb/testsuite/gdb.base/randomize.exp 10 Jul 2008 20:16:27 -0000 1.2 +++ ./gdb/testsuite/gdb.base/randomize.exp 13 Jul 2008 06:52:48 -0000 @@ -51,7 +51,11 @@ proc address_get { testname } { set test "set disable-randomization off" gdb_test_multiple "${test}" "${test}" { -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 } -re "$gdb_prompt $" {