[instancer] add/update tests for COLRv1 instancing

This commit is contained in:
Qunxin Liu 2024-05-02 10:05:18 -07:00
parent 247039de5a
commit f614a7d309
46 changed files with 7 additions and 3 deletions

View file

@ -51,7 +51,7 @@ EXTRA_DIST += \
expected/colr \
expected/colr_glyphs \
expected/colrv1 \
expected/colrv1_copy_varstore \
expected/colrv1_subset_varstore \
expected/colr_with_components \
expected/cbdt \
expected/variable \

View file

@ -11,7 +11,7 @@ TESTS = \
tests/colr.tests \
tests/colr_glyphs.tests \
tests/colrv1.tests \
tests/colrv1_copy_varstore.tests \
tests/colrv1_subset_varstore.tests \
tests/colr_with_components.tests \
tests/full-font.tests \
tests/glyf_bug_3131.tests \

View file

@ -11,3 +11,6 @@ SUBSETS:
A
AB
*
OPTIONS:
no_fonttools

View file

@ -9,6 +9,7 @@ SUBSETS:
INSTANCES:
wght=900
wght=300:600
OPTIONS:
no_fonttools

View file

@ -46,7 +46,7 @@ tests = [
# TODO: re-enable once colrv1 subsetting is stabilized.
# 'colrv1.notoemoji',
'colrv1',
'colrv1_copy_varstore',
'colrv1_subset_varstore',
'colr_with_components',
'cbdt',
'variable',