From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcraft-tools/files/, sys-apps/pkgcraft-tools/
Date: Sat, 24 Jun 2023 05:34:27 +0000 (UTC) [thread overview]
Message-ID: <1687584851.d335b78eb35c03cf4c48c7e93f9fc58ec6a36902.sam@gentoo> (raw)
commit: d335b78eb35c03cf4c48c7e93f9fc58ec6a36902
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 05:34:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 05:34:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d335b78e
sys-apps/pkgcraft-tools: skip flaky test
As reported by graaff.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pkgcraft-tools-0.0.10-skip-flaky-test.patch | 20 ++++++++++++++++++++
sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.10.ebuild | 4 ++++
2 files changed, 24 insertions(+)
diff --git a/sys-apps/pkgcraft-tools/files/pkgcraft-tools-0.0.10-skip-flaky-test.patch b/sys-apps/pkgcraft-tools/files/pkgcraft-tools-0.0.10-skip-flaky-test.patch
new file mode 100644
index 000000000000..b84460a88afa
--- /dev/null
+++ b/sys-apps/pkgcraft-tools/files/pkgcraft-tools-0.0.10-skip-flaky-test.patch
@@ -0,0 +1,20 @@
+https://github.com/pkgcraft/pkgcraft/commit/ae123d0b3ab979897fd959a1f03a1e3d24e8515d
+
+From ae123d0b3ab979897fd959a1f03a1e3d24e8515d Mon Sep 17 00:00:00 2001
+From: Tim Harder <radhermit@gmail.com>
+Date: Fri, 23 Jun 2023 23:21:46 -0600
+Subject: [PATCH] pk pkg source: disable -b/--bound testing until flakiness is
+ fixed
+
+--- a/tests/pk/pkg/source.rs
++++ b/tests/pk/pkg/source.rs
+@@ -91,6 +91,7 @@ fn path_targets() {
+ }
+
+ #[test]
++#[ignore = "too flaky for general testing"]
+ fn bound() {
+ let t = TempRepo::new("test", None, 0, None).unwrap();
+ t.create_ebuild("cat/fast-1", &[]).unwrap();
+
+
diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.10.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.10.ebuild
index 249efde287e3..8cf3d588c6ce 100644
--- a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.10.ebuild
+++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.10.ebuild
@@ -33,6 +33,10 @@ BDEPEND="
<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1))
"
+PATCHES=(
+ "${FILESDIR}"/${P}-skip-flaky-test.patch
+)
+
llvm_check_deps() {
has_version -b "sys-devel/clang:${LLVM_SLOT}"
}
reply other threads:[~2023-06-24 5:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1687584851.d335b78eb35c03cf4c48c7e93f9fc58ec6a36902.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