From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 089DC158021 for ; Mon, 19 Dec 2022 16:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5193DE0AD4; Mon, 19 Dec 2022 16:46:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AE7CE0AD4 for ; Mon, 19 Dec 2022 16:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 674A0335DAC for ; Mon, 19 Dec 2022 16:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C215E6F8 for ; Mon, 19 Dec 2022 16:46:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1671468352.4425382295e1a4bd23f043d63f3f0cf5f52e56bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scons/scons-4.4.0.ebuild X-VCS-Directories: dev-util/scons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4425382295e1a4bd23f043d63f3f0cf5f52e56bf X-VCS-Branch: master Date: Mon, 19 Dec 2022 16:46:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb630fa4-49ad-433d-80b8-f9872ea184d5 X-Archives-Hash: f292089544255a350e5b7c24fefc4192 commit: 4425382295e1a4bd23f043d63f3f0cf5f52e56bf Author: Michał Górny gentoo org> AuthorDate: Mon Dec 19 16:34:12 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 19 16:45:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44253822 dev-util/scons: Skip failing/hanging tests Signed-off-by: Michał Górny gentoo.org> dev-util/scons/scons-4.4.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-util/scons/scons-4.4.0.ebuild b/dev-util/scons/scons-4.4.0.ebuild index c6bb90e51305..82d19439d67b 100644 --- a/dev-util/scons/scons-4.4.0.ebuild +++ b/dev-util/scons/scons-4.4.0.ebuild @@ -66,9 +66,16 @@ src_prepare() { test/DVIPDF/DVIPDFFLAGS.py test/Java/swig-dependencies.py test/Java/multi-step.py + test/TEX/newglossary.py + test/TEX/variant_dir_newglossary.py # broken by commas in date, sic! test/option/option-v.py test/Interactive/version.py + # warnings from new binutils? + test/AS/as-live.py + test/AS/nasm.py + # hangs + test/KeyboardInterrupt.py ) if ! use amd64 && ! use x86 ; then