From e595fe75cceb5146cc490804d2619ce31464208e Mon Sep 17 00:00:00 2001 From: Qunxin Liu Date: Wed, 18 Oct 2023 16:00:06 -0700 Subject: [PATCH] fix bots partial instancing tests are wrapped by experimenal_api, do not enable them in Makefile --- src/hb-ot-layout-common.hh | 2 +- test/subset/data/Makefile.am | 1 - test/subset/data/Makefile.sources | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index b39dd873f..1094c7c22 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -1372,7 +1372,7 @@ struct Lookup if (lookupFlag & LookupFlag::UseMarkFilteringSet) { const HBUINT16 &markFilteringSet = StructAfter (subTable); - unsigned *idx; + hb_codepoint_t *idx; if (!c->plan->used_mark_sets_map.has (markFilteringSet, &idx)) { unsigned new_flag = lookupFlag; diff --git a/test/subset/data/Makefile.am b/test/subset/data/Makefile.am index ff2995eee..9a7d08ce0 100644 --- a/test/subset/data/Makefile.am +++ b/test/subset/data/Makefile.am @@ -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) diff --git a/test/subset/data/Makefile.sources b/test/subset/data/Makefile.sources index aad7f7474..398f2b82a 100644 --- a/test/subset/data/Makefile.sources +++ b/test/subset/data/Makefile.sources @@ -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.