# HG changeset patch # User Kim Alvefur # Date 1678532477 -3600 # Node ID 297b4cfcc3d97d2cb40c9dfdaa0818f16f869011 # Parent 54756e3a54b9f99ef4969aef075bf037a155758e util.jsonschema: Ignore some new tests in test suite These seem to be using absolute URI references, Not Yet Implemented diff -r 54756e3a54b9 -r 297b4cfcc3d9 spec/util_jsonschema_spec.lua --- a/spec/util_jsonschema_spec.lua Fri Mar 17 17:06:05 2023 +0000 +++ b/spec/util_jsonschema_spec.lua Sat Mar 11 12:01:17 2023 +0100 @@ -2,7 +2,7 @@ local json = require "util.json"; local lfs = require "lfs"; --- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-550-g88d6948 +-- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-698-gf57d3e0 local test_suite_dir = "spec/JSON-Schema-Test-Suite/tests/draft2020-12" if lfs.attributes(test_suite_dir, "mode") ~= "directory" then return end @@ -54,6 +54,9 @@ ["ref.json:6:1"] = "NYI", ["ref.json:20"] = "NYI", ["ref.json:25"] = "NYI", + ["ref.json:29"] = "NYI", + ["ref.json:30"] = "NYI", + ["ref.json:31"] = "NYI", ["refRemote.json"] = "DEFINITELY NYI", ["required.json:0:2"] = "distinguishing objects from arrays", ["type.json:3:4"] = "distinguishing objects from arrays",