diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-01-12 20:54:41 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-01-13 00:21:58 +0100 |
commit | c4294764f72a31de0fd5a013151a2fd8807ad0af (patch) | |
tree | 27673bf46bce40f63af9e13c47b639a8cc6bd452 /dev-lang | |
parent | dev-dotnet/dotnet-sdk-bin: bump to 8.0.101 (diff) | |
download | gentoo-c4294764f72a31de0fd5a013151a2fd8807ad0af.tar.gz gentoo-c4294764f72a31de0fd5a013151a2fd8807ad0af.tar.bz2 gentoo-c4294764f72a31de0fd5a013151a2fd8807ad0af.zip |
dev-lang/boogie: disable the z3-hard-timeout test
Closes: https://bugs.gentoo.org/921948
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/boogie/boogie-3.0.6.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/boogie/boogie-3.0.8.ebuild | 3 | ||||
-rw-r--r-- | 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 |