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 5037 - Incorrect sign for K2-RoundFunc-14,18
Summary: Incorrect sign for K2-RoundFunc-14,18
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC All
: P2 minor
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 12:31 UTC by Nick Jones
Modified: 2007-09-14 10:52 UTC (History)
0 users

See Also:


Attachments

Description Nick Jones 2007-09-12 12:31:16 UTC
These tests are:

round(xs:float("-INF"))
round(xs:double("-INF"))

which should return negative infinity (which is explicit in 6.4.4 of F&O), but their expected results in the current XQTS_current.zip are both "INF".
Comment 1 Frans Englich 2007-09-14 09:34:53 UTC
A fix has been attempted in CVS, XQTS_current.zip is updated.

If the resolution is satisfactory, feel free to change status to CLOSED. Otherwise, reopen this report. If no feedback is returned within two weeks, status will be changed to CLOSED. Thanks for reporting!
Comment 2 Nick Jones 2007-09-14 10:52:31 UTC
Looks fixed to me. Thanks.