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 0FFD3158451 for ; Fri, 12 Jan 2024 23:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7811FE2A02; Fri, 12 Jan 2024 23:22:14 +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 61DE0E2A02 for ; Fri, 12 Jan 2024 23:22:14 +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 99FE5343158 for ; Fri, 12 Jan 2024 23:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9758D14B5 for ; Fri, 12 Jan 2024 23:22:10 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1705101718.c4294764f72a31de0fd5a013151a2fd8807ad0af.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/boogie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/boogie/boogie-3.0.6.ebuild dev-lang/boogie/boogie-3.0.8.ebuild dev-lang/boogie/boogie-3.0.9.ebuild X-VCS-Directories: dev-lang/boogie/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c4294764f72a31de0fd5a013151a2fd8807ad0af X-VCS-Branch: master Date: Fri, 12 Jan 2024 23:22:10 +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: b8d2514e-c91f-4c63-b654-dd49a4597afa X-Archives-Hash: 663ea27616234b711f6ff6e8b1cfb03e commit: c4294764f72a31de0fd5a013151a2fd8807ad0af Author: Maciej Barć gentoo org> AuthorDate: Fri Jan 12 19:54:41 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Jan 12 23:21:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4294764 dev-lang/boogie: disable the z3-hard-timeout test Closes: https://bugs.gentoo.org/921948 Signed-off-by: Maciej Barć gentoo.org> dev-lang/boogie/boogie-3.0.6.ebuild | 3 ++- dev-lang/boogie/boogie-3.0.8.ebuild | 3 ++- dev-lang/boogie/boogie-3.0.9.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-lang/boogie/boogie-3.0.6.ebuild b/dev-lang/boogie/boogie-3.0.6.ebuild index 8c65652b87cd..fc04c4ae131e 100644 --- a/dev-lang/boogie/boogie-3.0.6.ebuild +++ b/dev-lang/boogie/boogie-3.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -257,6 +257,7 @@ src_prepare() { livevars/bla1.bpl prover/cvc5-offline.bpl prover/cvc5.bpl + prover/z3-hard-timeout.bpl prover/z3mutl.bpl test0/MaxKeepGoingSplits.bpl test15/CaptureInlineUnroll.bpl diff --git a/dev-lang/boogie/boogie-3.0.8.ebuild b/dev-lang/boogie/boogie-3.0.8.ebuild index fc11c8860265..dc24d3c3fe93 100644 --- a/dev-lang/boogie/boogie-3.0.8.ebuild +++ b/dev-lang/boogie/boogie-3.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -259,6 +259,7 @@ src_prepare() { livevars/bla1.bpl prover/cvc5-offline.bpl prover/cvc5.bpl + prover/z3-hard-timeout.bpl prover/z3mutl.bpl test0/MaxKeepGoingSplits.bpl test15/CaptureInlineUnroll.bpl diff --git a/dev-lang/boogie/boogie-3.0.9.ebuild b/dev-lang/boogie/boogie-3.0.9.ebuild index d43d6b2020ca..a971cec1cdde 100644 --- a/dev-lang/boogie/boogie-3.0.9.ebuild +++ b/dev-lang/boogie/boogie-3.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -260,6 +260,7 @@ src_prepare() { prover/cvc5-offline.bpl prover/cvc5.bpl prover/exitcode.bpl + prover/z3-hard-timeout.bpl prover/z3mutl.bpl test0/MaxKeepGoingSplits.bpl test15/CaptureInlineUnroll.bpl