projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caab91a
)
Use require !skip_aarch64_sve_tests
author
Tom Tromey
<tom@tromey.com>
Wed, 14 Dec 2022 16:40:44 +0000
(09:40 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.arch/aarch64-sve.exp
b/gdb/testsuite/gdb.arch/aarch64-sve.exp
index 659e81f5c06cb387e441862331b5d792b281f17f..4a54b56105d68040c3e4dbede28f51fdb1725d5e 100644
(file)
--- 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}] } {