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 0987B158041 for ; Tue, 9 Apr 2024 13:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 193F8E2A1C; Tue, 9 Apr 2024 13:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04473E2A1C for ; Tue, 9 Apr 2024 13:03:38 +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 2A2793432DC for ; Tue, 9 Apr 2024 13:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 622AE16A9 for ; Tue, 9 Apr 2024 13:03:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1712667813.cafda1d6d25b054d79b07abf9588fba443939ab5.flow@gentoo> Subject: [gentoo-commits] proj/riscv:master commit in: app-emulation/qtrvsim/ X-VCS-Repository: proj/riscv X-VCS-Files: app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild X-VCS-Directories: app-emulation/qtrvsim/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cafda1d6d25b054d79b07abf9588fba443939ab5 X-VCS-Branch: master Date: Tue, 9 Apr 2024 13:03:35 +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: 8626b2a1-4efd-4192-a4c2-43fa94413c7e X-Archives-Hash: e6d16c2a3dc06f168b63a697efe86064 commit: cafda1d6d25b054d79b07abf9588fba443939ab5 Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 9 13:03:26 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 9 13:03:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=cafda1d6 app-emulation/qtrvsim: skip failing cli_stalls test Signed-off-by: Florian Schmaus gentoo.org> app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild index 79b1e41..88e56ac 100644 --- a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild +++ b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild @@ -18,3 +18,8 @@ DEPEND=" virtual/libelf:= " RDEPEND="${DEPEND}" + +CMAKE_SKIP_TESTS=( + # Fails in 0.9.7, but not in master. + cli_stalls +)