harfbuzz/test
Khaled Hosny 7ccc52b075 [test] Compare sha256 hash before TTX dumps
Most of time the files are identical, so instead of comparing the TTX
dump we can check sha256 hashes of the files first and if they match, we
don’t have to check the TTX dumps at all, making the subset tests orders
of magnitude faster.

time meson test --suite=subset down from:
real    0m19.418s
user    0m38.171s
sys     0m3.587s

to:
real	0m3.102s
user	0m8.622s
sys	0m1.701s

The expected files have been replaced by hb-subset output so they are
bit-identical where FontTools output might not.

The generate-expected-outputs.py now compares the hb-subset output with
fontttols subset and errors of they don’t match.
2021-08-04 04:10:38 +02:00
..
api [test] More lookup_collect_glyphs() tests 2021-08-03 10:06:27 -06:00
fuzzing [subset] switch ..._set_flags to not take a mask. 2021-07-29 18:30:27 -07:00
shaping [test] Remove unused shaping tests reference mode 2021-08-01 19:38:39 +02:00
subset [test] Compare sha256 hash before TTX dumps 2021-08-04 04:10:38 +02:00
Makefile.am Revert "Remove autotools build support" 2020-08-11 23:51:59 +04:30
meson.build Add Meson build definitions 2020-03-11 19:18:57 +03:30