-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding/jsonschema: implement "not"
This change implements the "not" keyword using `matchN`. No test regressions were encountered when updating the external test data. One regression was encountered when updating the regular test data, and filed as a comment under issue #3422. This required updating the test data to get the test to pass. Signed-off-by: Roger Peppe <[email protected]> Change-Id: Ib2537af7424895843eebc1b915bc643894637afa Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200530 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information
Showing
22 changed files
with
222 additions
and
928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Generated by teststats. DO NOT EDIT | ||
v2: | ||
schema extract (pass / total): 975 / 1637 = 59.6% | ||
tests (pass / total): 3140 / 7175 = 43.8% | ||
tests on extracted schemas (pass / total): 3140 / 3546 = 88.6% | ||
schema extract (pass / total): 1015 / 1637 = 62.0% | ||
tests (pass / total): 3308 / 7175 = 46.1% | ||
tests on extracted schemas (pass / total): 3308 / 3722 = 88.9% | ||
|
||
v3: | ||
schema extract (pass / total): 967 / 1637 = 59.1% | ||
tests (pass / total): 3074 / 7175 = 42.8% | ||
tests on extracted schemas (pass / total): 3074 / 3538 = 86.9% | ||
schema extract (pass / total): 1003 / 1637 = 61.3% | ||
tests (pass / total): 3214 / 7175 = 44.8% | ||
tests on extracted schemas (pass / total): 3214 / 3678 = 87.4% |
Oops, something went wrong.