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 C35A0158089 for ; Fri, 29 Sep 2023 05:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 137392BC027; Fri, 29 Sep 2023 05:53:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EE82F2BC027 for ; Fri, 29 Sep 2023 05:53:45 +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 CC7AA335C7A for ; Fri, 29 Sep 2023 05:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 216BE125A for ; Fri, 29 Sep 2023 05:53:43 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1695966817.81d10cec46c9dc2c4177d1c230dcf806aa47deae.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jna/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jna/jna-5.13.0-r1.ebuild X-VCS-Directories: dev-java/jna/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 81d10cec46c9dc2c4177d1c230dcf806aa47deae X-VCS-Branch: master Date: Fri, 29 Sep 2023 05:53:43 +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: 675808fd-4ace-4d9c-a890-c43d393485de X-Archives-Hash: 6fdb8e47a8443c8c5bc1ef8c614fc68c commit: 81d10cec46c9dc2c4177d1c230dcf806aa47deae Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu Sep 28 08:58:39 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Sep 29 05:53:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d10cec dev-java/jna: separate test run for com.sun.jna.TypeMapperTest Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30966 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/jna/jna-5.13.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-java/jna/jna-5.13.0-r1.ebuild b/dev-java/jna/jna-5.13.0-r1.ebuild index ee0cd09734ed..a09e852950df 100644 --- a/dev-java/jna/jna-5.13.0-r1.ebuild +++ b/dev-java/jna/jna-5.13.0-r1.ebuild @@ -158,6 +158,7 @@ src_test() { com.sun.jna.CallbacksTest # Needs to run separately com.sun.jna.DirectTest # Needs to run separately com.sun.jna.NativeTest # Needs to run separately + com.sun.jna.TypeMapperTest # Needs to run separately com.sun.jna.UnionTest # Needs to run separately com.sun.jna.VMCrashProtectionTest # Needs to run separately ) @@ -175,6 +176,9 @@ src_test() { JAVA_TEST_RUN_ONLY=( com.sun.jna.VMCrashProtectionTest ) java-pkg-simple_src_test + + JAVA_TEST_RUN_ONLY=( com.sun.jna.TypeMapperTest ) + java-pkg-simple_src_test } src_install() {