Skip to content

Commit ed3f378

Browse files
committed
[test] Set failing tests to pending in accordance with https://github.com/eXist-db/exist/pull/4530\#issue-1356325345
1 parent 0658586 commit ed3f378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exist-core/src/test/xquery/xquery3/count.xqm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function ct:order-descending-index1-after() {
101101
};
102102

103103
declare
104+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
104105
%test:assertEquals(
105106
'<x index1="2" index2="1">b</x>',
106107
'<x index1="1" index2="2">a</x>'
@@ -148,6 +149,7 @@ function ct:order-descending-indexes() {
148149
};
149150

150151
declare
152+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
151153
%test:assertEquals(
152154
'<item index1="3" remainder="0" index2="1"><x>3</x></item>',
153155
'<item index1="1" remainder="1" index2="2"><x>1</x></item>',
@@ -165,6 +167,7 @@ function ct:order-non-linear-ascending-indexes() {
165167
};
166168

167169
declare
170+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
168171
%test:assertEquals(
169172
'<item index1="2" remainder="2" index2="1"><x>2</x></item>',
170173
'<item index1="1" remainder="1" index2="2"><x>1</x></item>',
@@ -182,6 +185,7 @@ function ct:order-non-linear-descending-indexes() {
182185
};
183186

184187
declare
188+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
185189
%test:assertEquals(
186190
'<item index1="3" remainder="0" index2="1"><x>2</x><y>1</y></item>',
187191
'<item index1="1" remainder="1" index2="2"><x>1</x><y>1</y></item>',
@@ -200,6 +204,7 @@ function ct:order-ascending-indexes-two-keys() {
200204
};
201205

202206
declare
207+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
203208
%test:assertEquals(
204209
'<item index1="2" remainder="2" index2="1"><x>1</x><y>2</y></item>',
205210
'<item index1="4" remainder="1" index2="2"><x>2</x><y>2</y></item>',
@@ -218,6 +223,7 @@ function ct:order-descending-indexes-two-keys() {
218223
};
219224

220225
declare
226+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
221227
%test:assertEquals(
222228
'<item index1="3" remainder="0" index2="1"><x>2</x><y>1</y></item>',
223229
'<item index1="4" remainder="1" index2="2"><x>2</x><y>2</y></item>',
@@ -237,6 +243,7 @@ function ct:order-ascending-descending-indexes-two-keys() {
237243

238244

239245
declare
246+
%test:pending('Related to failing XQTS test prod-CountClause/count-009, see: https://github.com/eXist-db/exist/pull/4530#issue-1356325345')
240247
%test:assertEquals(
241248
'<item index1="2" remainder="2" index2="1"><x>1</x><y>2</y></item>',
242249
'<item index1="1" remainder="1" index2="2"><x>1</x><y>1</y></item>',

0 commit comments

Comments
 (0)