]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.btrace/vdso.exp
btrace: add unsupported/untested messages when skipping tests
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.btrace / vdso.exp
index d5f6d99e967aae0a3c1750b85a74f67f6a86dbbe..283d920f7f38267a05d25e37110697ec83a2f1f7 100644 (file)
 #
 # Test that we can access the vdso memory during replay for stepping.
 
-# check for btrace support
-if { [skip_btrace_tests] } { return -1 }
+if { [skip_btrace_tests] } {
+    unsupported "target does not support record-btrace"
+    return -1
+}
 
-# start inferior
 standard_testfile
 if [prepare_for_testing "failed to prepare" $testfile $srcfile] {
     return -1
 }
+
 if ![runto_main] {
+    untested "failed to run to main"
     return -1
 }