freebsd-dev/lib/libc/tests/string
Baptiste Daroussin 73a33477ca Add a regression test to make sure the Russian collation is actually working
when importing collation support from Dragonfly/Illumos amdmi3@ tested the
collation branch and reported an issue with Russian collation. John Marino fixed
the issue in Dragonfly and I merged it back to FreeBSD.

Now that Illumos is working on merging our fixes they (Lauri Tirkkonen) found
issues with the commit that fixes the russian collation in UTF-8 that resulted
in a crash with strxfrm(3) and the ISO-8859-5 locale (fixed in FreeBSD r302916).
This small test was written to ensure we do not bring back the old issue with
russian collation while fixing the other issue.
2016-07-15 23:43:23 +00:00
..
Makefile Add a regression test to make sure the Russian collation is actually working 2016-07-15 23:43:23 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
memcmp_test.c
stpncpy_test.c
strerror_test.c
strxfrm_test.c Add a regression test about the crash with strxfrm and ISO8859-5 locales 2016-07-15 23:24:00 +00:00
wcscasecmp_test.c
wcscoll_test.c Add a regression test to make sure the Russian collation is actually working 2016-07-15 23:43:23 +00:00
wcsnlen_test.c