X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fsubset%2Fdata%2FMakefile.sources;h=398f2b82aa5bd0e6250fc60ad79350888ecbef98;hb=f0a0bdf96095ae4b3524be4ee4bc32ebe2dfd564;hp=94a910c4ccc1a1994ba7311bb95d35a6691aad96;hpb=8b9bac85deb2ace750acafa5e0da676f633aadeb;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/test/subset/data/Makefile.sources b/test/subset/data/Makefile.sources index 94a910c..398f2b8 100644 --- a/test/subset/data/Makefile.sources +++ b/test/subset/data/Makefile.sources @@ -1,5 +1,7 @@ TESTS = \ + tests/32bit_var_store.tests \ tests/basics.tests \ + tests/preprocess.tests \ tests/cbdt.tests \ tests/cff-full-font.tests \ tests/cff-japanese.tests \ @@ -9,6 +11,7 @@ TESTS = \ tests/colr.tests \ tests/colr_glyphs.tests \ tests/colrv1.tests \ + tests/colrv1_copy_varstore.tests \ tests/colr_with_components.tests \ tests/full-font.tests \ tests/glyf_bug_3131.tests \ @@ -37,16 +40,30 @@ TESTS = \ tests/layout.notonastaliqurdu.tests \ tests/layout.tests \ tests/layout.tinos.tests \ - tests/layout.default_features.tests \ tests/layout.duplicate_features.tests \ tests/layout.unsorted_featurelist.tests \ tests/layout.drop_feature.tests \ + tests/no_layout_closure.tests \ tests/sbix.tests \ tests/variable.tests \ tests/glyph_names.tests \ + tests/glyph_map.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/instantiate_cff2.tests \ + tests/pin_all_at_default.tests \ + tests/instance_no_double_free.tests \ + tests/mvar_full_instance.tests \ + tests/instance_comp_glyph_empty_child.tests \ + tests/post_apply_mvar_delta.tests \ + tests/apply_cvar_delta.tests \ + tests/collect_name_ids.tests \ + tests/instantiate_colrv1.tests \ + tests/instantiate_cff2_update_metrics.tests \ $(NULL) # TODO: re-enable once colrv1 subsetting is stabilized. @@ -57,5 +74,6 @@ TESTS = \ XFAIL_TESTS = \ $(NULL) +# Disabled because instancing is only available w/ experimental API on. DISABLED_TESTS = \ $(NULL)