|
Implementations | |||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
|
---|---|---|---|---|---|---|---|
prod-Annotation | 54/58 | 0/0 | 54/58 | 0/0 | 54/58 | 54/0 | 0/6 |
annotation-1[+]
X annotation-1: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:sequential function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-2[+]
X annotation-2: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:sequential variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-3[+]
X annotation-3: Created on: 2012-01-08 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-4[+]
X annotation-4: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace java = "http://example.com"; declare %java:variable("java.lang.Integer.MAX_VALUE") variable $max := 0; declare %java:method("java.lang.Math.sin") function local:sin($arg) { 0 }; local:sin($max) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-5[+]
X annotation-5: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:integer(1234) variable $foo := 0; declare %eg:integer(1234) function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-6[+]
X annotation-6: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:integer(12.34) variable $foo := 0; declare %eg:integer(12.34) function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-7[+]
X annotation-7: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:integer(12e34) variable $foo := 0; declare %eg:integer(12e34) function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-8[+]
X annotation-8: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:integer(1+2) function local:foo() { 0 }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-9[+]
X annotation-9: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:many(12e34,"abc",1234) variable $foo := 0; declare %eg:many("xyz", 987, 12.3) function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-10[+]
X annotation-10: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://example.com}bar variable $foo := 0; declare %Q{http://example.com}bar function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-11[+]
X annotation-11: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:one %eg:two %eg:three variable $foo := 0; declare %eg:one %eg:two %eg:three function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-12[+]
X annotation-12: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:one%eg:two%eg:three(1)%eg:four variable $foo := 0; declare %eg:one%eg:two%eg:three(1)%eg:four function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-13[+]
X annotation-13: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:one %eg:two (: Lorem ipsum dolor sit amet. :) %eg:three(1) %Q{http://example.com}four variable $foo := 0; declare %eg:one %eg:two (: Lorem ipsum dolor sit amet. :) %eg:three(1) %Q{http://example.com}four function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-14[+]
X annotation-14: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; declare %eg:one(1, 2, 3) %eg:two("a", "b") %eg:three(1.234) variable $foo := 0; declare %eg:one(1, 2, 3) %eg:two("a", "b") %eg:three(1.234) function local:foo($arg) { $arg }; local:foo($foo) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-15[+]
X annotation-15: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %xml:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-16[+]
X annotation-16: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/XML/1998/namespace}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-17[+]
X annotation-17: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %xs:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-18[+]
X annotation-18: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/2001/XMLSchema}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-19[+]
X annotation-19: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %xsi:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-20[+]
X annotation-20: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/2001/XMLSchema-instance}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-21[+]
X annotation-21: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %fn:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-22[+]
X annotation-22: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/2005/xpath-functions}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-23[+]
X annotation-23: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-24[+]
X annotation-24: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace math = "http://www.w3.org/2005/xpath-functions/math"; declare %math:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-25[+]
X annotation-25: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/2005/xpath-functions/math}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-26[+]
X annotation-26: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace opts = "http://www.w3.org/2012/xquery"; declare %opts:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-27[+]
X annotation-27: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %Q{http://www.w3.org/2012/xquery}x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-28[+]
X annotation-28: Created on: 2012-01-08 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare default function namespace "http://example.com"; declare %x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-29[+]
X annotation-29: Created on: 2012-06-19 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare %local:x variable $foo := "bar"; $foo |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-30[+]
X annotation-30: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-31[+]
X annotation-31: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; % Q{http://example.com}sequential("abc", 3) function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-32[+]
X annotation-32: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ feature = higherOrderFunctions spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential("abc", 3) %eg:memo-function function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-33[+]
X annotation-33: Created on: 2012-12-15 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; %eg:sequential(true()) function () { "bar" } () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-34[+]
X annotation-34: Created on: 2015-02-23 Spec Dependencies: spec = XQ30+ spec = XQ30+ Test: declare default function namespace "http://example.com"; declare %private function lt() as item()*{ () }; () |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-35[+]
X annotation-35: Created on: 2015-10-02 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: declare namespace array = "http://www.w3.org/2005/xpath-functions/array"; declare %array:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-36[+]
X annotation-36: Created on: 2015-10-02 Spec Dependencies: spec = XQ31+ spec = XQ30+ Test: declare namespace map = "http://www.w3.org/2005/xpath-functions/map"; declare %map:x function local:foo() { "bar" }; local:foo() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-1[+]
X annotation-assertion-1: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-2[+]
X annotation-assertion-2: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x("foo") function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-3[+]
X annotation-assertion-3: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(1234) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-4[+]
X annotation-assertion-4: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(12.34) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-5[+]
X annotation-assertion-5: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x(12e34) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-6[+]
X annotation-assertion-6: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x("abc", 12e34, 567) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-7[+]
X annotation-assertion-7: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://example.com}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-8[+]
X annotation-assertion-8: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://example.com}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-9[+]
X annotation-assertion-9: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x %eg:y%eg:z %eg:w(1) function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-10[+]
X annotation-assertion-10: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace eg = "http://example.com"; () instance of %eg:x function(xs:integer) as xs:string |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-11[+]
X annotation-assertion-11: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xml:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-12[+]
X annotation-assertion-12: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://www.w3.org/XML/1998/namespace}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-13[+]
X annotation-assertion-13: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xs:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-14[+]
X annotation-assertion-14: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %Q{http://www.w3.org/2001/XMLSchema}x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-15[+]
X annotation-assertion-15: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %xsi:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-16[+]
X annotation-assertion-16: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: () instance of %fn:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-17[+]
X annotation-assertion-17: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace math = "http://www.w3.org/2005/xpath-functions/math"; () instance of %math:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
annotation-assertion-18[+]
X annotation-assertion-18: Created on: 2012-01-09 Spec Dependencies: feature = higherOrderFunctions spec = XQ30+ spec = XQ30+ Test: declare namespace opts = "http://www.w3.org/2012/xquery"; () instance of %opts:x function(*) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |