diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-14 09:40:44 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | 37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b (patch) | |
tree | 7e96b6a96e0b20a4b456272ad3d93556a153d677 /gdb | |
parent | caab91aebbcfba6d9df7008adcc50e39fe8ef6b7 (diff) | |
download | binutils-37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b.zip binutils-37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b.tar.gz binutils-37c3d17ab7e1bb799fdd6348f0f7f2fbc89f4d3b.tar.bz2 |
Use require !skip_aarch64_sve_tests
This changes some tests to use "require !skip_aarch64_sve_tests".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.arch/aarch64-sve.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.arch/aarch64-sve.exp b/gdb/testsuite/gdb.arch/aarch64-sve.exp index 659e81f..4a54b56 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}] } { |