test/test-shape-complex.c


Log

Author Commit Date CI Message
Behdad Esfahbod e6c09cdf 2011-08-17T19:07:59 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.
Behdad Esfahbod 217cc81c 2011-08-09T14:00:44 [test/shape-complex] Print cluster and position info in --verbose
Behdad Esfahbod 07cedd81 2011-07-30T21:16:51 Minor
Behdad Esfahbod 3a9b14df 2011-07-30T20:23:55 Minor
Behdad Esfahbod 8613193b 2011-07-30T20:21:40 [test] Fix problem with N'ko test direction Old HarfBuzz test suite always shaped as left-to-right and hence had wrong 0x14db, direction expected glyphstring for N'ko. Doh! Failures down from 92 to 88.
Behdad Esfahbod 1a1b5013 2011-07-29T16:36:46 Minor
Behdad Esfahbod dd5546de 2011-07-29T16:27:31 Minor
Behdad Esfahbod 253a57fb 2011-06-28T17:26:03 [test-shape-complex] Remove the greek tests They are outdated with respect to the DejaVu Sans I'm using. We need to add font version checking to the tests.
Behdad Esfahbod afa74bf9 2011-06-28T17:25:17 [test-shape-complex] Print out expected and actual glyphstrings upon failure One has to run the test with --verbose to see that right now.
Behdad Esfahbod 42d453b0 2011-06-28T16:59:16 [test] Name tests after their input string
Behdad Esfahbod 27413169 2011-06-28T16:21:31 Minor Towards a better test runner.
Behdad Esfahbod cc674cbf 2011-06-28T16:17:16 Minor
Behdad Esfahbod 20d8a398 2011-06-28T16:16:21 [test] Remove disabled code We'd add normalization and decomposition tests later.
Behdad Esfahbod 9704f0ca 2011-06-28T16:15:46 [test] Restructure shape test data a bit
Behdad Esfahbod a346e923 2011-06-28T12:49:18 [test] Add Indic tests from harfbuzz.old Needs fonts to be put in test/fonts. Tests are skipped otherwise. Run with --verbose for details. Working on improving the test runner to make it easier to make sense of what's going on.