mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
fix bots
partial instancing tests are wrapped by experimenal_api, do not enable them in Makefile
This commit is contained in:
parent
ce46698929
commit
e595fe75cc
3 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue