aboutsummaryrefslogtreecommitdiff
path: root/test/subset/data/Makefile.sources
blob: 398f2b82aa5bd0e6250fc60ad79350888ecbef98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
TESTS = \
	tests/32bit_var_store.tests \
	tests/basics.tests \
	tests/preprocess.tests \
	tests/cbdt.tests \
	tests/cff-full-font.tests \
	tests/cff-japanese.tests \
	tests/cff.notoserifmyanmar.tests \
	tests/cmap.tests \
	tests/cmap14.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 \
	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 \
	tests/layout.gdef.glyphset.tests \
	tests/layout.gpos.tests \
	tests/layout.gpos2.tests \
	tests/layout.gpos3.tests \
	tests/layout.gpos4.tests \
	tests/layout.gpos5.tests \
	tests/layout.gpos6.tests \
	tests/layout.gpos8.tests \
	tests/layout.gpos8.amiri.tests \
	tests/layout.gpos9.tests \
	tests/layout.gsub3.tests \
	tests/layout.gsub5.tests \
	tests/layout.gsub5_format2.tests \
	tests/layout.gsub6.tests \
	tests/layout.gsub8.tests \
	tests/layout.khmer.tests \
	tests/layout.notonastaliqurdu.tests \
	tests/layout.tests \
	tests/layout.tinos.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.
#	tests/colrv1.notoemoji.tests
#	tests/colrv1.tests


XFAIL_TESTS = \
	$(NULL)

# Disabled because instancing is only available w/ experimental API on.
DISABLED_TESTS = \
	$(NULL)