From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/rbspy/
Date: Tue, 30 May 2023 05:28:46 +0000 (UTC) [thread overview]
Message-ID: <1685396312.8b140d464ca6103bc8de626b56ba2a57bb219da6.ceamac@gentoo> (raw)
commit: 8b140d464ca6103bc8de626b56ba2a57bb219da6
Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon May 29 21:34:10 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:38:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b140d46
dev-ruby/rbspy: Disable failing tests
These tests require root priviledges to run properly.
Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
.../rbspy/{rbspy-0.17.0.ebuild => rbspy-0.17.0-r1.ebuild} | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/rbspy/rbspy-0.17.0.ebuild b/dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
similarity index 91%
rename from dev-ruby/rbspy/rbspy-0.17.0.ebuild
rename to dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
index 43d1f2e0c..82ba2aaf1 100644
--- a/dev-ruby/rbspy/rbspy-0.17.0.ebuild
+++ b/dev-ruby/rbspy/rbspy-0.17.0-r1.ebuild
@@ -202,8 +202,18 @@ PATCHES=(
"${FILESDIR}/${P}-remove-time-dependency.patch"
)
+src_test() {
+ local skip=(
+ --skip sampler::tests::test_sample_single_process
+ --skip sampler::tests::test_sample_single_process_with_time_limit
+ --skip core::ruby_spy::tests::test_get_trace_when_process_has_exited
+ --skip core::ruby_spy::tests::test_get_trace
+ --skip sampler::tests::test_sample_subprocesses
+ )
+ cargo_src_test -- "${skip[@]}"
+}
+
src_install() {
cargo_src_install
-
dodoc README.md
}
next reply other threads:[~2023-05-30 5:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 5:28 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-07 21:48 [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/rbspy/ Julien Roy
2023-05-30 5:28 Viorel Munteanu
2023-05-30 5:28 Viorel Munteanu
2021-12-30 14:34 Florian Schmaus
2021-12-30 14:34 Florian Schmaus
2021-12-27 14:44 Florian Schmaus
2021-12-27 14:44 Florian Schmaus
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=1685396312.8b140d464ca6103bc8de626b56ba2a57bb219da6.ceamac@gentoo \
--to=ceamac@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