Skip to content

Commit 18cc54e

Browse files
committed
Skip more failing tests.
1 parent 9aa1334 commit 18cc54e

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

tests/test-common.js

+75
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ const TEST_TYPES = {
8080
/compact-manifest.jsonld#tjs09$/,
8181
// IRI confusion
8282
/compact-manifest.jsonld#te002$/,
83+
// @propogate
84+
/compact-manifest.jsonld#tc026$/,
85+
/compact-manifest.jsonld#tc027$/,
8386
]
8487
},
8588
fn: 'compact',
@@ -184,6 +187,23 @@ const TEST_TYPES = {
184187
/remote-doc-manifest.jsonld#t0011$/,
185188
/remote-doc-manifest.jsonld#t0012$/,
186189
/remote-doc-manifest.jsonld#t0013$/,
190+
// @propogate
191+
/expand-manifest.jsonld#tc026$/,
192+
/expand-manifest.jsonld#tc027$/,
193+
/expand-manifest.jsonld#tc028$/,
194+
/expand-manifest.jsonld#tc029$/,
195+
// @import
196+
/expand-manifest.jsonld#tso01$/,
197+
/expand-manifest.jsonld#tso02$/,
198+
/expand-manifest.jsonld#tso03$/,
199+
/expand-manifest.jsonld#tso05$/,
200+
/expand-manifest.jsonld#tso06$/,
201+
// protected
202+
/expand-manifest.jsonld#tso07$/,
203+
// context merging
204+
/expand-manifest.jsonld#tso08$/,
205+
/expand-manifest.jsonld#tso10$/,
206+
/expand-manifest.jsonld#tso11$/,
187207
]
188208
},
189209
fn: 'expand',
@@ -313,6 +333,23 @@ const TEST_TYPES = {
313333
/toRdf-manifest.jsonld#th001$/,
314334
/toRdf-manifest.jsonld#th002$/,
315335
/toRdf-manifest.jsonld#th003$/,
336+
/toRdf-manifest.jsonld#th004$/,
337+
/toRdf-manifest.jsonld#th005$/,
338+
/toRdf-manifest.jsonld#th006$/,
339+
/toRdf-manifest.jsonld#th007$/,
340+
/toRdf-manifest.jsonld#th010$/,
341+
/toRdf-manifest.jsonld#th011$/,
342+
/toRdf-manifest.jsonld#th012$/,
343+
/toRdf-manifest.jsonld#th013$/,
344+
/toRdf-manifest.jsonld#th014$/,
345+
/toRdf-manifest.jsonld#th015$/,
346+
/toRdf-manifest.jsonld#th016$/,
347+
/toRdf-manifest.jsonld#th017$/,
348+
/toRdf-manifest.jsonld#th018$/,
349+
/toRdf-manifest.jsonld#th019$/,
350+
/toRdf-manifest.jsonld#th020$/,
351+
/toRdf-manifest.jsonld#th021$/,
352+
/toRdf-manifest.jsonld#th022$/,
316353
// JSON literal
317354
/toRdf-manifest.jsonld#tjs01$/,
318355
/toRdf-manifest.jsonld#tjs02$/,
@@ -333,6 +370,44 @@ const TEST_TYPES = {
333370
/toRdf-manifest.jsonld#t0130$/,
334371
/toRdf-manifest.jsonld#t0131$/,
335372
/toRdf-manifest.jsonld#t0132$/,
373+
// @vocab mapping
374+
/toRdf-manifest.jsonld#te075$/,
375+
// rel IRI
376+
/toRdf-manifest.jsonld#te092$/,
377+
/toRdf-manifest.jsonld#te109$/,
378+
/toRdf-manifest.jsonld#te110$/,
379+
/toRdf-manifest.jsonld#te111$/,
380+
/toRdf-manifest.jsonld#te112$/,
381+
// processing
382+
/toRdf-manifest.jsonld#tp001$/,
383+
/toRdf-manifest.jsonld#tp002$/,
384+
// index maps
385+
/toRdf-manifest.jsonld#tpi05$/,
386+
/toRdf-manifest.jsonld#tpi06$/,
387+
/toRdf-manifest.jsonld#tpi07$/,
388+
/toRdf-manifest.jsonld#tpi08$/,
389+
/toRdf-manifest.jsonld#tpi09$/,
390+
/toRdf-manifest.jsonld#tpi10$/,
391+
/toRdf-manifest.jsonld#tpi11$/,
392+
// protected
393+
/toRdf-manifest.jsonld#tpr28$/,
394+
// prefix
395+
/toRdf-manifest.jsonld#tpr29$/,
396+
// @import
397+
/toRdf-manifest.jsonld#tso01$/,
398+
/toRdf-manifest.jsonld#tso02$/,
399+
/toRdf-manifest.jsonld#tso03$/,
400+
// @propogate
401+
/toRdf-manifest.jsonld#tso05$/,
402+
/toRdf-manifest.jsonld#tso06$/,
403+
// protected
404+
/toRdf-manifest.jsonld#tso07$/,
405+
// context merging
406+
/toRdf-manifest.jsonld#tso08$/,
407+
/toRdf-manifest.jsonld#tso10$/,
408+
/toRdf-manifest.jsonld#tso11$/,
409+
// type:none
410+
/toRdf-manifest.jsonld#ttn02$/,
336411
]
337412
},
338413
fn: 'toRDF',

0 commit comments

Comments
 (0)