Skip to content

Commit

Permalink
Mark more expected failures. based on test-suite updates not yet impl…
Browse files Browse the repository at this point in the history
…emented.
  • Loading branch information
gkellogg committed Nov 6, 2023
1 parent 23d47be commit 24253e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/tc
Expand Up @@ -103,6 +103,9 @@ def run_tc(tc, **options)
info = "Graph variable binding differences"
when /tvs02/
info = "Empty vs. Unbound"
when 'Negated Property Set with inverse properties',
'Negated Property Set with both direct and inverse properties'
info = "new SPARQL tests"
end

info = "Entailment" if tc.entailment?
Expand Down
6 changes: 6 additions & 0 deletions spec/suite_spec.rb
Expand Up @@ -32,6 +32,8 @@
pending "empty values are the same as missing values"
when 'construct_date-02.rq', 'construct_time-01.rq'
pending "failed when simplifying whitespace in terminals"
when 'nps_inverse.rq', 'nps_direct_and_inverse.rq'
pending("New SPARQL tests")
end

skip 'Entailment Regimes' if t.entailment?
Expand Down Expand Up @@ -185,6 +187,10 @@
when 'compare_time-01.rq',
'adjust_dateTime-01.rq', 'adjust_date-01.rq', 'adjust_time-01.rq'
skip "Equivalent form"
when 'nps_inverse.rq', 'nps_direct_and_inverse.rq'
pending("New SPARQL tests")
when 'values04.rq', 'values05.rq', 'values08.rq'
skip("Invalid VALUES Syntax")
end
t.logger = RDF::Spec.logger
t.logger.debug "Source:\n#{t.action.query_string}"
Expand Down

0 comments on commit 24253e9

Please sign in to comment.