Re: regex-test fails in 2.22.4
- From: Matthew Burgess <matthew linuxfromscratch org>
- To: Sergei Steshenko <sergstesh yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: regex-test fails in 2.22.4
- Date: Sun, 10 Jan 2010 10:44:17 +0000
Sergei Steshenko wrote:
It may as well be a bug in 'glib'. I.e. PCRE functionality/interface could
change, and 'glib' folks may be out of sync.
Formally speaking, it's a 'glib' bug in any case - its 'configure' should
check for compatible version of PCRE.
Actually, it looks as if it may be simply a bad assumption within the
testsuite itself. If I change tests/regex-test.c:1183:
TEST_PARTIAL("a+b", "aa", FALSE); /* PCRE_ERROR_BAD_PARTIAL */
to
TEST_PARTIAL("a+b", "aa", TRUE);
then the test suite passes again. It looks from the NEWS in the
pcre-8.00 tarball that there were lots of fixes to partial matching so
the glib testsuite somehow needs to take those into account.
Regards,
Matt.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]