From fc11d2e872bfcfbd07b4f81114e0336d10650b84 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Tue, 9 Oct 2018 13:00:35 -0700 Subject: [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) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 087418de3d..04ce610020 100644 --- a/circle.yml +++ b/circle.yml @@ -1066,7 +1066,7 @@ jobs: JOBS: 1 # https://github.com/mapbox/mapbox-gl-native/issues/9108 command: | xvfb-run --server-args="-screen 0 1024x768x24" \ - build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load --gtest_filter=-Memory.Vector + build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load --gtest_filter=-Memory.Vector --gtest_filter=-BiDi.* # ------------------------------------------------------------------------------ qt5-macos-debug: -- cgit v1.2.1