Use require !skip_aarch64_sve_tests
authorTom Tromey <tom@tromey.com>
Wed, 14 Dec 2022 16:40:44 +0000 (09:40 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:55 +0000 (13:18 -0700)
This changes some tests to use "require !skip_aarch64_sve_tests".

gdb/testsuite/gdb.arch/aarch64-sve.exp

index 659e81f5c06cb387e441862331b5d792b281f17f..4a54b56105d68040c3e4dbede28f51fdb1725d5e 100644 (file)
 
 # Test a binary that uses SVE and exercise changing the SVE vector length.
 
-if {[skip_aarch64_sve_tests]} {
-    verbose "Skipping ${gdb_test_file_name}."
-    return
-}
+require !skip_aarch64_sve_tests
 
 standard_testfile
 if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile}] } {