Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / randomize.exp
index fe78c91491a55badc134df34bb19cd0c9acf8745..2c9d6d0446b0504b84cce25682b0144d5b4c200d 100644 (file)
@@ -15,8 +15,7 @@
 
 standard_testfile
 
-if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
-    untested $testfile.exp
+if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {
     return -1
 }
 
@@ -43,11 +42,11 @@ proc address_get { testname } {
 set test "set disable-randomization off"
 gdb_test_multiple "${test}" "${test}" {
     -re "Disabling randomization .* unsupported .*$gdb_prompt $" {
-       untested "Disabling randomization is not supported on this Linux 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"
+       untested "disabling randomization is not supported on this GDB platform"
        return -1
     }
     -re "$gdb_prompt $" {
@@ -62,7 +61,7 @@ set addr1 [address_get "randomized first address"]
 set addr2 [address_get "randomized second address"]
 set test "randomized addresses should not match"
 if [string equal $addr1 $addr2] {
-    untested "No randomization detected on this system"
+    untested "no randomization detected on this system"
     return -1
 } else {
     pass $test
This page took 0.027173 seconds and 4 git commands to generate.