diff --git a/harfbuzz b/harfbuzz index bf8929f..720f1a3 160000 --- a/harfbuzz +++ b/harfbuzz @@ -1 +1 @@ -Subproject commit bf8929fbfb623703cf1522b372cab80002c17c95 +Subproject commit 720f1a3b6699df28c6f600f5d750100ba22d389b diff --git a/tests/test_uharfbuzz.py b/tests/test_uharfbuzz.py index 8f621b9..6d8192e 100644 --- a/tests/test_uharfbuzz.py +++ b/tests/test_uharfbuzz.py @@ -1187,17 +1187,10 @@ def message(msg): expected_messages = [ "start table GSUB script tag 'DFLT'", "start lookup 0 feature 'calt'", - "recursing to lookup 1 at 2", - "replacing glyph at 2 (single substitution)", - "replaced glyph at 2 (single substitution)", - "recursed to lookup 1", "end lookup 0 feature 'calt'", "end table GSUB script tag 'DFLT'", "start table GPOS script tag 'DFLT'", "start lookup 0 feature 'kern'", - "try kerning glyphs at 3,4", - "kerned glyphs at 3,4", - "tried kerning glyphs at 3,4", "end lookup 0 feature 'kern'", "end table GPOS script tag 'DFLT'", ] @@ -1206,13 +1199,6 @@ def message(msg): assert gids_trace == [ [5, 4, 3, 2, 1], [5, 4, 3, 2, 1], - [5, 4, 3, 2, 1], - [5, 4, 3, 2, 1], - [5, 4, 1, 2, 1], - [5, 4, 1, 2, 1], - [5, 4, 1, 2, 1], - [5, 4, 1, 2, 1], - [5, 4, 1, 2, 1], [5, 4, 1, 2, 1], [5, 4, 1, 2, 1], [5, 4, 1, 2, 1], @@ -1224,9 +1210,6 @@ def message(msg): assert advances_trace == [ [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], - [0, 0, 0, 0, 0], - [0, 0, 0, 100, 0], - [0, 0, 0, 100, 0], [0, 0, 0, 100, 0], [0, 0, 0, 100, 0], ]