Use require !gdb_debug_enabled

This changes some tests to use "require !gdb_debug_enabled".
This commit is contained in:
Tom Tromey
2022-12-14 16:42:16 -07:00
parent 402c744761
commit e5bf39c507
18 changed files with 18 additions and 71 deletions

View File

@@ -17,10 +17,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -17,10 +17,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile .c

View File

@@ -15,10 +15,7 @@
# Test relies on checking follow-fork output. Do not run if gdb debug is
# enabled as it will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -24,10 +24,7 @@ require !use_gdb_stub
# Test relies on checking follow-fork output. Do not run if gdb debug is
# enabled as it will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -17,10 +17,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -22,10 +22,7 @@
# local machine.
# Do not run if gdb debug is enabled - it interferes with the command history.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
if { [is_remote host] } {
unsupported "can't set environment variables on remote host"

View File

@@ -17,10 +17,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
# Test that choosing "set osabi none" really requests a gdbarch with no osabi.

View File

@@ -14,10 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Do not run if gdb debug is enabled as it will interfere with log redirect.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
gdb_start

View File

@@ -33,10 +33,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -16,10 +16,7 @@
# Test that logging does not style.
# Do not run if gdb debug is enabled as it will interfere with log redirect.
if {[gdb_debug_enabled]} {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
if {[is_remote host]} {
untested "does not work on remote host"

View File

@@ -14,10 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Do not run if gdb debug is enabled as it will interfere with log redirect.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
if { [prepare_for_testing "failed to prepare" ui-redirect start.c] } {
return -1

View File

@@ -19,10 +19,7 @@ require !skip_fortran_tests
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile .f90
load_lib fortran.exp

View File

@@ -15,10 +15,7 @@
# Do not run if gdb debug is enabled as maintenance output will be
# redirected to the log files.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
load_lib completion-support.exp

View File

@@ -21,10 +21,7 @@
# stops again. See PR gdb/20418.
# Do not run if gdb debug is enabled as it doesn't work for separate-mi-tty.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
load_lib mi-support.exp

View File

@@ -30,10 +30,7 @@
# are using all-stop, or running, if we are using non-stop.
# Do not run if gdb debug is enabled as it doesn't work for separate-mi-tty.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
load_lib mi-support.exp

View File

@@ -20,10 +20,7 @@ if {[target_info gdb_protocol] != "" || ![istarget *-linux*]} {
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile

View File

@@ -20,9 +20,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
return
}
require !gdb_debug_enabled
standard_testfile
set executable ${testfile}

View File

@@ -15,10 +15,7 @@
# Test relies on checking gdb debug output. Do not run if gdb debug is
# enabled as any debug will be redirected to the log.
if [gdb_debug_enabled] {
untested "debug is enabled"
return 0
}
require !gdb_debug_enabled
standard_testfile
set executable ${testfile}