aboutsummaryrefslogtreecommitdiff
path: root/test/subset/data/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'test/subset/data/Makefile.sources')
-rw-r--r--test/subset/data/Makefile.sources13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/subset/data/Makefile.sources b/test/subset/data/Makefile.sources
index c1a70ba90..845a77e73 100644
--- a/test/subset/data/Makefile.sources
+++ b/test/subset/data/Makefile.sources
@@ -1,4 +1,5 @@
TESTS = \
+ tests/32bit_var_store.tests \
tests/basics.tests \
tests/cbdt.tests \
tests/cff-full-font.tests \
@@ -7,12 +8,14 @@ TESTS = \
tests/cmap.tests \
tests/cmap14.tests \
tests/colr.tests \
+ tests/colr_glyphs.tests \
tests/colrv1.tests \
tests/colr_with_components.tests \
tests/full-font.tests \
tests/glyf_bug_3131.tests \
tests/japanese.tests \
tests/layout.context.tests \
+ tests/layout.context_format2.tests \
tests/layout.gdef-attachlist.tests \
tests/layout.gdef-varstore.tests \
tests/layout.gdef.tests \
@@ -37,10 +40,17 @@ TESTS = \
tests/layout.tinos.tests \
tests/layout.duplicate_features.tests \
tests/layout.unsorted_featurelist.tests \
- tests/sbix.tests \
+ tests/layout.drop_feature.tests \
+ tests/sbix.tests \
tests/variable.tests \
tests/glyph_names.tests \
tests/math.tests \
+ tests/math_coverage_offset.tests \
+ tests/post.tests \
+ tests/full_instance.tests \
+ tests/instance_feature_variations.tests \
+ tests/instantiate_glyf.tests \
+ tests/pin_all_at_default.tests \
$(NULL)
# TODO: re-enable once colrv1 subsetting is stabilized.
@@ -51,5 +61,6 @@ TESTS = \
XFAIL_TESTS = \
$(NULL)
+# Disabled because instancing is only available w/ experimental API on.
DISABLED_TESTS = \
$(NULL)