Behdad Esfahbod
406044986a
Add Hebrew diacritics test cases
...
From:
https://bugzilla.mozilla.org/show_bug.cgi?id=662055
13 years ago
Behdad Esfahbod
7a70ca78e0
Add test case from https://bugzilla.mozilla.org/show_bug.cgi?id=714067
13 years ago
Behdad Esfahbod
1a5a91dc0d
Add a few more tests
13 years ago
Behdad Esfahbod
1795f3a222
Add a couple Thai test cases from Thep
13 years ago
Behdad Esfahbod
ec3f506682
Add Devanagari test from Tom Hacohen
13 years ago
Behdad Esfahbod
71be4ca3dd
Also ignore "ChangeLog" in manifests
13 years ago
Behdad Esfahbod
3c9a39ecd6
Remove newline
13 years ago
Behdad Esfahbod
e4ccbfe276
Allow --color=html in hb-diff
...
Not that useful right now as we don't escape < and >. Perhaps
another tool can be added to convert the ANSI output to HTML.
13 years ago
Behdad Esfahbod
8f80f93491
More shoveling around
13 years ago
Behdad Esfahbod
c78c6e9844
Cleanup
13 years ago
Behdad Esfahbod
ab94a9c542
Distribute testing tools
13 years ago
Behdad Esfahbod
3e86feb54c
Speed up colorless diff
13 years ago
Behdad Esfahbod
1e58df6034
Cleanup manifest code
13 years ago
Behdad Esfahbod
956d552e10
Port hb-manifest-update to Python
13 years ago
Behdad Esfahbod
3a34e9e351
Ignore Broken Pipe errors
13 years ago
Behdad Esfahbod
f22089ac24
Misc fixes
13 years ago
Behdad Esfahbod
96968bfae5
Port hb-manifest-read to Python
13 years ago
Behdad Esfahbod
a59ed46fa4
Add final residues from test-shape-complex
13 years ago
Behdad Esfahbod
820e0ed318
Add Punjabi tests from test-shape-complex also
13 years ago
Behdad Esfahbod
a7d71c1057
Add Tamil test data from Muguntharaj Subramanian
13 years ago
Behdad Esfahbod
5992a9941e
Import test data from late test-shape-complex
13 years ago
Behdad Esfahbod
46ac456477
Fix Unicode encoding issue
13 years ago
Behdad Esfahbod
ad34e39a4a
Make test tools interactive
...
By bypassing readlines() buffering.
13 years ago
Behdad Esfahbod
91540a7d97
Move most testing logic into hb_test_tools.py
...
The actual utils are one-liners now.
13 years ago
Behdad Esfahbod
66aa080033
Remove test-shape-complex
...
New shaping testsuite and framework coming.
13 years ago
Behdad Esfahbod
ed459bfb63
Add hb-unicode-encode
13 years ago
Behdad Esfahbod
b12c4d4361
Add hb-diff-filter-failures
13 years ago
Behdad Esfahbod
d4bffbc55b
Move
13 years ago
Behdad Esfahbod
45f640c98d
Minor
13 years ago
Behdad Esfahbod
47ca766a9c
Minor
13 years ago
Behdad Esfahbod
8f1db07894
[test/shaping] Add some Indic test data for the new test suite
...
Imported from UTRRS.
13 years ago
Behdad Esfahbod
11267aef36
Fix
13 years ago
Behdad Esfahbod
4e84ce48d5
Move hb-diff to test/shaping/
13 years ago
Behdad Esfahbod
f868e1b84d
Add hb-unicode-decode
13 years ago
Behdad Esfahbod
9ab23ef474
Minor
13 years ago
Behdad Esfahbod
c8d81db033
Recognize more characters
13 years ago
Behdad Esfahbod
0016d4662d
[test] Make hb-unicode-prettyname take a --stdin option
13 years ago
Behdad Esfahbod
ad8c6446f2
[test/shaping] Add hb-unicode-prettyname
13 years ago
Behdad Esfahbod
e900869b0f
[test/shaping] Add hb-read-manifest
13 years ago
Behdad Esfahbod
a211cd3ffc
Ignore AUTHORS also
13 years ago
Behdad Esfahbod
36fe87d1b4
More Indic tests from Pravin
13 years ago
Behdad Esfahbod
a33e46cf7d
[test/shaping] Add hb-update-manifests
13 years ago
Behdad Esfahbod
d4de562adf
Start adding new shaping test suite together
13 years ago
Behdad Esfahbod
4d6dafd47f
Rename test/ to test/api/
13 years ago
Behdad Esfahbod
8d2781d692
[test] Add two Indic test cases from Bernard Massot
13 years ago
Behdad Esfahbod
055fb24d03
Add test for bug in ICU decompose
...
As reported by Kenichi Ishibashi on 2011-10-28.
13 years ago
Behdad Esfahbod
a17554bfd5
Make test-c.c actually use hb
...
This will make sure we test that C code can actually link to the
library.
14 years ago
Behdad Esfahbod
738d096a06
Pass through unknown ISO 639-3 language tags to OpenType engine
...
In hb_ot_tag_from_language(), if first component of an unknown
language is three letters long, use it directly as OpenType language
tag (after case conversion and padding).
14 years ago
Behdad Esfahbod
4c9fe88d30
[API] Make all _from_string() functions take a len parameter
...
Can be -1 for NUL-terminated string. This is useful for passing parts
of a larger string to a function without having to copy or modify the
string first.
Affected functions:
hb_tag_t hb_tag_from_string()
hb_direction_from_string()
hb_language_from_string()
hb_script_from_string()
14 years ago
Behdad Esfahbod
e6c09cdf43
Remove the pre_allocate argument from hb_buffer_create()
...
For two reasons:
1. User can always call hb_buffer_pre_allocate() themselves, and
2. Now we do a pre_alloc in add_utfX anyway, so the total number of
reallocs is limited to a small number (~3) anyway. This just makes the
API cleaner.
14 years ago