summaryrefslogtreecommitdiff
path: root/app-emulation/ruffle/files/ruffle-0_p20230724-skip-render-tests.patch
blob: 46b66538aac8184614b2c87f740702c834d7e450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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),