mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Use require gnat_runtime_has_debug_info
This changes some tests to use "require gnat_runtime_has_debug_info".
This commit is contained in:
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile main
|
||||
|
||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile foo
|
||||
|
||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile p
|
||||
|
||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile foo
|
||||
|
||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile foo
|
||||
|
||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
||||
|
||||
require !skip_ada_tests
|
||||
|
||||
if {![gnat_runtime_has_debug_info]} {
|
||||
untested "GNAT runtime debuginfo required for this test"
|
||||
return -1
|
||||
}
|
||||
require gnat_runtime_has_debug_info
|
||||
|
||||
standard_ada_testfile p
|
||||
|
||||
|
Reference in New Issue
Block a user