You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/ruffle/files/ruffle-0_p20230724-skip-ren...

17 lines
656 B

Running renderer tests using mesa's software rendering has a tendency
to misbehave (esp. on tinderboxes) and does not reflect usage on real
hardware.
These are auto-skipped if mesa[-gles2] and perhaps [-llvm], but pretend
we lack support even if conditions are met.
https://bugs.gentoo.org/903295
https://bugs.gentoo.org/911320
https://bugs.gentoo.org/911367
--- a/tests/tests/util/options.rs
+++ b/tests/tests/util/options.rs
@@ -163,2 +163,3 @@
if let Some(render) = &self.with_renderer {
+ if check_renderer { return false; }
// If we don't actually want to check the renderer (ie we're just listing potential tests),