mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-13 09:01:51 +03:00
strcoll: Add bug-strcoll2 to testsuite (Bug 18589).
Adds bug-strcoll2 to the string tests, along with the generation of required locales.
This commit is contained in:
@ -54,7 +54,7 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \
|
||||
tst-strtok tst-strxfrm bug-strcoll1 tst-strfry \
|
||||
bug-strtok1 $(addprefix test-,$(strop-tests)) \
|
||||
bug-envz1 tst-strxfrm2 tst-endian tst-svc2 \
|
||||
tst-strtok_r
|
||||
tst-strtok_r bug-strcoll2
|
||||
|
||||
xtests = tst-strcoll-overflow
|
||||
|
||||
@ -77,7 +77,8 @@ $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out
|
||||
$(evaluate-test)
|
||||
|
||||
LOCALES := de_DE.UTF-8 en_US.ISO-8859-1 en_US.UTF-8 \
|
||||
tr_TR.ISO-8859-9 tr_TR.UTF-8
|
||||
tr_TR.ISO-8859-9 tr_TR.UTF-8 cs_CZ.UTF-8 \
|
||||
da_DK.ISO-8859-1
|
||||
include ../gen-locales.mk
|
||||
|
||||
$(objpfx)test-strcasecmp.out: $(gen-locales)
|
||||
|
@ -47,7 +47,7 @@ test_cs_CZ (void)
|
||||
}
|
||||
else
|
||||
{
|
||||
puts ("FAIL: Wrong sorting in cz_CZ.UTF-8.");
|
||||
puts ("FAIL: Wrong sorting in cs_CZ.UTF-8.");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user