diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-09-08 17:54:31 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-09-08 17:54:31 +0000 |
commit | 12c2a2777ab8f27a6db8bf47f5ee42a178b7dc3c (patch) | |
tree | c5c067e1a526877fde90251be5a4f2b13986fd5f /contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c | |
parent | 98a2a2e18e5ec23a0bf7c2e4cebd8f7088b662be (diff) | |
download | FreeBSD-src-12c2a2777ab8f27a6db8bf47f5ee42a178b7dc3c.zip FreeBSD-src-12c2a2777ab8f27a6db8bf47f5ee42a178b7dc3c.tar.gz |
Merge r286649:
Fix and re-enable UTF-8 tests.
X-Merge with: r287393
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c')
-rw-r--r-- | contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c b/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c index f8c06d3..cd05d25 100644 --- a/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c +++ b/contrib/netbsd-tests/lib/libc/locale/t_mbstowcs.c @@ -82,12 +82,10 @@ static struct test { { "en_US.UTF-8", "[\001\177][\302\200\337\277][\340\240\200\357\277\277][\360\220\200" - "\200\367\277\277\277][\370\210\200\200\200\373\277\277\277\277][\374" - "\204\200\200\200\200\375\277\277\277\277\277]", + "\200\364\217\277\277]", { 0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800, - 0xFFFF, 0x5D, 0x5B, 0x10000, 0x1FFFFF, 0x5D, 0x5B, 0x200000, - 0x3FFFFFF, 0x5D, 0x5B, 0x4000000, 0x7FFFFFFF, 0x5D, 0x0A + 0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A }, { 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, -1 |