mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Use require !skip_stl_tests
This changes some tests to use "require !skip_stl_tests".
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
# This file was written by Sue Kimura (sue_kimura@hp.com)
|
# This file was written by Sue Kimura (sue_kimura@hp.com)
|
||||||
# Rewritten by Michael Chastain (mec.gnu@mindspring.com)
|
# Rewritten by Michael Chastain (mec.gnu@mindspring.com)
|
||||||
|
|
||||||
if { [skip_stl_tests] } { return }
|
require !skip_stl_tests
|
||||||
|
|
||||||
standard_testfile .cc
|
standard_testfile .cc
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
set ws "\[\r\n\t \]+"
|
set ws "\[\r\n\t \]+"
|
||||||
set nl "\[\r\n\]+"
|
set nl "\[\r\n\]+"
|
||||||
|
|
||||||
if { [skip_stl_tests] } { return }
|
require !skip_stl_tests
|
||||||
|
|
||||||
standard_testfile .cc
|
standard_testfile .cc
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# This test verifies that setting breakpoint on line in template
|
# This test verifies that setting breakpoint on line in template
|
||||||
# function will fire in all instantiations of that template.
|
# function will fire in all instantiations of that template.
|
||||||
|
|
||||||
if { [skip_stl_tests] } { continue }
|
require !skip_stl_tests
|
||||||
|
|
||||||
|
|
||||||
standard_testfile .cc
|
standard_testfile .cc
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# This file is part of the gdb testsuite
|
# This file is part of the gdb testsuite
|
||||||
|
|
||||||
if { [skip_stl_tests] } { return }
|
require !skip_stl_tests
|
||||||
|
|
||||||
#
|
#
|
||||||
# test running programs
|
# test running programs
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# source file "userdef.cc"
|
# source file "userdef.cc"
|
||||||
#
|
#
|
||||||
|
|
||||||
if { [skip_stl_tests] } { return }
|
require !skip_stl_tests
|
||||||
|
|
||||||
standard_testfile .cc
|
standard_testfile .cc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user