From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 595BE385841A; Sat, 25 Feb 2023 22:14:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 595BE385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677363289; bh=e5IznSW3JodisJzWxhEq9JV16upT4DobSBzRScG5YVk=; h=From:To:Subject:Date:From; b=DYIDYAhWt3AYAmR7p3d4Uiktkx00wO9/DikVvzmH/1iBUmSB0EisV7vdWOTIlGeSK 7vcx7Y4n2mBiCIGI+PeXsHTHg+hdRN4bFTnRl/O3azvT5PdB/rgjFDjsP4onDx09Gj kZJj71yvXOuocSkmoBw87r231wiIRgkQzRFEXjmM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6348] Disable tower socket runtest (gm2-simple-execute). X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: a553fc879f9229ffd8a5af65255f41605f885666 X-Git-Newrev: 3dd348d0530c621cc6c851e3cf03a7def69c8baa Message-Id: <20230225221449.595BE385841A@sourceware.org> Date: Sat, 25 Feb 2023 22:14:49 +0000 (GMT) List-Id: https://gcc.gnu.org/g:3dd348d0530c621cc6c851e3cf03a7def69c8baa commit r13-6348-g3dd348d0530c621cc6c851e3cf03a7def69c8baa Author: Gaius Mulley 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 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;