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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BEEC158041 for ; Mon, 18 Mar 2024 23:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7F8E29AC; Mon, 18 Mar 2024 23:04:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6349E29AB for ; Mon, 18 Mar 2024 23:04:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE393340BEF for ; Mon, 18 Mar 2024 23:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8EC814EE for ; Mon, 18 Mar 2024 23:04:31 +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: <1710803068.0e92cfaf9a9fe2f03d665e2060d58470ebba1a27.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/dafny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/dafny/dafny-4.5.0.ebuild X-VCS-Directories: dev-lang/dafny/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 0e92cfaf9a9fe2f03d665e2060d58470ebba1a27 X-VCS-Branch: master Date: Mon, 18 Mar 2024 23:04:31 +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: b6a3ddd8-95d9-4345-a191-90bd6cf421c8 X-Archives-Hash: 7dd405971bd489c624da72c45dadc9b1 commit: 0e92cfaf9a9fe2f03d665e2060d58470ebba1a27 Author: Maciej Barć gentoo org> AuthorDate: Mon Mar 18 13:21:42 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Mar 18 23:04:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e92cfaf dev-lang/dafny: disable tests requiring cargo Closes: https://bugs.gentoo.org/927242 Signed-off-by: Maciej Barć gentoo.org> dev-lang/dafny/dafny-4.5.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/dafny/dafny-4.5.0.ebuild b/dev-lang/dafny/dafny-4.5.0.ebuild index 1f25339c17f6..601423b0fbfa 100644 --- a/dev-lang/dafny/dafny-4.5.0.ebuild +++ b/dev-lang/dafny/dafny-4.5.0.ebuild @@ -485,7 +485,10 @@ src_prepare() { git-issues/git-issue-2299.dfy git-issues/git-issue-2301.dfy git-issues/git-issue-505.dfy + metatests/InconsistentCompilerBehavior.dfy + metatests/TestBeyondVerifierExpect.dfy separate-verification/assumptions.dfy + server/counterexample_none.transcript triggers/emptyTrigger.dfy unicodechars/DafnyTests/RunAllTestsOption.dfy vstte2012/Combinators.dfy