@cfworker/json-schema - test summary

November 30, 2020 ยท View on GitHub

@cfworker/json-schema failed tests

Some validators have deliberately chosen not to support parts of the spec. Go to the @cfworker/json-schema homepage to learn if that is the case for these tests.

test failedreason
invalid instance should not raise error when float division = inf, always invalid, but naive implementations may raise an overflow errorExpected result: false but validator returned: true
validation of IPv6 addresses, leading whitespace is invalidExpected result: false but validator returned: true
validation of IPv6 addresses, trailing whitespace is invalidExpected result: false but validator returned: true
validation of IPv6 addresses, zone id is not a part of ipv6 addressExpected result: false but validator returned: true
validation of URIs, an invalid URI with comma in schemeExpected result: false but validator returned: true
Proper UTF-16 surrogate pair handling: pattern, matches emptyExpected result: true but validator returned: false
Proper UTF-16 surrogate pair handling: pattern, matches twoExpected result: true but validator returned: false
Proper UTF-16 surrogate pair handling: patternProperties, doesn't match twoExpected result: false but validator returned: true
ref overrides any sibling keywords, ref valid, maxItems ignoredExpected result: true but validator returned: false

All other tests passed.

back to benchmarks