testsuite: Add a gsk-compare-broadway suite
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 May 2020 14:11:52 +0000 (10:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 May 2020 14:14:10 +0000 (10:14 -0400)
We have a Broadway renderer, might as well spell
that out in the tests, and make the suite exclude the
3d tests it can't handle.

testsuite/gsk/meson.build

index 0eeff8d3e856aeb3744f774c47a41af0fa96e9cd..c72d6a2951caf30ee29a056c6d765fd2d360ec35 100644 (file)
@@ -80,6 +80,7 @@ informative_render_tests = [
 renderers = [
   # name      exclude term
   [ 'opengl', ''    ],
+  [ 'broadway',  '-3d' ],
   [ 'cairo',  '-3d' ],
 ]