|
| 1 | +# These are test files which we know fail spectacularly, either because we |
| 2 | +# don't support that functionality or because they require external |
| 3 | +# dependencies. To allow finer-grained control over which tests to run, |
| 4 | +# you can replace `:all` with an array containing the names of individual |
| 5 | +# tests to skip. |
| 6 | +draft3: |
| 7 | + ref: |
| 8 | + - ref overrides any sibling keywords/remote ref valid, maxItems ignored |
| 9 | + optional: |
| 10 | + jsregex: :all |
| 11 | + format: |
| 12 | + - validation of regular expressions/a regular expression with unclosed parens is invalid |
| 13 | + - validation of e-mail addresses/an invalid e-mail address |
| 14 | + - validation of URIs/an invalid URI |
| 15 | + - validation of URIs/an invalid protocol-relative URI Reference |
| 16 | + - validation of URIs/an invalid URI though valid URI reference |
| 17 | + - validation of host names/a host name with a component too long |
| 18 | + - validation of host names/a host name containing illegal characters |
| 19 | + - validation of host names/a host name starting with an illegal character |
| 20 | + - validation of CSS colors/an invalid CSS color code |
| 21 | + - validation of CSS colors/an invalid CSS color name |
| 22 | + - validation of CSS colors/a CSS color name containing invalid characters |
| 23 | +draft4: |
| 24 | + ref: |
| 25 | + - ref overrides any sibling keywords/remote ref valid, maxItems ignored |
| 26 | + - ref overrides any sibling keywords/ref valid, maxItems ignored |
| 27 | + optional: |
| 28 | + format: |
| 29 | + - validation of URIs/an invalid URI |
| 30 | + - validation of URIs/an invalid protocol-relative URI Reference |
| 31 | + - validation of URIs/an invalid URI though valid URI reference |
| 32 | + - validation of e-mail addresses/an invalid e-mail address |
| 33 | + - validation of host names/a host name with a component too long |
| 34 | + - validation of host names/a host name containing illegal characters |
| 35 | + - validation of host names/a host name starting with an illegal character |
| 36 | + ecmascript-regex: |
| 37 | + - ECMA 262 regex non-compliance/ECMA 262 has no support for \Z anchor from .NET |
| 38 | + bignum: |
| 39 | + - float comparison with high precision on negative numbers/comparison works for very negative numbers |
| 40 | + - float comparison with high precision/comparison works for high numbers |
| 41 | +draft6: |
| 42 | + allOf: |
| 43 | + - allOf with boolean schemas, some false/any value is invalid |
| 44 | + - allOf with boolean schemas, all false/any value is invalid |
| 45 | + - allOf with boolean schemas, all true/any value is valid |
| 46 | + anyOf: |
| 47 | + - anyOf with boolean schemas, all false/any value is invalid |
| 48 | + - anyOf with boolean schemas, all true/any value is valid |
| 49 | + - anyOf with boolean schemas, some true/any value is valid |
| 50 | + boolean_schema: :all |
| 51 | + const: :all |
| 52 | + contains: :all |
| 53 | + dependencies: |
| 54 | + - dependencies with boolean subschemas/empty object is valid |
| 55 | + - dependencies with boolean subschemas/object with both properties is invalid |
| 56 | + - dependencies with boolean subschemas/object with property having schema false is invalid |
| 57 | + - dependencies with boolean subschemas/object with property having schema true is valid |
| 58 | + - dependencies with empty array/empty object |
| 59 | + - dependencies with empty array/object with one property |
| 60 | + exclusiveMaximum: :all |
| 61 | + exclusiveMinimum: :all |
| 62 | + items: |
| 63 | + - items with boolean schema (false)/any non-empty array is invalid |
| 64 | + - items with boolean schema (false)/empty array is valid |
| 65 | + - items with boolean schema (true)/any array is valid |
| 66 | + - items with boolean schema (true)/empty array is valid |
| 67 | + - items with boolean schemas/array with one item is valid |
| 68 | + - items with boolean schemas/array with two items is invalid |
| 69 | + - items with boolean schemas/empty array is valid |
| 70 | + not: :all |
| 71 | + oneOf: |
| 72 | + - oneOf with boolean schemas, all false/any value is invalid |
| 73 | + - oneOf with boolean schemas, all true/any value is invalid |
| 74 | + - oneOf with boolean schemas, one true/any value is valid |
| 75 | + - oneOf with boolean schemas, more than one true/any value is invalid |
| 76 | + patternProperties: |
| 77 | + - patternProperties with boolean schemas/object with property matching schema false is invalid |
| 78 | + - patternProperties with boolean schemas/object with both properties is invalid |
| 79 | + - patternProperties with boolean schemas/object with property matching schema true is valid |
| 80 | + - patternProperties with boolean schemas/empty object is valid |
| 81 | + properties: |
| 82 | + - properties with boolean schema/only 'true' property present is valid |
| 83 | + - properties with boolean schema/only 'false' property present is invalid |
| 84 | + - properties with boolean schema/no property present is valid |
| 85 | + - properties with boolean schema/both properties present is invalid |
| 86 | + propertyNames: :all |
| 87 | + ref: |
| 88 | + - ref overrides any sibling keywords/remote ref valid, maxItems ignored |
| 89 | + - ref overrides any sibling keywords/ref valid, maxItems ignored |
| 90 | + - $ref to boolean schema true/any value is valid |
| 91 | + - $ref to boolean schema false/any value is invalid |
| 92 | + required: |
| 93 | + - required with empty array/property not required |
| 94 | + optional: |
| 95 | + bignum: |
| 96 | + - float comparison with high precision/comparison works for high numbers |
| 97 | + - float comparison with high precision on negative numbers/comparison works for very negative numbers |
| 98 | + format: |
| 99 | + - validation of URIs/an invalid URI |
| 100 | + - validation of URIs/an invalid protocol-relative URI Reference |
| 101 | + - validation of URIs/an invalid URI though valid URI reference |
| 102 | + - validation of e-mail addresses/an invalid e-mail address |
| 103 | + - validation of host names/a host name with a component too long |
| 104 | + - validation of host names/a host name containing illegal characters |
| 105 | + - validation of host names/a host name starting with an illegal character |
| 106 | + ecmascript-regex: |
| 107 | + - ECMA 262 regex non-compliance/ECMA 262 has no support for \Z anchor from .NET |
| 108 | + zeroTerminatedFloats: |
| 109 | + - some languages do not distinguish between different types of numeric value/a float is not an integer even without fractional part |
0 commit comments