Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / amd64-disp-step.exp
index ef5aee49cf23d612610b757d948cbbd8632ea513..3e3cfca1a14b880771420af028d70fd0413af7be 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2009-2014 Free Software Foundation, Inc.
+# Copyright 2009-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ standard_testfile .S
 set additional_flags "-Wa,-g"
 
 if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug $additional_flags]] != "" } {
-    untested amd64-disp-step.exp
+    untested "failed to compile"
     return -1
 }
 
@@ -45,7 +45,7 @@ gdb_test "set displaced-stepping on" ""
 gdb_test "show displaced-stepping" ".* displaced stepping .* is on.*"
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.027512 seconds and 4 git commands to generate.