This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This affects recent additions to the CVS version. K2-SeqExprCast-459 tests that xs:time("11:11:11") is an invalid lexical value, but I cannot see how this value is invalid. K2-SeqExprCastable-8 tests that "http:\\invalid>URI\someURI" is an invalid URI. This is clearly an invalid http URI, however the spec does not require these extra scheme-specific checks to be made, and as per the requirements for minimal conformance this URI is in fact valid. K2-ComputeConAttr-60 wants an error XQDY0091, however XQDY0092 seems to be the correct error code in this case. K2-Axes-103 refers to (and uses) $fileToOpen a variable that has not been defined, although does not expect an error.
Fixes has been attempted in CVS. XQTS_current.zip is updated.