blender/tests/gtests/blenlib
Bastien Montagne acbb84b021 Add BLI_string_utf8 specific test.
This test should ensure we correctly detect all invalid utf-8 sequences in a given string.

DISCLAIMER:
Do not run this with current code - you'll either laugh or cry, nearly *all* checks fail!

Based on utf-8 decoder stress-test (https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt)
by Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> - 2015-08-28 - CC BY 4.0
2016-12-31 16:10:20 +01:00
..
BLI_array_store_test.cc BLI_rand: add BLI_rng_get_char_n 2016-06-12 00:41:02 +10:00
BLI_array_utils_test.cc BLI_array_utils: add BLI_array_rfindindex 2016-06-23 11:36:49 +10:00
BLI_ghash_performance_test.cc Add 'multi small' testcase to performance Ghash tests. 2016-05-30 20:04:43 +02:00
BLI_ghash_test.cc Add GHash/GSet pop() feature. 2016-02-20 15:28:25 +01:00
BLI_hash_mm2a_test.cc Add Murmur2A hashing feature to BLI 2014-11-14 11:00:26 +01:00
BLI_listbase_test.cc GTest: add test for listbase sorting 2015-06-10 20:26:56 +10:00
BLI_math_base_test.cc BLI_math 'compare' cleanup & enhancements. 2015-07-10 15:02:43 +02:00
BLI_math_color_test.cc Cleanup: test naming 2014-07-19 20:02:14 +10:00
BLI_math_geom_test.cc Cleanup: test naming 2014-07-19 20:02:14 +10:00
BLI_path_util_test.cc Fix gtests on Windows/MSVC 2016-02-06 21:21:55 +05:00
BLI_polyfill2d_test.cc Fix memleaks in our gtests. 2015-12-28 23:19:24 +01:00
BLI_ressource_strings.h Fix gtests on Windows/MSVC 2016-02-06 21:21:55 +05:00
BLI_stack_test.cc Fix memleaks in our gtests. 2015-12-28 23:19:24 +01:00
BLI_string_test.cc Fix BLI_strncasestr use with a single character 2016-03-24 23:30:51 +11:00
BLI_string_utf8_test.cc Add BLI_string_utf8 specific test. 2016-12-31 16:10:20 +01:00
CMakeLists.txt Add BLI_string_utf8 specific test. 2016-12-31 16:10:20 +01:00