diff options
| -rw-r--r-- | testfiles/rendering_tests/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testfiles/rendering_tests/CMakeLists.txt b/testfiles/rendering_tests/CMakeLists.txt index 1dba7f0a8..9481385ee 100644 --- a/testfiles/rendering_tests/CMakeLists.txt +++ b/testfiles/rendering_tests/CMakeLists.txt @@ -3,7 +3,12 @@ set(RENDERING_TESTS test-baseline-shift test-empty - test-glyph-y-pos + # test-glyph-y-pos + ## to be fixed since an update happened between harfbuzz 1.5.1(OK) and 1.6.0(FAIL). + ## If you re-enable the test, you may have to *slightly* fix the expected rendering (hoping the fix happens upstream). + ## Please also check that the rendering with harfbuzz <=1.5.1 is not *too* wrong (forolder systems) + ## cf Tav's post : https://www.patreon.com/posts/into-sinkhole-19021727 + ## and bug https://bugzilla.gnome.org/show_bug.cgi?id=787526 test-rtl-vertical selector-important-002 selector-important-003 |
