projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaa981
)
testsuite: Add a gsk-compare-broadway suite
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 16 May 2020 14:11:52 +0000
(10:11 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/testsuite/gsk/meson.build
b/testsuite/gsk/meson.build
index 0eeff8d3e856aeb3744f774c47a41af0fa96e9cd..c72d6a2951caf30ee29a056c6d765fd2d360ec35 100644
(file)
--- a/
testsuite/gsk/meson.build
+++ b/
testsuite/gsk/meson.build
@@
-80,6
+80,7
@@
informative_render_tests = [
renderers = [
# name exclude term
[ 'opengl', '' ],
+ [ 'broadway', '-3d' ],
[ 'cairo', '-3d' ],
]