partial instancing tests are wrapped by experimenal_api, do not enable
them in Makefile
pull/4452/head
Qunxin Liu 1 year ago
parent ce46698929
commit e595fe75cc
  1. 2
      src/hb-ot-layout-common.hh
  2. 1
      test/subset/data/Makefile.am
  3. 1
      test/subset/data/Makefile.sources

@ -1372,7 +1372,7 @@ struct Lookup
if (lookupFlag & LookupFlag::UseMarkFilteringSet)
{
const HBUINT16 &markFilteringSet = StructAfter<HBUINT16> (subTable);
unsigned *idx;
hb_codepoint_t *idx;
if (!c->plan->used_mark_sets_map.has (markFilteringSet, &idx))
{
unsigned new_flag = lookupFlag;

@ -73,7 +73,6 @@ EXTRA_DIST += \
expected/collect_name_ids \
expected/instantiate_colrv1 \
expected/instantiate_cff2_update_metrics \
expected/empty_region_vardata \
fonts \
profiles \
$(NULL)

@ -64,7 +64,6 @@ TESTS = \
tests/collect_name_ids.tests \
tests/instantiate_colrv1.tests \
tests/instantiate_cff2_update_metrics.tests \
tests/empty_region_vardata.tests \
$(NULL)
# TODO: re-enable once colrv1 subsetting is stabilized.

Loading…
Cancel
Save