Use require !skip_stl_tests

This changes some tests to use "require !skip_stl_tests".
This commit is contained in:
Tom Tromey
2022-12-13 16:02:16 -07:00
parent b47c999618
commit c89196229b
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
# This file was written by Sue Kimura (sue_kimura@hp.com)
# Rewritten by Michael Chastain (mec.gnu@mindspring.com)
if { [skip_stl_tests] } { return }
require !skip_stl_tests
standard_testfile .cc

View File

@ -33,7 +33,7 @@
set ws "\[\r\n\t \]+"
set nl "\[\r\n\]+"
if { [skip_stl_tests] } { return }
require !skip_stl_tests
standard_testfile .cc

View File

@ -16,7 +16,7 @@
# This test verifies that setting breakpoint on line in template
# function will fire in all instantiations of that template.
if { [skip_stl_tests] } { continue }
require !skip_stl_tests
standard_testfile .cc

View File

@ -18,7 +18,7 @@
# This file is part of the gdb testsuite
if { [skip_stl_tests] } { return }
require !skip_stl_tests
#
# test running programs

View File

@ -19,7 +19,7 @@
# source file "userdef.cc"
#
if { [skip_stl_tests] } { return }
require !skip_stl_tests
standard_testfile .cc