harfbuzz/test
Ebrahim Byagowi ff984ed3cd Use multiplication to avoid undefined behaviour per clang
Newer versions of MSVC with /we4146 don't like putting negative sign behind a
unsigned number as https://github.com/harfbuzz/harfbuzz/pull/2069
That however have made https://crbug.com/1050424 this complain:
  src/hb-ot-color-sbix-table.hh:304:28: runtime error: negation of -2147483648 cannot be represented in type 'int';
                                        cast to an unsigned type to negate this value to itself
which apparently can be fixed using this change.

Let's see if this won't make another ubsan complain!
2020-02-11 19:51:52 +03:30
..
api [var] Implement hb_font_get_var_coords_design 2020-02-08 11:04:34 +03:30
fuzzing Use multiplication to avoid undefined behaviour per clang 2020-02-11 19:51:52 +03:30
shaping [test] test for not applying morx on horizontal runs if gsub exists 2020-01-27 20:52:56 +03:30
subset [subset] GPOS6 MarkToMark subsetting support 2020-02-06 10:46:05 -08:00
CMakeLists.txt Add CMake configuration for all of the new subsetting code. 2018-02-04 12:57:34 -08:00
Makefile.am Configure automake to run the new subset tests. 2018-02-04 12:57:33 -08:00