aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-05-20 15:44:55 +0200
committerKim Alvefur <zash@zash.se>2023-05-20 15:44:55 +0200
commit2337f127b530e7d9ac61c408e7416fd54527c873 (patch)
tree12035d6b556affe52c040038537d298ec6b66e83 /spec
parentc71ab7f1ef1ede387586af1e9160761dc2c1bfa3 (diff)
downloadprosody-2337f127b530e7d9ac61c408e7416fd54527c873.tar.gz
prosody-2337f127b530e7d9ac61c408e7416fd54527c873.zip
util.jsonschema: Update test suite ignore rules
A test case was added in the middle, so all these need to be reordered.
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 0bc37f83..3eaf9082 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -2,7 +2,7 @@ local js = require "util.jsonschema";
local json = require "util.json";
local lfs = require "lfs";
--- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-724-g19947ea
+-- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-755-g7950d9e
local test_suite_dir = "spec/JSON-Schema-Test-Suite/tests/draft2020-12"
if lfs.attributes(test_suite_dir, "mode") ~= "directory" then return end
@@ -64,11 +64,12 @@ local skip = {
["type.json:9:6"] = "null is weird",
["unevaluatedItems.json"] = "NYI",
["unevaluatedProperties.json"] = "NYI",
- ["uniqueItems.json:0:11"] = "deepcompare",
- ["uniqueItems.json:0:13"] = "deepcompare",
+ ["uniqueItems.json:0:10"] = "deepcompare",
+ ["uniqueItems.json:0:12"] = "deepcompare",
["uniqueItems.json:0:14"] = "deepcompare",
- ["uniqueItems.json:0:22"] = "deepcompare",
- ["uniqueItems.json:0:24"] = "deepcompare",
+ ["uniqueItems.json:0:15"] = "deepcompare",
+ ["uniqueItems.json:0:23"] = "deepcompare",
+ ["uniqueItems.json:0:25"] = "deepcompare",
["uniqueItems.json:0:9"] = "deepcompare",
["unknownKeyword.json"] = "NYI",
["vocabulary.json"] = "NYI",