2020-08-11 21:21:59 +02:00
|
|
|
TESTS = \
|
2022-06-01 20:02:03 +02:00
|
|
|
tests/32bit_var_store.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/basics.tests \
|
|
|
|
tests/cbdt.tests \
|
|
|
|
tests/cff-full-font.tests \
|
|
|
|
tests/cff-japanese.tests \
|
2021-07-14 22:46:36 +02:00
|
|
|
tests/cff.notoserifmyanmar.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/cmap.tests \
|
|
|
|
tests/cmap14.tests \
|
|
|
|
tests/colr.tests \
|
2021-12-06 04:27:57 +01:00
|
|
|
tests/colr_glyphs.tests \
|
2021-10-03 05:32:30 +02:00
|
|
|
tests/colrv1.tests \
|
2021-05-05 01:48:41 +02:00
|
|
|
tests/colr_with_components.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/full-font.tests \
|
2021-08-10 20:41:55 +02:00
|
|
|
tests/glyf_bug_3131.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/japanese.tests \
|
|
|
|
tests/layout.context.tests \
|
2021-11-19 01:53:36 +01:00
|
|
|
tests/layout.context_format2.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.gdef-attachlist.tests \
|
|
|
|
tests/layout.gdef-varstore.tests \
|
|
|
|
tests/layout.gdef.tests \
|
2021-11-02 23:02:36 +01:00
|
|
|
tests/layout.gdef.glyphset.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.gpos.tests \
|
|
|
|
tests/layout.gpos2.tests \
|
|
|
|
tests/layout.gpos3.tests \
|
|
|
|
tests/layout.gpos4.tests \
|
2020-02-07 00:08:26 +01:00
|
|
|
tests/layout.gpos5.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.gpos6.tests \
|
|
|
|
tests/layout.gpos8.tests \
|
2020-09-25 01:35:59 +02:00
|
|
|
tests/layout.gpos8.amiri.tests \
|
2020-10-06 22:02:12 +02:00
|
|
|
tests/layout.gpos9.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.gsub3.tests \
|
2021-01-12 19:17:14 +01:00
|
|
|
tests/layout.gsub5.tests \
|
2021-10-30 02:11:53 +02:00
|
|
|
tests/layout.gsub5_format2.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.gsub6.tests \
|
2021-03-19 01:41:25 +01:00
|
|
|
tests/layout.gsub8.tests \
|
2021-04-01 23:32:38 +02:00
|
|
|
tests/layout.khmer.tests \
|
2020-11-04 20:11:16 +01:00
|
|
|
tests/layout.notonastaliqurdu.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
tests/layout.tests \
|
2021-09-02 20:54:37 +02:00
|
|
|
tests/layout.tinos.tests \
|
2021-11-16 04:58:33 +01:00
|
|
|
tests/layout.default_features.tests \
|
2021-09-13 05:16:30 +02:00
|
|
|
tests/layout.duplicate_features.tests \
|
2021-10-31 22:38:20 +01:00
|
|
|
tests/layout.unsorted_featurelist.tests \
|
2021-11-18 01:42:08 +01:00
|
|
|
tests/layout.drop_feature.tests \
|
|
|
|
tests/sbix.tests \
|
2021-03-25 20:17:18 +01:00
|
|
|
tests/variable.tests \
|
2021-08-19 05:46:06 +02:00
|
|
|
tests/glyph_names.tests \
|
2021-09-20 23:42:51 +02:00
|
|
|
tests/math.tests \
|
2021-12-03 04:50:16 +01:00
|
|
|
tests/math_coverage_offset.tests \
|
2021-11-08 18:36:31 +01:00
|
|
|
tests/post.tests \
|
2020-08-11 21:21:59 +02:00
|
|
|
$(NULL)
|
|
|
|
|
2021-07-27 23:31:18 +02:00
|
|
|
# TODO: re-enable once colrv1 subsetting is stabilized.
|
|
|
|
# tests/colrv1.notoemoji.tests
|
|
|
|
# tests/colrv1.tests
|
|
|
|
|
|
|
|
|
2020-08-11 21:21:59 +02:00
|
|
|
XFAIL_TESTS = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISABLED_TESTS = \
|
|
|
|
$(NULL)
|