History log of /netbsd-src/tests/lib/libc/locale/t_btowc.c (Results 1 – 3 of 3)
Revision Date Author Comments
# bb20dbc8 10-Aug-2017 perseant <perseant@NetBSD.org>

Separate the C/POSIX locale test from the rest; make it more thorough
and more correct. This fixes a problem reported by martin@ when the
test is compiled with -funsigned-char.


# adbde1f9 12-Jul-2017 perseant <perseant@NetBSD.org>

Add ISO10646 versions of these tests, conditional on __STDC_ISO_10646__ .
Also make the tests a bit more verbose, to aid debugging when they fail.


# d4f6523b 01-Jun-2017 perseant <perseant@NetBSD.org>

Add tests for btowc(3)/wctob(3) and enable compilation of the test for
digittoint(3).

The digittoint(3) test is skipped since we don't provide that function yet.

One of the test cases for btowc(3)

Add tests for btowc(3)/wctob(3) and enable compilation of the test for
digittoint(3).

The digittoint(3) test is skipped since we don't provide that function yet.

One of the test cases for btowc(3) is also skipped, since it tests conversion
to Unicode---whereas our wchar_t representation is locale-dependent.

show more ...