Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / test / subset / data / Makefile.sources
1 TESTS = \
2         tests/32bit_var_store.tests \
3         tests/basics.tests \
4         tests/preprocess.tests \
5         tests/cbdt.tests \
6         tests/cff-full-font.tests \
7         tests/cff-japanese.tests \
8         tests/cff.notoserifmyanmar.tests \
9         tests/cmap.tests \
10         tests/cmap14.tests \
11         tests/colr.tests \
12         tests/colr_glyphs.tests \
13         tests/colrv1.tests \
14         tests/colrv1_copy_varstore.tests \
15         tests/colr_with_components.tests \
16         tests/full-font.tests \
17         tests/glyf_bug_3131.tests \
18         tests/japanese.tests \
19         tests/layout.context.tests \
20         tests/layout.context_format2.tests \
21         tests/layout.gdef-attachlist.tests \
22         tests/layout.gdef-varstore.tests \
23         tests/layout.gdef.tests \
24         tests/layout.gdef.glyphset.tests \
25         tests/layout.gpos.tests \
26         tests/layout.gpos2.tests \
27         tests/layout.gpos3.tests \
28         tests/layout.gpos4.tests \
29         tests/layout.gpos5.tests \
30         tests/layout.gpos6.tests \
31         tests/layout.gpos8.tests \
32         tests/layout.gpos8.amiri.tests \
33         tests/layout.gpos9.tests \
34         tests/layout.gsub3.tests \
35         tests/layout.gsub5.tests \
36         tests/layout.gsub5_format2.tests \
37         tests/layout.gsub6.tests \
38         tests/layout.gsub8.tests \
39         tests/layout.khmer.tests \
40         tests/layout.notonastaliqurdu.tests \
41         tests/layout.tests \
42         tests/layout.tinos.tests \
43         tests/layout.duplicate_features.tests \
44         tests/layout.unsorted_featurelist.tests \
45         tests/layout.drop_feature.tests \
46         tests/no_layout_closure.tests \
47         tests/sbix.tests \
48         tests/variable.tests \
49         tests/glyph_names.tests \
50         tests/glyph_map.tests \
51         tests/math.tests \
52         tests/math_coverage_offset.tests \
53         tests/post.tests \
54         tests/full_instance.tests \
55         tests/instance_feature_variations.tests \
56         tests/instantiate_glyf.tests \
57         tests/instantiate_cff2.tests \
58         tests/pin_all_at_default.tests \
59         tests/instance_no_double_free.tests \
60         tests/mvar_full_instance.tests \
61         tests/instance_comp_glyph_empty_child.tests \
62         tests/post_apply_mvar_delta.tests \
63         tests/apply_cvar_delta.tests \
64         tests/collect_name_ids.tests \
65         tests/instantiate_colrv1.tests \
66         tests/instantiate_cff2_update_metrics.tests \
67         $(NULL)
68
69 # TODO: re-enable once colrv1 subsetting is stabilized.
70 #       tests/colrv1.notoemoji.tests
71 #       tests/colrv1.tests
72
73
74 XFAIL_TESTS = \
75         $(NULL)
76
77 # Disabled because instancing is only available w/ experimental API on.
78 DISABLED_TESTS = \
79         $(NULL)