test/shaping/run-tests.py


Log

Author Commit Date CI Message
Behdad Esfahbod 64e41d2c 2018-10-30T01:08:34 [test] Fix Python3
Behdad Esfahbod 422debb8 2018-10-30T00:51:43 [test/shaping] Spawn one hb-shape per test file Speeds up runnings in-house tests from over 20s to 2s.
Ebrahim Byagowi e9abe339 2018-10-06T12:19:33 Use tempfile in run-tests as a fix for Windows CI fails (#1228)
Behdad Esfahbod 7b3ae5ff 2018-10-04T16:36:42 More bot fixes
Behdad Esfahbod 0abce581 2018-10-04T16:23:42 [test] Choose 'ot' shaper specifically Now that we added morx support, our OS X bot is running them through CoreText and failing (with a DoS / infinite loop no less!). Always run tests through our own shaper.
Behdad Esfahbod 55468ca0 2018-10-04T12:13:55 [test/text-rendering-tests] Update from upstream
Behdad Esfahbod 9f1dee32 2018-10-02T18:56:20 [tests] Allow test-runner to ignore shaping output Fixes https://github.com/harfbuzz/harfbuzz/issues/1212
Khaled Hosny b7f1bbc2 2018-09-22T16:41:56 [test] Fix printing subprocess error messages Decode the string as Python 3 returns bytes string, and also don’t assume that it ends with a new line.
Ebrahim Byagowi cab2c2c0 2018-03-29T12:48:47 Make more gen-* scripts py3 compatible (#940)
Ebrahim Byagowi 1461965c 2018-01-11T08:48:22 [test] Better tests output by converting stderr to stdout (#696) https://gitlab.kitware.com/cmake/cmake/issues/17630
Ebrahim Byagowi ebb9b7d6 2018-01-11T08:15:06 [test] Print shaping output on CI fails (#695)
Behdad Esfahbod 70201306 2018-01-10T02:37:39 [test] Minor
Behdad Esfahbod 6b4d63f2 2018-01-10T01:13:36 [test] Minor
Behdad Esfahbod 504f9136 2018-01-09T23:15:54 [test] Simplify test runner Always pass hb-shape as first argument to run-tests.py. Also require automake 1.13.
Behdad Esfahbod 141db8b7 2018-01-09T23:11:00 [test] Minor
Behdad Esfahbod 44c65eee 2018-01-09T21:58:57 [test] Reorganize test suite In anticipation of importing more test suites.
Ebrahim Byagowi 70807ad2 2018-01-02T23:52:12 Fix make check issue on out-of-tree builds and test it (#672)
Ebrahim Byagowi 4e3cf91a 2018-01-01T11:17:51 [cmake] Run rest of the tests on Windows (#668)
Ebrahim Byagowi 2dbdeb14 2017-12-29T23:13:29 [cmake] Run fuzzing and shaping tests (#666)
ebraminio 20e69c95 2017-12-07T12:24:12 [test] print commented line, like the original script (#649)
ebraminio 5f061d27 2017-12-07T11:22:55 Rewrite run-tests in python (#647)