harfbuzz/test
Behdad Esfahbod 15c57e04bf [test/buffer] Add test pre_alloc(); hangs in the buffer code right now
Because the following loop overflows:

  while (size > new_allocated)
      new_allocated += (new_allocated >> 1) + 32;
2011-04-28 12:28:54 -04:00
..
Makefile.am [test] Add test for headers included from C and C++ 2011-04-20 03:15:31 -04:00
Makefile.decl Add an in-tree test suite 2011-04-11 12:46:49 -04:00
hb-test.h Update Copyright headers 2011-04-21 17:14:28 -04:00
test-buffer.c [test/buffer] Add test pre_alloc(); hangs in the buffer code right now 2011-04-28 12:28:54 -04:00
test-c.c Update Copyright headers 2011-04-21 17:14:28 -04:00
test-common.c [API] Add hb_direction_from/to_string() 2011-04-27 14:48:19 -04:00
test-cplusplus.cc Update Copyright headers 2011-04-21 17:14:28 -04:00
test-unicode.c [API] Add hb_unicode_funcs_get_default() 2011-04-27 09:38:19 -04:00