- From: <bugzilla@jessica.w3.org>
- Date: Wed, 01 May 2013 07:43:53 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21890 Bug ID: 21890 Summary: CastFOCA0001-1 Classification: Unclassified Product: XPath / XQuery / XSLT Version: Candidate Recommendation Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite Assignee: oneil@saxonica.com Reporter: christian.gruen@gmail.com QA Contact: public-qt-comments@w3.org The test contains the following query as assertion... abs($result - 989999999999999971062477677470550235220096190889648004812994130017827049653182301025734968880029237248) lt 9e99 ...that may fail to be evaluated by a query processor and result in FOAR0002 if the implementation limits integer literals to smaller values. The test could e.g. be rewritten as: abs($result - xs:decimal('989999999999999971062477677470550235220096190889648004812994130017827049653182301025734968880029237248')) lt 9e99 -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 1 May 2013 07:43:54 UTC