This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29302 - [XSLT30TS] expected error codes
Summary: [XSLT30TS] expected error codes
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 18:07 UTC by Debbie Lockett
Modified: 2016-02-16 15:46 UTC (History)
1 user (show)

See Also:


Attachments

Description Debbie Lockett 2015-11-20 18:07:50 UTC
A few minor quibbles with some expected error codes:

import-schema-157 expects XTTE1540, but I think it should be XTSE0010. (XTTE1540 is to do with type attributes, which are tested in import-schema-158, but not in import-schema-157.)

unparsed-text-lines-006 expects XTDE1190 which should be updated to FOUT1190.

for-each-group-059, and 060 expect XTSE3220 but this appears to have been removed from the spec. I think they should expect XTDE1071 and XTDE1061 respectively.

for-each-group-079b expects XTDE1061 but I think it should be XTDE1071 (the test involves the current-grouping-key() function, not current-group()).
Comment 1 Abel Braaksma 2016-02-16 15:46:44 UTC
As discussed at F2F Prague 2016:

> import-schema-157 expects XTTE1540, but I think it should be XTSE0010. 
Agreed

> unparsed-text-lines-006 expects XTDE1190 which should be updated to FOUT1190.
Agreed

> for-each-group-059, and 060 expect XTSE3220 but this appears to have been 
> removed from the spec. I think they should expect XTDE1071 and XTDE1061 
> respectively.
Agreed

> for-each-group-079b expects XTDE1061 but I think it should be XTDE1071 
> (the test involves the current-grouping-key() function, not current-group()).
Agreed, as the DC is not part of the closure, this appears the correct error, as specifically mentioned in a Note in the spec under fn:current-grouping-key().