-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding/jsonschema: prepare for matrix test runs
Currently we are just running the external tests on the old evaluator, but we want confidence in what's happening in both evaluators. In order to do so, we will record skip reasons for both old and new evaluators, so prepare for that by making the `skip` field into a struct and moving all the existing skip fields into a field inside that, corresponding to the point in the matrix that is being run currently. In the next CL, we will actually run the matrix tests and populate the `skip.v3` field. Most of this CL has been accomplished with an automated script. Also, in passing, remove the `externaltest.ParseTestData` function as it's not used. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I6f59c6eb837a7c15eb7467f6860167534b6d1e75 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200519 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information
Showing
261 changed files
with
14,494 additions
and
4,852 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
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
Oops, something went wrong.