History log of /external/harfbuzz_ng/test/shaping/run-tests.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17c831701756bb46300c412fd64b19d67f299c18 24-Feb-2016 Behdad Esfahbod <behdad@behdad.org> [tests] Fix for multiple options in test runner scripts
/external/harfbuzz_ng/test/shaping/run-tests.sh
56a84e8dd18c63782b8db3a86e94651dae5bb01b 24-Feb-2016 Behdad Esfahbod <behdad@behdad.org> [tests] Allow commenting out tests to be skipped
/external/harfbuzz_ng/test/shaping/run-tests.sh
3fcae6d82da389c9944386a8ab41eb1c13b99330 25-Dec-2015 Behdad Esfahbod <behdad@behdad.org> [tests] Add --reference, for re-recording tests
/external/harfbuzz_ng/test/shaping/run-tests.sh
895fb31c7f0201f13df5a6866b367476bc4aab2e 23-Jul-2015 Behdad Esfahbod <behdad@behdad.org> [test] Support additional options to hb-shape in micro-test suite
/external/harfbuzz_ng/test/shaping/run-tests.sh
6bd5646f1b865a76304a67e03a6161afcfef293f 09-Jul-2014 Behdad Esfahbod <behdad@behdad.org> [tests] Remove bash'ish

Apparently on travis-ci, bash is linked to dash, which doesn't
understand "let". Failing tests were not being noticed. See eg:

https://travis-ci.org/behdad/harfbuzz/jobs/29544211

Don't rely on bash.
/external/harfbuzz_ng/test/shaping/run-tests.sh
b9d0077ac1a8e8a62ee15c64ad302f7976e23bdd 28-Oct-2013 Behdad Esfahbod <behdad@behdad.org> Fix win32 testing
/external/harfbuzz_ng/test/shaping/run-tests.sh
841e20d083aec8d814cd8d90aa6ab60127c0d1f2 14-Oct-2013 Behdad Esfahbod <behdad@behdad.org> Add test suite for shaping results

The new test suite runs tests included under
hb/test/shaping/tests/*.tests, which themselves reference
font files stored by sha1sum under hb/test/shaping/fonts/sha1sum.
The fonts are produced using a subsetter to only include glyphs
needed to run the test.

Four initial tests are added for (Chain)Context matching,
of which three currently fail.
/external/harfbuzz_ng/test/shaping/run-tests.sh