[Bug 29694] New: [XQ3TS] op-numeric-add-14, 15, 16

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29694

            Bug ID: 29694
           Summary: [XQ3TS] op-numeric-add-14, 15, 16
           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: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

These tests are marked as XQ10+, but uses cast as t:integer-or-nothing, where
this type is

 <xs:simpleType name = "integer-or-nothing">
    <xs:union memberTypes="xs:integer">
     <xs:simpleType>
      <xs:restriction base="xs:string">
       <xs:length value="0"/>
      </xs:restriction>
     </xs:simpleType>
    </xs:union>
 </xs:simpleType>

but casting to union types was only introduced in XQ30.

This also affects

 GenCompEq-26
 GenCompEq-27
 value-comparison-13
 value-comparison-14

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 13 June 2016 11:51:40 UTC