From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/
Date: Fri, 28 Jul 2023 01:09:04 +0000 (UTC) [thread overview]
Message-ID: <1690506534.68f29b36abe7cdd02ce86955b8e6e00c23a36485.ionen@gentoo> (raw)
commit: 68f29b36abe7cdd02ce86955b8e6e00c23a36485
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 01:05:29 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 01:08:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f29b36
app-emulation/ruffle: skip displacement_map tests + use xdg reset
Note that this skips all 4 failing tests, it's matching on substring.
Closes: https://bugs.gentoo.org/911320
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/ruffle/ruffle-0_p20230724.ebuild | 11 ++++++++++-
app-emulation/ruffle/ruffle-9999.ebuild | 11 ++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/app-emulation/ruffle/ruffle-0_p20230724.ebuild b/app-emulation/ruffle/ruffle-0_p20230724.ebuild
index e242da6b322b..012ed52e5f0f 100644
--- a/app-emulation/ruffle/ruffle-0_p20230724.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20230724.ebuild
@@ -615,7 +615,16 @@ src_configure() {
}
src_test() {
- virtx cargo_src_test
+ xdg_environment_reset
+
+ local skip=(
+ # this should be fine on real hardware, but currently fails with mesa's
+ # software rendering (bug #911320) -- note they are auto-skipped if
+ # USE=-gles2 on mesa, and this just forces to skip regardless
+ --skip visual/filters/displacement_map
+ )
+
+ virtx cargo_src_test -- "${skip[@]}"
}
src_install() {
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
index 4fb5bd694470..ced4e9790b1e 100644
--- a/app-emulation/ruffle/ruffle-9999.ebuild
+++ b/app-emulation/ruffle/ruffle-9999.ebuild
@@ -80,7 +80,16 @@ src_configure() {
}
src_test() {
- virtx cargo_src_test
+ xdg_environment_reset
+
+ local skip=(
+ # this should be fine on real hardware, but currently fails with mesa's
+ # software rendering (bug #911320) -- note they are auto-skipped if
+ # USE=-gles2 on mesa, and this just forces to skip regardless
+ --skip visual/filters/displacement_map
+ )
+
+ virtx cargo_src_test -- "${skip[@]}"
}
src_install() {
next reply other threads:[~2023-07-28 1:09 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-28 1:09 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 15:55 [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/ Ionen Wolkens
2024-10-19 1:28 Ionen Wolkens
2024-10-18 7:01 Arthur Zamarin
2024-09-29 22:48 Ionen Wolkens
2024-09-29 22:48 Ionen Wolkens
2024-09-29 22:48 Ionen Wolkens
2024-09-25 10:27 Jakov Smolić
2024-09-03 12:31 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-08-12 12:48 Arthur Zamarin
2024-07-22 7:01 Ionen Wolkens
2024-07-22 7:01 Ionen Wolkens
2024-07-22 7:01 Ionen Wolkens
2024-07-12 17:15 Sam James
2024-06-22 9:34 Ionen Wolkens
2024-06-22 9:34 Ionen Wolkens
2024-06-17 9:39 James Le Cuirot
2024-06-10 19:21 Arthur Zamarin
2024-05-21 18:29 Ionen Wolkens
2024-05-21 18:29 Ionen Wolkens
2024-05-12 20:25 Ionen Wolkens
2024-04-28 19:35 Sam James
2024-04-22 7:26 Ionen Wolkens
2024-04-22 7:26 Ionen Wolkens
2024-03-27 16:45 Ionen Wolkens
2024-03-26 19:25 Ionen Wolkens
2024-03-21 20:55 Arthur Zamarin
2024-03-20 7:17 Ionen Wolkens
2024-03-20 7:17 Ionen Wolkens
2024-02-17 12:11 Jakov Smolić
2024-02-17 10:46 Ionen Wolkens
2024-01-17 14:45 Ionen Wolkens
2023-12-16 13:26 Ionen Wolkens
2023-10-15 3:01 Ionen Wolkens
2023-09-19 11:36 Ionen Wolkens
2023-09-18 11:57 Ionen Wolkens
2023-09-13 19:09 Sam James
2023-09-12 16:15 Ionen Wolkens
2023-08-24 3:40 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-07-25 0:10 Ionen Wolkens
2023-07-25 0:10 Ionen Wolkens
2023-07-12 1:14 Sam James
2023-06-24 6:49 Ionen Wolkens
2023-06-24 4:14 Ionen Wolkens
2023-06-24 4:14 Ionen Wolkens
2023-06-20 3:11 Ionen Wolkens
2023-06-20 3:11 Ionen Wolkens
2023-06-20 3:11 Ionen Wolkens
2023-05-27 0:31 Ionen Wolkens
2023-05-26 2:39 Ionen Wolkens
2023-05-26 2:39 Ionen Wolkens
2023-05-11 17:01 Ionen Wolkens
2023-04-26 8:37 Ionen Wolkens
2023-04-26 8:37 Ionen Wolkens
2023-03-28 7:41 Ionen Wolkens
2023-03-09 20:13 Ionen Wolkens
2023-02-09 22:41 Ionen Wolkens
2023-02-09 22:41 Ionen Wolkens
2023-02-09 22:41 Ionen Wolkens
2023-01-30 19:11 Ionen Wolkens
2023-01-28 15:56 Ionen Wolkens
2023-01-27 1:31 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-19 7:23 Ionen Wolkens
2022-12-12 7:16 Ionen Wolkens
2022-12-12 7:16 Ionen Wolkens
2022-11-12 11:33 Ionen Wolkens
2022-10-20 13:34 Ionen Wolkens
2022-10-15 5:23 Ionen Wolkens
2022-10-15 5:23 Ionen Wolkens
2022-10-13 5:14 Ionen Wolkens
2022-10-13 5:14 Ionen Wolkens
2022-09-22 9:22 Ionen Wolkens
2022-09-14 4:05 Ionen Wolkens
2022-09-14 4:05 Ionen Wolkens
2022-09-01 6:47 Ionen Wolkens
2022-09-01 6:47 Ionen Wolkens
2022-08-16 9:29 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-07-31 23:26 Ionen Wolkens
2022-07-31 23:26 Ionen Wolkens
2022-07-31 23:26 Ionen Wolkens
2022-07-21 5:38 Ionen Wolkens
2022-07-16 2:57 Ionen Wolkens
2022-07-16 2:57 Ionen Wolkens
2022-07-11 22:57 Ionen Wolkens
2022-07-01 2:19 Ionen Wolkens
2022-07-01 2:19 Ionen Wolkens
2022-06-28 7:46 Ionen Wolkens
2022-06-18 9:31 Ionen Wolkens
2022-06-16 13:16 Ionen Wolkens
2022-06-12 15:12 Ionen Wolkens
2022-06-12 15:12 Ionen Wolkens
2022-06-01 8:17 Ionen Wolkens
2022-05-28 19:26 Ionen Wolkens
2022-05-16 6:45 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-04-29 11:23 Ionen Wolkens
2022-04-29 11:23 Ionen Wolkens
2022-04-14 6:28 Ionen Wolkens
2022-04-14 6:28 Ionen Wolkens
2022-03-30 7:16 Ionen Wolkens
2022-03-30 7:16 Ionen Wolkens
2022-03-15 20:03 Ionen Wolkens
2022-03-02 10:07 Ionen Wolkens
2022-02-28 11:28 Ionen Wolkens
2022-02-28 11:28 Ionen Wolkens
2022-02-16 6:58 Ionen Wolkens
2022-02-11 23:16 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2022-01-27 12:44 Ionen Wolkens
2022-01-13 8:06 Ionen Wolkens
2022-01-09 21:20 Ionen Wolkens
2021-12-27 0:57 Ionen Wolkens
2021-12-27 0:57 Ionen Wolkens
2021-12-15 9:54 Ionen Wolkens
2021-12-14 20:20 Ionen Wolkens
2021-12-14 20:20 Ionen Wolkens
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=1690506534.68f29b36abe7cdd02ce86955b8e6e00c23a36485.ionen@gentoo \
--to=ionen@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