diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-25 20:30:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-25 20:31:19 +0000 |
| commit | 09c4c47904d1cac02a0bf5f43c596ea07a4ff2d0 (patch) | |
| tree | e86cf365985551fdb968cee4dba95a8ec3f77525 /testfiles/rendering_tests | |
| parent | Fix building of tests with system install of gtest on debian (diff) | |
| download | inkscape-09c4c47904d1cac02a0bf5f43c596ea07a4ff2d0.tar.gz inkscape-09c4c47904d1cac02a0bf5f43c596ea07a4ff2d0.zip | |
disable test failing with harfbuzz >= 1.6.0 waiting for a fix in pango or freetype
Diffstat (limited to 'testfiles/rendering_tests')
| -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 |
