|
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-OrderingModeDecl | 27/27 | 0/0 | 27/27 | 0/0 | 27/27 | 27/0 | 0/6 |
orderDecl-1[+]
X orderDecl-1: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; declare ordering ordered; "aa" |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-2[+]
X orderDecl-2: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare ordering ordered; let $a := <a><b>1</b><c>2</c></a> return $a/b union $a/c |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderdecl-3[+]
X orderdecl-3: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare ordering unordered; (<a>1</a>) union (<b>2</b>) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-4[+]
X orderDecl-4: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; (//overtime) intersect (//overtime) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderdecl-5[+]
X orderdecl-5: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; (//overtime) intersect (//overtime) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderdecl-6[+]
X orderdecl-6: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; (//employee[1]) except (//employee[2]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-7[+]
X orderDecl-7: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; (//employee[1]) except (//employee[2]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-8[+]
X orderDecl-8: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in //hours return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-9[+]
X orderDecl-9: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in //hours order by $x descending return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-10[+]
X orderDecl-10: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in //hours order by $x ascending return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-11[+]
X orderDecl-11: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; for $x in //hours order by $x descending return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-12[+]
X orderDecl-12: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; for $x in //hours order by $x ascending return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-13[+]
X orderDecl-13: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in (/works/employee/hours) return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderdecl-14[+]
X orderdecl-14: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; for $x in (/works/employee[4]/hours) return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-15[+]
X orderDecl-15: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in (//day) return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-16[+]
X orderDecl-16: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; for $x in (//day) return $x |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-17[+]
X orderDecl-17: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering unordered; ordered { for $x in /works//day return $x } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-18[+]
X orderDecl-18: Created on: 2005-10-12 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; unordered { for $x in /works//day return $x } |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-20[+]
X orderDecl-20: Created on: 2005-10-13 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in /works//overtime return $x/child::day |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-21[+]
X orderDecl-21: Created on: 2005-10-13 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in /works//day[1] return $x/parent::node() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-22[+]
X orderDecl-22: Created on: 2005-10-13 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in /works//day[1] return $x/following::day |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderDecl-23[+]
X orderDecl-23: Created on: 2005-10-13 Spec Dependencies: spec = XQ10+ Test: declare ordering ordered; for $x in /works//overtime return $x/descendant::day |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-DefaultOrderingProlog-1[+]
X K-DefaultOrderingProlog-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare(::)ordering ordered; 1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-DefaultOrderingProlog-2[+]
X K-DefaultOrderingProlog-2: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare(::)ordering unordered; 1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K-DefaultOrderingProlog-3[+]
X K-DefaultOrderingProlog-3: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare(::)ordering unordered; declare(::)ordering ordered; 1 eq 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-DefaultOrderingProlog-1[+]
X K2-DefaultOrderingProlog-1: Created on: 2008-01-03 Spec Dependencies: spec = XQ10+ Test: ordering eq ordering |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-DefaultOrderingProlog-2[+]
X K2-DefaultOrderingProlog-2: Created on: 2008-01-03 Spec Dependencies: spec = XQ10+ Test: order eq order |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |