public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-6348] Disable tower socket runtest (gm2-simple-execute).
Date: Sat, 25 Feb 2023 22:14:49 +0000 (GMT)	[thread overview]
Message-ID: <20230225221449.595BE385841A@sourceware.org> (raw)

https://gcc.gnu.org/g:3dd348d0530c621cc6c851e3cf03a7def69c8baa

commit r13-6348-g3dd348d0530c621cc6c851e3cf03a7def69c8baa
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Sat Feb 25 22:12:23 2023 +0000

    Disable tower socket runtest (gm2-simple-execute).
    
    The projects-pim-run-pass-tower.exp test blocks indefinitely
    on some platforms.  This patch disables it for now - it should
    be enabled once a cross platform fix for RTint.mod is found.
    Even disable the trivial execution test.
    
    gcc/testsuite/ChangeLog:
    
            * gm2/projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp:
            Also add conditional to gm2-simple-execute.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 .../projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp    | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gm2/projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp b/gcc/testsuite/gm2/projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp
index 927dbc5da66..eee097cdee4 100644
--- a/gcc/testsuite/gm2/projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp
+++ b/gcc/testsuite/gm2/projects/pim/run/pass/tower/projects-pim-run-pass-tower.exp
@@ -100,8 +100,11 @@ foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/Dungeon.mod]] {
 	continue
     }
     set gm2_keep_executable 1
-    # gm2-torture-execute $testcase "" "pass"
-    gm2-simple-execute $testcase "" ""
+    if { ${gm2_run_tower_test} } then {
+	gm2-simple-execute $testcase "" ""
+    } else {
+	verbose "not running simple tower execute test (with no map)" 1
+    }
     set gm2_keep_executable 0
 
     global tmpdir;

                 reply	other threads:[~2023-02-25 22:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230225221449.595BE385841A@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).