mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Use require !skip_d_tests
This changes some tests to use "require !skip_d_tests".
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
# Test "set debug expr 1" on d expressions.
|
||||
|
||||
if { [skip_d_tests] } { return -1 }
|
||||
require !skip_d_tests
|
||||
|
||||
gdb_start
|
||||
gdb_test_no_output "set language d"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
load_lib "d-support.exp"
|
||||
|
||||
if { [skip_d_tests] } { continue }
|
||||
require !skip_d_tests
|
||||
|
||||
### Utility function for test_demangling and test_demangling_exact.
|
||||
proc test_demangling {test result} {
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
load_lib "d-support.exp"
|
||||
|
||||
if { [skip_d_tests] } { continue }
|
||||
require !skip_d_tests
|
||||
|
||||
proc test_d_integer_literals {} {
|
||||
# Test valid D integer literals are accepted.
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
load_lib "d-support.exp"
|
||||
|
||||
if { [skip_d_tests] } { continue }
|
||||
require !skip_d_tests
|
||||
|
||||
proc test_builtin_d_types_accepted {} {
|
||||
# Test types are recognised.
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
load_lib "d-support.exp"
|
||||
|
||||
if { [skip_d_tests] } { continue }
|
||||
require !skip_d_tests
|
||||
|
||||
proc test_d_sizeof {} {
|
||||
# Test use of .sizeof with types and expressions.
|
||||
|
Reference in New Issue
Block a user