-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathknown-to-fail.txt
More file actions
48 lines (40 loc) · 3.06 KB
/
Copy pathknown-to-fail.txt
File metadata and controls
48 lines (40 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# NYI & such
# extensions/sparql-protocol/values/inline-query-multiple.sh # NIY : multiple values arguments are still reduced to one
extensions/sparql-protocol/values/stored-query.sh # need a way to define the views
extensions/sparql-protocol/values/stored-update.sh
http-communication-protocol-for-sesame/repositories/mem-ref/statements/GET-rj.sh # NYI
http-communication-protocol-for-sesame/repositories/mem-ref/statements/GET-trix.sh # NYI
http-communication-protocol-for-sesame/repositories/mem-ref/statements/POST-context=bnode-ntriples.sh # support blank node graphs?
respond w/ 400
http-communication-protocol-for-sesame/repositories/mem-ref/rdf-graphs/service/POST-default-ntriples.sh # the quad should have been placed in the default graph
http-communication-protocol-for-sesame/repositories/mem-ref/rdf-graphs/service/PUT-default-ntriples.sh # the quad should have been placed in the default graph
# 20200308 sparql-graph-store-http-protocol/GET-direct-nquads.sh # NYI : restricted to the /service suffix
# 20200308 sparql-graph-store-http-protocol/GET-direct-ntriples.sh # NYI : restricted to the /service suffix
sparql-graph-store-http-protocol/GET-graph-service-description.sh # NYI
# sparql-graph-store-http-protocol/GET-trix.sh # NYI
# sparql-graph-store-http-protocol/HEAD-direct.sh # NYI
# 20241017 all paths should not pass
# sparql-protocol/paths/paths-from-named-constant.sh # anomalous!!!!
# sparql-protocol/paths/paths-from-named-named.sh # anomalous!!!!
# sparql-protocol/paths/paths-from-named.sh # anomalous!!!!
# sparql-protocol/paths/paths-none.sh # anomalous!!!!
sparql-protocol/slice/GET-sparql-view-html.sh # need to define the view
sparql-protocol/slice/GET-sparql-view.sh # need to define the view
# sparql-graph-store-http-protocol/PATCH-sparql-update.sh # not supported # 20230605 mgr activated as it works and I added a test at the end of it
sparql-graph-store-http-protocol/PATCH-trix-all.sh # NYI
# 20200308 sparql-graph-store-http-protocol/POST-ntriples+nquads-direct.sh # direct graph specification yields a 404
# 20200308 sparql-graph-store-http-protocol/PUT-ntriples+nquads-direct.sh # direct graph specification yields a 404
# sparql-graph-store-http-protocol/PUT-rj.sh # NYI # 20230605 mgr activated as it seems to work
# sparql-graph-store-http-protocol/PUT-trix.sh # NYI
# sparql-graph-store-http-protocol/GET-dot.sh # official media type is not known to export program.
# sparql-protocol/GET-construct-srx-406.sh # no content : dydra-query: Caught exception ... unknown content type: application/sparql-results+xml
# sparql-protocol/OPTIONS.sh # php does not dispatch this
# to be corrected
##sparql-graph-store-http-protocol/PUT-ntriples+nquads.sh # decide what should happen
# extensions/sparql-protocol/values/stored-query.sh # auth error
# extensions/sparql-protocol/values/stored-update.sh # auth error
# to be determined
extensions/sparql-protocol/ssl/POST-query.sh
extensions/sparql-protocol/ssl/POST-update-constraint.sh
extensions/sparql-protocol/ssl/POST-update-notification.sh
# extensions/sparql-protocol/values/inline-query-400-syntax.sh