|
ba810ce8
|
2020-04-05T22:51:58
|
|
[tests] Replace space with colon in batch mode
|
|
2013babc
|
2020-07-06T11:57:45
|
|
[tests] Use HAVE_FREETYPE itself instead NO_FT_FUNCS
|
|
4db1b4f1
|
2020-07-04T15:02:19
|
|
[tests] rename no_ft_funcs to NO_FT_FUNCS
|
|
43e3ab01
|
2020-07-02T17:34:24
|
|
[tests] make tests work when ft isn't present
|
|
c4b6bad7
|
2020-07-02T18:07:01
|
|
[tests] revert da95a8c and use the shared hb-shape process
|
|
cd5580e2
|
2020-05-28T23:43:55
|
|
minor, enable printing to stderr in run-tests.py
As was originally intended https://github.com/harfbuzz/harfbuzz/blob/3ce6c7b/test/shaping/run-tests.sh
|
|
7554f618
|
2020-05-28T22:51:29
|
|
minor, use sys.exit print shorthand
|
|
03564fd2
|
2020-03-14T20:09:00
|
|
[test] fix misspell
|
|
1b8a37f7
|
2020-03-14T20:06:41
|
|
[test] minor fix
oops...
|
|
0423da33
|
2020-03-14T20:05:23
|
|
[test] minor fix
macos tests are using absolute path which aren't relevant in Windows
|
|
74fdd34f
|
2020-03-14T20:03:14
|
|
[test] make run-tests.py work on Windows
|
|
da95a8c2
|
2020-03-13T15:49:08
|
|
Shaping tests: Skip FreeType tests if support not present
HarfBuzz could have been built without FreeType, so we skip the test
when hb-shape reports that the font function `ft' is unknown
|
|
8d199077
|
2020-02-19T14:56:55
|
|
Remove python2 support from tests/utils scripts
|
|
248ce228
|
2018-11-24T22:01:06
|
|
[tests] Minor
|
|
ea9512e6
|
2018-11-24T15:49:33
|
|
[tests] Redo test runner logging a bit
|
|
ee3a3e10
|
2018-11-24T15:37:01
|
|
[tests/shaping] Allow comments in test files
Line should start with "# ".
|
|
24887d11
|
2018-11-24T20:07:24
|
|
Add Adobe AOTS tests (#1395)
Annotated OpenType Specification or aots, https://github.com/adobe-type-tools/aots
provides a set of tests for OpenType specification, this change add those tests in addition
to modified version of their HarfBuzz test runner for generating harfbuzz project specific tests.
|
|
341851ef
|
2018-11-23T15:40:05
|
|
[aat] Add macOS specific tests (#1404)
|
|
f9289319
|
2018-10-31T18:25:05
|
|
[test] Minor
|
|
64e41d2c
|
2018-10-30T01:08:34
|
|
[test] Fix Python3
|
|
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.
|
|
55942ad5
|
2018-10-06T14:49:44
|
|
Merge branch 'master' into cff-subset
|
|
e9abe339
|
2018-10-06T12:19:33
|
|
Use tempfile in run-tests as a fix for Windows CI fails (#1228)
|
|
7b3ae5ff
|
2018-10-04T16:36:42
|
|
More bot fixes
|
|
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.
|
|
55468ca0
|
2018-10-04T12:13:55
|
|
[test/text-rendering-tests] Update from upstream
|
|
9f1dee32
|
2018-10-02T18:56:20
|
|
[tests] Allow test-runner to ignore shaping output
Fixes https://github.com/harfbuzz/harfbuzz/issues/1212
|
|
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.
|
|
cab2c2c0
|
2018-03-29T12:48:47
|
|
Make more gen-* scripts py3 compatible (#940)
|
|
1461965c
|
2018-01-11T08:48:22
|
|
[test] Better tests output by converting stderr to stdout (#696)
https://gitlab.kitware.com/cmake/cmake/issues/17630
|
|
ebb9b7d6
|
2018-01-11T08:15:06
|
|
[test] Print shaping output on CI fails (#695)
|
|
141db8b7
|
2018-01-09T23:11:00
|
|
[test] Minor
|
|
70201306
|
2018-01-10T02:37:39
|
|
[test] Minor
|
|
6b4d63f2
|
2018-01-10T01:13:36
|
|
[test] Minor
|
|
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.
|
|
44c65eee
|
2018-01-09T21:58:57
|
|
[test] Reorganize test suite
In anticipation of importing more test suites.
|
|
70807ad2
|
2018-01-02T23:52:12
|
|
Fix make check issue on out-of-tree builds and test it (#672)
|
|
4e3cf91a
|
2018-01-01T11:17:51
|
|
[cmake] Run rest of the tests on Windows (#668)
|
|
2dbdeb14
|
2017-12-29T23:13:29
|
|
[cmake] Run fuzzing and shaping tests (#666)
|
|
20e69c95
|
2017-12-07T12:24:12
|
|
[test] print commented line, like the original script (#649)
|
|
5f061d27
|
2017-12-07T11:22:55
|
|
Rewrite run-tests in python (#647)
|