forked from AuroraMiddleware/gtk
gsk: Move text-related test out of ci
These are too sensitive to rendering differences between renderers to run reliably in ci, but we still want to keep them around. In particular, the big glyph tests are useful to exercise the GL glyph cache.
This commit is contained in:
parent
2c38b71ca5
commit
3fccb16ca6
@ -18,7 +18,6 @@ node_parser = executable(
|
|||||||
)
|
)
|
||||||
|
|
||||||
compare_render_tests = [
|
compare_render_tests = [
|
||||||
'big-glyph',
|
|
||||||
'blend-normal',
|
'blend-normal',
|
||||||
'blend-difference',
|
'blend-difference',
|
||||||
'clip-coordinates-3d',
|
'clip-coordinates-3d',
|
||||||
@ -43,10 +42,8 @@ compare_render_tests = [
|
|||||||
'empty-repeat',
|
'empty-repeat',
|
||||||
'empty-rounded-clip',
|
'empty-rounded-clip',
|
||||||
'empty-shadow',
|
'empty-shadow',
|
||||||
'empty-text',
|
|
||||||
'empty-texture',
|
'empty-texture',
|
||||||
'empty-transform',
|
'empty-transform',
|
||||||
'huge-glyph',
|
|
||||||
'opacity_clip',
|
'opacity_clip',
|
||||||
'outset_shadow_offset_both',
|
'outset_shadow_offset_both',
|
||||||
'outset_shadow_offset_x',
|
'outset_shadow_offset_x',
|
||||||
@ -62,6 +59,14 @@ compare_render_tests = [
|
|||||||
'opacity-overlapping-children',
|
'opacity-overlapping-children',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# these are too sensitive to differences in the renderers
|
||||||
|
# to run in ci, but still useful to keep around
|
||||||
|
informative_render_tests = [
|
||||||
|
'big-glyph',
|
||||||
|
'empty-text',
|
||||||
|
'huge-glyph',
|
||||||
|
]
|
||||||
|
|
||||||
renderers = [
|
renderers = [
|
||||||
# name exclude term
|
# name exclude term
|
||||||
[ 'opengl', '' ],
|
[ 'opengl', '' ],
|
||||||
|
Loading…
Reference in New Issue
Block a user