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 21891 - try-catch-all-dynamic-errors-caught-...
Summary: try-catch-all-dynamic-errors-caught-...
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 09:46 UTC by Christian Gruen
Modified: 2013-05-02 09:20 UTC (History)
0 users

See Also:


Attachments

Description Christian Gruen 2013-05-01 09:46:10 UTC
Test "try-catch-all-dynamic-errors-caught-7"...

  try { validate { document { <a/>, <b/> }} } catch err:XQDY0061 { "Invalid document." }

...should also accept XQST0075 as error code (Validation not supported).

Test "try-catch-all-dynamic-errors-caught-15"...

  try { 10000000000000000000000000001 - 10000000000000000000000000000 } catch err:FAOR0002 { 1 }

...should catch FOAR0002 (typo).
Comment 1 Christian Gruen 2013-05-01 20:03:25 UTC
First test has already been fixed (duplicate, bug #21720).
Comment 2 O'Neil Delpratt 2013-05-02 08:56:08 UTC
Bug fixed and committed to cvs.