diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-10-09 13:00:35 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-10-15 13:15:46 -0700 |
commit | fc11d2e872bfcfbd07b4f81114e0336d10650b84 (patch) | |
tree | 007b753eb8a73012d7804dc4edad61b0eebe28bc /cmake | |
parent | 6cbf150a3391c87d895222b2b1ddc2046ccc8dad (diff) | |
download | qtlocation-mapboxgl-fc11d2e872bfcfbd07b4f81114e0336d10650b84.tar.gz |
[core, test] Add BiDi unit test
- Port of arabic.test.js from mapbox-gl-rtl-text
- Modify BiDi::getLine to remove trailing nulls in the event UBIDI_REMOVE_BIDI_CONTROLS causes the string to shorten.
- Patch vendored ICU to avoid undefined undefined bit shifting behavior (triggered sanitizer failure)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test-files.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/test-files.txt b/cmake/test-files.txt index a94004aa32..89283e2aea 100644 --- a/cmake/test-files.txt +++ b/cmake/test-files.txt @@ -109,6 +109,7 @@ test/src/mbgl/test/util.cpp test/src/mbgl/test/util.hpp # text +test/text/bidi.test.cpp test/text/cross_tile_symbol_index.test.cpp test/text/glyph_manager.test.cpp test/text/glyph_pbf.test.cpp |