mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +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)
|
||||
# Rewritten by Michael Chastain (mec.gnu@mindspring.com)
|
||||
|
||||
if { [skip_stl_tests] } { return }
|
||||
require !skip_stl_tests
|
||||
|
||||
standard_testfile .cc
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# This file is part of the gdb testsuite
|
||||
|
||||
if { [skip_stl_tests] } { return }
|
||||
require !skip_stl_tests
|
||||
|
||||
#
|
||||
# test running programs
|
||||
|
@ -19,7 +19,7 @@
|
||||
# source file "userdef.cc"
|
||||
#
|
||||
|
||||
if { [skip_stl_tests] } { return }
|
||||
require !skip_stl_tests
|
||||
|
||||
standard_testfile .cc
|
||||
|
||||
|
Reference in New Issue
Block a user