summaryrefslogtreecommitdiff
path: root/testsuite/gsk/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-12-24 06:32:17 +0100
committerBenjamin Otte <otte@redhat.com>2020-12-24 06:38:45 +0100
commitdee863dbb2bb2ed8b5922b2a1f9d5f5dea2dcbcc (patch)
tree44bd4ffca54c2c0f3ecfa95b680f7c5cce03e578 /testsuite/gsk/meson.build
parentdb08bccb1133b771e73058db60781eff8fd77105 (diff)
downloadgtk+-dee863dbb2bb2ed8b5922b2a1f9d5f5dea2dcbcc.tar.gz
rendernode: Bail if matrix is invalid
Invalid matrices are okay in GSK (and GL), but not in Cairo. Testcase included.
Diffstat (limited to 'testsuite/gsk/meson.build')
-rw-r--r--testsuite/gsk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index ccd29dff5b..c23d371e3e 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -48,6 +48,7 @@ compare_render_tests = [
'empty-shadow',
'empty-texture',
'empty-transform',
+ 'invalid-transform',
'opacity_clip',
'outset_shadow_offset_both',
'outset_shadow_offset_x',