public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/
Date: Mon, 03 Mar 2025 17:21:20 +0000 (UTC)	[thread overview]
Message-ID: <1741022420.d6fbd68e10c7e1beaae26bb086d0ad3a2f3b9900.sam@gentoo> (raw)

commit:     d6fbd68e10c7e1beaae26bb086d0ad3a2f3b9900
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 17:20:20 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 17:20:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fbd68e

dev-util/pkgcruft: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pkgcruft/pkgcruft-9999.ebuild | 43 ++++++++++++++++++++++++++++++++--
 1 file changed, 41 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-9999.ebuild
index 736d076f4caa..911e226eef4d 100644
--- a/dev-util/pkgcruft/pkgcruft-9999.ebuild
+++ b/dev-util/pkgcruft/pkgcruft-9999.ebuild
@@ -7,7 +7,7 @@ CRATES=" "
 LLVM_COMPAT=( {17..19} )
 RUST_MIN_VER="1.82.0"
 
-inherit cargo edo llvm-r2 shell-completion toolchain-funcs
+inherit cargo edo llvm-r2 multiprocessing shell-completion toolchain-funcs
 
 DESCRIPTION="QA library and tools based on pkgcraft"
 HOMEPAGE="https://pkgcraft.github.io/"
@@ -71,7 +71,46 @@ src_compile() {
 src_test() {
 	unset CLICOLOR CLICOLOR_FORCE
 
-	edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests
+	# TODO: Maybe move into eclass (and maybe have a cargo_enable_tests
+	# helper)
+	local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)"
+
+	# The test failures appear ebuild-related
+	edo cargo nextest run $(usev !debug '--release') \
+		--color always \
+		--all-features \
+		--tests \
+		--no-fail-fast \
+		-- \
+		--skip 'commands::tests::check' \
+		--skip 'dependency::tests::check' \
+		--skip 'dependency_slot_missing::tests::check' \
+		--skip 'eapi_stale::tests::check' \
+		--skip 'eapi_status::tests::check' \
+		--skip 'ebuild_name::tests::check' \
+		--skip 'eclass::tests::check' \
+		--skip 'filesdir::tests::check' \
+		--skip 'header::tests::check' \
+		--skip 'homepage::tests::check' \
+		--skip 'ignore::tests::check' \
+		--skip 'iuse::tests::check' \
+		--skip 'keywords::tests::check' \
+		--skip 'keywords_dropped::tests::check' \
+		--skip 'license::tests::check' \
+		--skip 'live::tests::check' \
+		--skip 'manifest::tests::check' \
+		--skip 'metadata::tests::check' \
+		--skip 'properties::tests::check' \
+		--skip 'python_update::tests::check' \
+		--skip 'repo_layout::tests::check' \
+		--skip 'restrict::tests::check' \
+		--skip 'restrict_test_missing::tests::check' \
+		--skip 'ruby_update::tests::check' \
+		--skip 'src_uri::tests::check' \
+		--skip 'unstable_only::tests::check' \
+		--skip 'use_local::tests::check' \
+		--skip 'variable_order::tests::check' \
+		--skip 'whitespace::tests::check'
 }
 
 src_install() {


             reply	other threads:[~2025-03-03 17:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 17:21 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 17:19 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcruft/ Sam James
2025-03-03 17:19 Sam James
2025-01-28 12:15 Sam James
2025-01-15 12:50 Florian Schmaus
2025-01-14  4:53 Sam James
2025-01-14  4:53 Sam James
2025-01-06  4:23 Sam James
2024-12-31 22:31 Sam James
2024-12-09  9:33 Florian Schmaus
2024-12-07  2:15 Sam James
2024-12-07  2:12 Sam James
2024-11-21 18:19 Sam James
2024-08-14 20:07 Sam James
2024-06-23  1:13 Sam James
2024-02-16  1:26 Sam James
2024-02-06  1:09 Sam James
2024-02-06  0:36 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741022420.d6fbd68e10c7e1beaae26bb086d0ad3a2f3b9900.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox