-
-
Notifications
You must be signed in to change notification settings - Fork 406
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] - Add json-parse-with-source
feature to boa_tester
#2778
Conversation
Test262 conformance changes
|
Codecov Report
@@ Coverage Diff @@
## main #2778 +/- ##
=======================================
Coverage 50.98% 50.98%
=======================================
Files 409 409
Lines 40759 40759
=======================================
Hits 20780 20780
Misses 19979 19979
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Maybe we should have a way to catch all new features and mark them as ESNext
I personally like the warning that a missing feature generates, since that forces us to add it to the list of features. Though, I can see why that could be a problem, but I'd propose to wait and see if adding new features is so common that it becomes a burden to update test262. |
bors r+ |
This PR resolves the failing CI in #2777 It changes the following: - Adds `json-parse-with-source` feature to `boa_tester` - Bumps `test262` module to `be0abd9`
Pull request successfully merged into main. Build succeeded: |
json-parse-with-source
feature to boa_tester
json-parse-with-source
feature to boa_tester
This PR resolves the failing CI in #2777
It changes the following:
json-parse-with-source
feature toboa_tester
test262
module tobe0abd9