[Bug 9130] New: XQTS:CVS: errors-and-optimization-1, 6

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9130

           Summary: XQTS:CVS: errors-and-optimization-1, 6
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


errors-and-optimization-1 is marked in the catalog as expecting a runtime
error.  The query contains a type error (XPTY0004).  The catalog entry has no
expected-error element.

errors-and-optimization-6 contains a static error (XPST0017) - fn:QName expects
two arguments.  The catalog lists it as expecting FOCA0002


(: Name: errors-and-optimization-6.xq :)
(: Description: 

   Expressions must not be rewritten in such a way as to create or
   remove static errors. 

:)

(: insert-start :)
(: insert-end :)

let $s := "var:QName"
return QName($s)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 23 February 2010 16:22:06 UTC