sim: testsuite: delete unused arm remote host logic

There's no need to sync testutils.inc with remote hosts.  The one
we have in the source tree is all we need and only thing we test.
Delete it to simplify.
This commit is contained in:
Mike Frysinger
2021-11-10 21:58:08 -05:00
parent 23ec4a527d
commit bebe33486c
3 changed files with 0 additions and 24 deletions

View File

@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
# all machines # all machines
set all_machs "xscale" set all_machs "xscale"
if [is_remote host] {
remote_download host $srcdir/$subdir/testutils.inc
}
# The .cgs suffix is for "cgen .s". # The .cgs suffix is for "cgen .s".
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
# If we're only testing specific files and this isn't one of them, # If we're only testing specific files and this isn't one of them,
@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } {
run_sim_test $src $all_machs run_sim_test $src $all_machs
} }
if [is_remote host] {
remote_file host delete testutils.inc
}
} }

View File

@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
# all machines # all machines
set all_machs "xscale" set all_machs "xscale"
if [is_remote host] {
remote_download host $srcdir/$subdir/testutils.inc
}
# The .cgs suffix is for "cgen .s". # The .cgs suffix is for "cgen .s".
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
# If we're only testing specific files and this isn't one of them, # If we're only testing specific files and this isn't one of them,
@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } {
run_sim_test $src $all_machs run_sim_test $src $all_machs
} }
if [is_remote host] {
remote_file host delete testutils.inc
}
} }

View File

@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
# all machines # all machines
set all_machs "xscale" set all_machs "xscale"
if [is_remote host] {
remote_download host $srcdir/$subdir/testutils.inc
}
# The .cgs suffix is for "cgen .s". # The .cgs suffix is for "cgen .s".
foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] { foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
# If we're only testing specific files and this isn't one of them, # If we're only testing specific files and this isn't one of them,
@ -18,8 +14,4 @@ if { [istarget arm*-*-*] } {
run_sim_test $src $all_machs run_sim_test $src $all_machs
} }
if [is_remote host] {
remote_file host delete testutils.inc
}
} }