sim: testsuite: delete unused arm remote host logic
authorMike Frysinger <vapier@gentoo.org>
Thu, 11 Nov 2021 02:58:08 +0000 (21:58 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Nov 2021 02:58:08 +0000 (21:58 -0500)
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
sim/testsuite/arm/iwmmxt/iwmmxt.exp
sim/testsuite/arm/xscale/xscale.exp

index c4d1ccecc3c607cff45c3c8b14f839aa026512ef..4f4f438978db54e09f5ab5ff383c160b6956b679 100644 (file)
@@ -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
-    }
 }
index 4aff9c7d02873776389b6cc286696e9bae912f84..058e9e6e098213fa77179cd2b85ae0723651caf1 100644 (file)
@@ -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
-    }
 }
index e65a952dadb0112b8c6b5a5c91c486405298bfc5..394e351e0b3f1a588e000940f24fe0ab64e7754e 100644 (file)
@@ -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
-    }
 }