public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: testsuite: delete unused arm remote host logic
@ 2021-11-11  5:16 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-11-11  5:16 UTC (permalink / raw)
  To: gdb-patches

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.
---
 sim/testsuite/arm/allinsn.exp       | 8 --------
 sim/testsuite/arm/iwmmxt/iwmmxt.exp | 8 --------
 sim/testsuite/arm/xscale/xscale.exp | 8 --------
 3 files changed, 24 deletions(-)

diff --git a/sim/testsuite/arm/allinsn.exp b/sim/testsuite/arm/allinsn.exp
index c4d1ccecc3c6..4f4f438978db 100644
--- a/sim/testsuite/arm/allinsn.exp
+++ b/sim/testsuite/arm/allinsn.exp
@@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
     # all machines
     set all_machs "xscale"
 
-    if [is_remote host] {
-      remote_download host $srcdir/$subdir/testutils.inc
-    }
-
     # The .cgs suffix is for "cgen .s".
     foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
 	# 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
     }
-
-    if [is_remote host] {
-      remote_file host delete testutils.inc
-    }
 }
diff --git a/sim/testsuite/arm/iwmmxt/iwmmxt.exp b/sim/testsuite/arm/iwmmxt/iwmmxt.exp
index 4aff9c7d0287..058e9e6e0982 100644
--- a/sim/testsuite/arm/iwmmxt/iwmmxt.exp
+++ b/sim/testsuite/arm/iwmmxt/iwmmxt.exp
@@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
     # all machines
     set all_machs "xscale"
 
-    if [is_remote host] {
-      remote_download host $srcdir/$subdir/testutils.inc
-    }
-
     # The .cgs suffix is for "cgen .s".
     foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
 	# 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
     }
-
-    if [is_remote host] {
-      remote_file host delete testutils.inc
-    }
 }
diff --git a/sim/testsuite/arm/xscale/xscale.exp b/sim/testsuite/arm/xscale/xscale.exp
index e65a952dadb0..394e351e0b3f 100644
--- a/sim/testsuite/arm/xscale/xscale.exp
+++ b/sim/testsuite/arm/xscale/xscale.exp
@@ -4,10 +4,6 @@ if { [istarget arm*-*-*] } {
     # all machines
     set all_machs "xscale"
 
-    if [is_remote host] {
-      remote_download host $srcdir/$subdir/testutils.inc
-    }
-
     # The .cgs suffix is for "cgen .s".
     foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.cgs]] {
 	# 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
     }
-
-    if [is_remote host] {
-      remote_file host delete testutils.inc
-    }
 }
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-11  5:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11  5:16 [PATCH] sim: testsuite: delete unused arm remote host logic Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).