-
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: show optional test stats separately
There are a bunch of "optional" tests in the test suite, quite a few of which we will never implement support for. Show stats for those tests separately so it's clear how many of the non-optional tests are passing/failing. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I477295ffff2fdb4dcef443073095840e6abe1d2b Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201126 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
# Generated by teststats. DO NOT EDIT | ||
v2: | ||
schema extract (pass / total): 1077 / 1637 = 65.8% | ||
tests (pass / total): 3467 / 7175 = 48.3% | ||
tests on extracted schemas (pass / total): 3467 / 3884 = 89.3% | ||
schema extract (pass / total): 923 / 1363 = 67.7% | ||
tests (pass / total): 3076 / 4803 = 64.0% | ||
tests on extracted schemas (pass / total): 3076 / 3362 = 91.5% | ||
|
||
v3: | ||
schema extract (pass / total): 1065 / 1637 = 65.1% | ||
tests (pass / total): 3418 / 7175 = 47.6% | ||
tests on extracted schemas (pass / total): 3418 / 3840 = 89.0% | ||
schema extract (pass / total): 911 / 1363 = 66.8% | ||
tests (pass / total): 3037 / 4803 = 63.2% | ||
tests on extracted schemas (pass / total): 3037 / 3318 = 91.5% | ||
|
||
Optional tests | ||
|
||
v2: | ||
schema extract (pass / total): 154 / 274 = 56.2% | ||
tests (pass / total): 391 / 2372 = 16.5% | ||
tests on extracted schemas (pass / total): 391 / 522 = 74.9% | ||
|
||
v3: | ||
schema extract (pass / total): 154 / 274 = 56.2% | ||
tests (pass / total): 381 / 2372 = 16.1% | ||
tests on extracted schemas (pass / total): 381 / 522 = 73.0% |
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