mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +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
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile main
|
standard_ada_testfile main
|
||||||
|
|
||||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
|||||||
|
|
||||||
require !skip_ada_tests
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile foo
|
standard_ada_testfile foo
|
||||||
|
|
||||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
|||||||
|
|
||||||
require !skip_ada_tests
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile p
|
standard_ada_testfile p
|
||||||
|
|
||||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
|||||||
|
|
||||||
require !skip_ada_tests
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile foo
|
standard_ada_testfile foo
|
||||||
|
|
||||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
|||||||
|
|
||||||
require !skip_ada_tests
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile foo
|
standard_ada_testfile foo
|
||||||
|
|
||||||
|
@ -17,10 +17,7 @@ load_lib "ada.exp"
|
|||||||
|
|
||||||
require !skip_ada_tests
|
require !skip_ada_tests
|
||||||
|
|
||||||
if {![gnat_runtime_has_debug_info]} {
|
require gnat_runtime_has_debug_info
|
||||||
untested "GNAT runtime debuginfo required for this test"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_ada_testfile p
|
standard_ada_testfile p
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user