From: Tom Tromey Date: Wed, 14 Dec 2022 16:40:44 +0000 (-0700) Subject: Use require !skip_aarch64_sve_tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b;p=binutils-gdb.git Use require !skip_aarch64_sve_tests This changes some tests to use "require !skip_aarch64_sve_tests". --- diff --git a/gdb/testsuite/gdb.arch/aarch64-sve.exp b/gdb/testsuite/gdb.arch/aarch64-sve.exp index 659e81f5c06..4a54b56105d 100644 --- a/gdb/testsuite/gdb.arch/aarch64-sve.exp +++ b/gdb/testsuite/gdb.arch/aarch64-sve.exp @@ -15,10 +15,7 @@ # 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}] } {