Use require gnat_runtime_has_debug_info

This changes some tests to use "require gnat_runtime_has_debug_info".
This commit is contained in:
Tom Tromey
2022-12-15 17:58:40 -07:00
parent 362f09f165
commit 4b075c16ef
6 changed files with 6 additions and 24 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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