modules/regex-tests


Log

Author Commit Date CI Message
Paul Eggert d94bcb85 2013-10-12T11:50:15 regex-tests: port to HP-UX 11.11 Problem reported by Daniel Richard G. in <http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00052.html>. * modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD.
Eric Blake d69a4209 2013-03-12T15:15:01 regex-tests: skip UTF-8 test on mingw test-regex failed on mingw; and I traced it in gdb to an instance of init_dfa() setting dfa->is_utf8 to 0 in spite of setlocale() claiming success for "en_US.UTF-8". test-wcwidth already has precedent for skipping utf-8 tests where the system (or gnulib setlocale replacement, in this case) lies about utf-8 support. * modules/regex-tests (Depends-on): Add localcharset. * tests/test-regex.c (main): Use it to skip test on mingw. Signed-off-by: Eric Blake <eblake@redhat.com>
Paul Eggert 65f6605a 2013-02-03T09:03:51 regex-tests: fix link errors on older Solaris These need to link with @LIBINTL@ to get libintl_gettext. Problem reported by Tom G. Christensen in <http://lists.gnu.org/archive/html/bug-gnulib/2013-02/msg00003.html>. * modules/regex-tests (test_regex_LDADD): New macro.
Paul Eggert 819b1c38 2013-01-31T21:07:02 regex-tests: new module * modules/regex-tests, tests/test-regex.c: New files.