-
-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Improve tester display for multiple editions #2720
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2720 +/- ##
==========================================
+ Coverage 49.14% 50.19% +1.04%
==========================================
Files 400 400
Lines 39858 39981 +123
==========================================
+ Hits 19590 20069 +479
+ Misses 20268 19912 -356
... and 44 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Test262 conformance changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking great! I added some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Just a small suggestion :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors r+ |
This Pull Request improves our test results display per edition and cleanups our edition detector logic. It changes the following: - Adds a new `edition` flag to limit the maximum edition that will be tested. - Adds a new `versioned` flag to display all tested editions in a table. - Adds utility methods to `SpecEdition` to detect the edition of a test and get all the available editions. - Cleanups logic. Output with this PR ~(We only collect ES5, ES6 and ES13 stats, so all other editions are a WIP)~: ![image](https://user-images.githubusercontent.com/38230983/227010384-883f0934-47be-4be7-84c2-a21feb9de8a9.png) ~Marking as a draft since I need to determine the version of the remaining features, but feel free to review everything else.~ Finished!
Pull request successfully merged into main. Build succeeded: |
Small display bug introduced by #2720
This Pull Request improves our test results display per edition and cleanups our edition detector logic.
It changes the following:
edition
flag to limit the maximum edition that will be tested.versioned
flag to display all tested editions in a table.SpecEdition
to detect the edition of a test and get all the available editions.Output with this PR
(We only collect ES5, ES6 and ES13 stats, so all other editions are a WIP):Marking as a draft since I need to determine the version of the remaining features, but feel free to review everything else.Finished!