[PATCH] fix the last sed testsuite XFAIL

Jakub Jelinek jakub@redhat.com
Sun Dec 14 00:21:00 GMT 2003


On Sun, Dec 14, 2003 at 12:19:35AM +0100, Paolo Bonzini wrote:
> This is against my other patch, but should apply cleanly even without it.
> I'll send a testcase on Monday.  Interestingly, Perl and PCRE behave like
> the current glibc implementation, so this may trigger a fake failure in the
> new PCRE-based tests that Jakub wrote.

Does this fix also the:
; XXX FIXME the following 4 tests fail ATM
;a(b|c?)+d abcd 0 4 2 3
;a(b|((c)*))+d abcd 0 4 2 3 2 3 2 3
;a(b+|((c)*))+d abd 0 3 1 2 -1 -1 -1 -1
;a(b+|((c)*))+d abcd 0 4 2 3 2 3 2 3

; XXX FIXME the following 3 tests fail ATM
;a(b|((c)*))*d abcd 0 4 2 3 2 3 2 3
;a(b+|((c)*))*d abd 0 3 1 2 -1 -1 -1 -1
;a(b+|((c)*))*d abcd 0 4 2 3 2 3 2 3

failures in BOOST.tests or do you fix just the OP_DUP_NUM case?

	Jakub



More information about the Libc-alpha mailing list