mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Use require !skip_ctf_tests
This changes some tests to use "require !skip_ctf_tests".
This commit is contained in:
@ -24,10 +24,7 @@
|
|||||||
# const pointers to const vars
|
# const pointers to const vars
|
||||||
# with mixed types.
|
# with mixed types.
|
||||||
|
|
||||||
if [skip_ctf_tests] {
|
require !skip_ctf_tests
|
||||||
unsupported "no CTF debug format support, or CTF disabled in GDB"
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_testfile .c
|
standard_testfile .c
|
||||||
|
|
||||||
|
@ -15,10 +15,7 @@
|
|||||||
|
|
||||||
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
||||||
|
|
||||||
if [skip_ctf_tests] {
|
require !skip_ctf_tests
|
||||||
unsupported "no CTF debug format support, or CTF disabled in GDB"
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
# Some tests require GCC.
|
# Some tests require GCC.
|
||||||
set gcc_compiled [is_c_compiler_gcc]
|
set gcc_compiled [is_c_compiler_gcc]
|
||||||
|
@ -15,10 +15,7 @@
|
|||||||
|
|
||||||
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
||||||
|
|
||||||
if [skip_ctf_tests] {
|
require !skip_ctf_tests
|
||||||
unsupported "no CTF debug format support, or CTF disabled in GDB"
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_testfile cross-tu-cyclic-1.c cross-tu-cyclic-2.c \
|
standard_testfile cross-tu-cyclic-1.c cross-tu-cyclic-2.c \
|
||||||
cross-tu-cyclic-3.c cross-tu-cyclic-4.c
|
cross-tu-cyclic-3.c cross-tu-cyclic-4.c
|
||||||
|
@ -13,10 +13,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if [skip_ctf_tests] {
|
require !skip_ctf_tests
|
||||||
unsupported "no CTF debug format support, or CTF disabled in GDB"
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
if [target_info exists no_long_long] {
|
if [target_info exists no_long_long] {
|
||||||
set exec_opts [list debug additional_flags=-DNO_LONG_LONG]
|
set exec_opts [list debug additional_flags=-DNO_LONG_LONG]
|
||||||
|
@ -15,10 +15,7 @@
|
|||||||
|
|
||||||
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
# This file is a subset of ptype.exp written by Rob Savoye. (rob@cygnus.com)
|
||||||
|
|
||||||
if [skip_ctf_tests] {
|
require !skip_ctf_tests
|
||||||
unsupported "no CTF debug format support, or CTF disabled in GDB"
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_testfile ctf-a.c ctf-b.c ctf-c.c
|
standard_testfile ctf-a.c ctf-b.c ctf-c.c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user