Searched refs:tests (Results 1 – 9 of 9) sorted by relevance
/localedata/ |
A D | tst-xlocale1.c | 12 } tests[] = variable 20 #define ntests (sizeof (tests) / sizeof (tests[0])) 34 if (setlocale (LC_ALL, tests[cnt].locale) == NULL) in do_test() 36 printf ("cannot set locale \"%s\": %m\n", tests[cnt].locale); in do_test() 42 tests[cnt].str1, tests[cnt].str2); in do_test() 44 r = strcasecmp_l (tests[cnt].str1, tests[cnt].str2, loc); in do_test() 45 if (tests[cnt].result == 0) in do_test() 50 tests[cnt].str1, tests[cnt].str2, r); in do_test() 54 else if (tests[cnt].result < 0) in do_test() 59 tests[cnt].str1, tests[cnt].str2, r); in do_test() [all …]
|
A D | tst-locale.sh | 63 test_locale tests/test1.cm tests/test1.def test1 64 test_locale tests/test2.cm tests/test2.def test2 65 test_locale tests/test3.cm tests/test3.def test3 66 test_locale tests/test4.cm tests/test4.def test4 67 test_locale tests/test5.cm tests/test5.def test5 tests/test5.ds 68 test_locale tests/test6.cm tests/test6.def test6 tests/test6.ds 69 test_locale tests/test7.cm tests/test7.def test7
|
A D | Makefile | 31 subdir-dirs = tests-mbwc 32 vpath %.c tests-mbwc 33 vpath %.h tests-mbwc 140 $(addprefix tstfmon_,$(fmon-tests)) \ 142 ifeq ($(run-built-tests),yes) 163 tests-static = bug-setlocale1-static 164 tests += $(tests-static) 171 tests-container = \ 187 tests: $(objdir)/iconvdata/gconv-modules target 191 ifeq ($(run-built-tests),yes) [all …]
|
A D | tst-strfmon1.c | 10 } tests[] = variable 18 #define ntests (sizeof (tests) / sizeof (tests[0])) 28 if (setlocale (LC_ALL, tests[i].locale) == NULL) in do_test() 30 printf ("failed to set locale %s\n", tests[i].locale); in do_test() 35 int fail = strcmp (buf, tests[i].expected) != 0; in do_test()
|
A D | hu_HU.UTF-8.in | 1 AkH-14-a1 acél ; The "AkH" tests are from: 150 alphabet a ; All the remaining tests were added by glibc. 445 foreign-a1 á ; More thorough tests for foreign accents (#15).
|
A D | tst-trans.sh | 35 -i tests/trans.def -f charmaps/ISO-8859-1 \
|
A D | README | 69 no tests at all are performed.
|
/localedata/unicode-gen/ |
A D | ctype_compatibility.py | 266 def tests(ctype_dict, errorcounter = 0): function 530 NUMBER_OF_ERRORS_IN_OLD_FILE = tests(OLD_CTYPE_DICT, errorcounter = 0) 538 NUMBER_OF_ERRORS_IN_NEW_FILE = tests(NEW_CTYPE_DICT, errorcounter = 0)
|
/localedata/tst-localedef-hardlinks.root/ |
A D | postclean.req | 1 # We do not want test locales to remain installed for future tests so
|
Completed in 8 milliseconds