Skip to content

Commit 82791e0

Browse files
committed
Skip tests for unimplemented features.
1 parent be34889 commit 82791e0

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

tests/test-common.js

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,23 @@ const TEST_TYPES = {
6161
/compact-manifest.jsonld#ttn01$/,
6262
/compact-manifest.jsonld#ttn02$/,
6363
/compact-manifest.jsonld#ttn03$/,
64+
// property-valued indexes
65+
/compact-manifest.jsonld#tpi01$/,
66+
/compact-manifest.jsonld#tpi02$/,
67+
/compact-manifest.jsonld#tpi03$/,
68+
/compact-manifest.jsonld#tpi04$/,
69+
/compact-manifest.jsonld#tpi05$/,
70+
/compact-manifest.jsonld#tpi06$/,
71+
// JSON literals
72+
/compact-manifest.jsonld#tjs01$/,
73+
/compact-manifest.jsonld#tjs02$/,
74+
/compact-manifest.jsonld#tjs03$/,
75+
/compact-manifest.jsonld#tjs04$/,
76+
/compact-manifest.jsonld#tjs05$/,
77+
/compact-manifest.jsonld#tjs06$/,
78+
/compact-manifest.jsonld#tjs07$/,
79+
/compact-manifest.jsonld#tjs08$/,
80+
/compact-manifest.jsonld#tjs09$/,
6481
]
6582
},
6683
fn: 'compact',
@@ -120,6 +137,30 @@ const TEST_TYPES = {
120137
/expand-manifest.jsonld#th022$/,
121138
// @type: @none
122139
/expand-manifest.jsonld#ttn02$/,
140+
// property index maps
141+
/expand-manifest.jsonld#tpi01$/,
142+
/expand-manifest.jsonld#tpi02$/,
143+
/expand-manifest.jsonld#tpi03$/,
144+
/expand-manifest.jsonld#tpi04$/,
145+
/expand-manifest.jsonld#tpi05$/,
146+
/expand-manifest.jsonld#tpi06$/,
147+
/expand-manifest.jsonld#tpi07$/,
148+
/expand-manifest.jsonld#tpi08$/,
149+
/expand-manifest.jsonld#tpi09$/,
150+
/expand-manifest.jsonld#tpi10$/,
151+
/expand-manifest.jsonld#tpi11$/,
152+
// JSON literals
153+
/expand-manifest.jsonld#tjs01$/,
154+
/expand-manifest.jsonld#tjs02$/,
155+
/expand-manifest.jsonld#tjs03$/,
156+
/expand-manifest.jsonld#tjs04$/,
157+
/expand-manifest.jsonld#tjs05$/,
158+
/expand-manifest.jsonld#tjs06$/,
159+
/expand-manifest.jsonld#tjs07$/,
160+
/expand-manifest.jsonld#tjs08$/,
161+
/expand-manifest.jsonld#tjs09$/,
162+
/expand-manifest.jsonld#tjs10$/,
163+
/expand-manifest.jsonld#tjs11$/,
123164
// remote
124165
/remote-doc-manifest.jsonld#t0005$/,
125166
/remote-doc-manifest.jsonld#t0006$/,
@@ -205,6 +246,14 @@ const TEST_TYPES = {
205246
/fromRdf-manifest.jsonld#tli01$/,
206247
/fromRdf-manifest.jsonld#tli02$/,
207248
/fromRdf-manifest.jsonld#tli03$/,
249+
// JSON literals
250+
/fromRdf-manifest.jsonld#tjs01$/,
251+
/fromRdf-manifest.jsonld#tjs02$/,
252+
/fromRdf-manifest.jsonld#tjs03$/,
253+
/fromRdf-manifest.jsonld#tjs04$/,
254+
/fromRdf-manifest.jsonld#tjs05$/,
255+
/fromRdf-manifest.jsonld#tjs06$/,
256+
/fromRdf-manifest.jsonld#tjs07$/,
208257
]
209258
},
210259
fn: 'fromRDF',
@@ -243,6 +292,22 @@ const TEST_TYPES = {
243292
/toRdf-manifest.jsonld#th001$/,
244293
/toRdf-manifest.jsonld#th002$/,
245294
/toRdf-manifest.jsonld#th003$/,
295+
// JSON literal
296+
/toRdf-manifest.jsonld#tjs01$/,
297+
/toRdf-manifest.jsonld#tjs02$/,
298+
/toRdf-manifest.jsonld#tjs03$/,
299+
/toRdf-manifest.jsonld#tjs04$/,
300+
/toRdf-manifest.jsonld#tjs05$/,
301+
/toRdf-manifest.jsonld#tjs06$/,
302+
/toRdf-manifest.jsonld#tjs07$/,
303+
/toRdf-manifest.jsonld#tjs08$/,
304+
/toRdf-manifest.jsonld#tjs09$/,
305+
/toRdf-manifest.jsonld#tjs10$/,
306+
/toRdf-manifest.jsonld#tjs11$/,
307+
/toRdf-manifest.jsonld#tjs12$/,
308+
/toRdf-manifest.jsonld#tjs13$/,
309+
// number fixes
310+
/toRdf-manifest.jsonld#trt01$/,
246311
]
247312
},
248313
fn: 'toRDF',

0 commit comments

Comments
 (0)