From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 641961584AD for ; Fri, 25 Apr 2025 19:28:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4DD7B34306E for ; Fri, 25 Apr 2025 19:28:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4F0951104B7; Fri, 25 Apr 2025 19:28:58 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3A7501104B7 for ; Fri, 25 Apr 2025 19:28:58 +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 E33E5343023 for ; Fri, 25 Apr 2025 19:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CA62401 for ; Fri, 25 Apr 2025 19:28:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1745609310.d36bd50db7cf7bf4991a2e0ca0943d69339b2acb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/freerdp/freerdp-3.14.1.ebuild net-misc/freerdp/freerdp-9999.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d36bd50db7cf7bf4991a2e0ca0943d69339b2acb X-VCS-Branch: master Date: Fri, 25 Apr 2025 19:28:56 +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: 580dbfaf-06fd-4e65-b5ea-ef4092b98b46 X-Archives-Hash: 7ba981d2240f6ddc5c76acb07e7d018b commit: d36bd50db7cf7bf4991a2e0ca0943d69339b2acb Author: Mike Gilbert gentoo org> AuthorDate: Fri Apr 25 19:28:04 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Apr 25 19:28:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36bd50d net-misc/freerdp: document test skips Signed-off-by: Mike Gilbert gentoo.org> net-misc/freerdp/freerdp-3.14.1.ebuild | 2 ++ net-misc/freerdp/freerdp-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-misc/freerdp/freerdp-3.14.1.ebuild b/net-misc/freerdp/freerdp-3.14.1.ebuild index dfd13beebdf1..02a4f530f160 100644 --- a/net-misc/freerdp/freerdp-3.14.1.ebuild +++ b/net-misc/freerdp/freerdp-3.14.1.ebuild @@ -192,6 +192,8 @@ src_compile() { } src_test() { + # TestBacktrace: bug 930636 + # TestSynchCritical, TestSynchMultipleThreads: bug 951301 local CMAKE_SKIP_TESTS=( TestBacktrace TestSynchCritical TestSynchMultipleThreads ) if has network-sandbox ${FEATURES}; then CMAKE_SKIP_TESTS+=( TestConnect ) diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index dfd13beebdf1..02a4f530f160 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -192,6 +192,8 @@ src_compile() { } src_test() { + # TestBacktrace: bug 930636 + # TestSynchCritical, TestSynchMultipleThreads: bug 951301 local CMAKE_SKIP_TESTS=( TestBacktrace TestSynchCritical TestSynchMultipleThreads ) if has network-sandbox ${FEATURES}; then CMAKE_SKIP_TESTS+=( TestConnect )