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 131C1158089 for ; Sat, 11 Nov 2023 10:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BD92BC036; Sat, 11 Nov 2023 10:36:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5FF112BC036 for ; Sat, 11 Nov 2023 10:36:44 +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 AAE21335DAE for ; Sat, 11 Nov 2023 10:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E17DE1374 for ; Sat, 11 Nov 2023 10:36:39 +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: <1699698991.8031eb9ad090c59b3d57045154ef97643dd5df2a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-18.0.0.9999.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8031eb9ad090c59b3d57045154ef97643dd5df2a X-VCS-Branch: master Date: Sat, 11 Nov 2023 10:36:39 +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: fce1f7ce-5586-4a2b-b2b7-cc59a965ffec X-Archives-Hash: cd6168e231dfce24f38be8f9669cb522 commit: 8031eb9ad090c59b3d57045154ef97643dd5df2a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 11 09:43:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 11 10:36:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8031eb9a dev-python/lit: Remove a flaky test Signed-off-by: Michał Górny gentoo.org> dev-python/lit/lit-18.0.0.9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/lit/lit-18.0.0.9999.ebuild b/dev-python/lit/lit-18.0.0.9999.ebuild index 1689cd7b1ce2..bd8eed55b536 100644 --- a/dev-python/lit/lit-18.0.0.9999.ebuild +++ b/dev-python/lit/lit-18.0.0.9999.ebuild @@ -30,6 +30,10 @@ llvm.org_set_globals # TODO: move the manpage generation here (from sys-devel/llvm) src_prepare() { + # flaky test + # https://github.com/llvm/llvm-project/issues/72022 + rm tests/progress-bar.py || die + cd "${WORKDIR}" || die distutils-r1_src_prepare }