Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

HalidOdat
Copy link
Member

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

@HalidOdat HalidOdat added bug Something isn't working test Issues and PRs related to the tests. labels Apr 3, 2023
@HalidOdat HalidOdat added this to the v0.17.0 milestone Apr 3, 2023
@HalidOdat HalidOdat marked this pull request as ready for review April 3, 2023 13:08
@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Test262 conformance changes

Test result main count PR count difference
Total 94,277 94,343 +66
Passed 71,100 71,100 0
Ignored 17,324 17,386 +62
Failed 5,853 5,857 +4
Panics 0 0 0
Conformance 75.42% 75.36% -0.05%

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #2778 (a0d88ee) into main (08ed2a4) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2778   +/-   ##
=======================================
  Coverage   50.98%   50.98%           
=======================================
  Files         409      409           
  Lines       40759    40759           
=======================================
  Hits        20780    20780           
  Misses      19979    19979           
Impacted Files Coverage Δ
boa_tester/src/edition.rs 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@Razican Razican left a 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

@jedel1043
Copy link
Member

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.

@jedel1043
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Apr 3, 2023
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`
@bors
Copy link

bors bot commented Apr 3, 2023

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Add json-parse-with-source feature to boa_tester [Merged by Bors] - Add json-parse-with-source feature to boa_tester Apr 3, 2023
@bors bors bot closed this Apr 3, 2023
@bors bors bot deleted the fix/add-json-parse-with-source-feature branch April 3, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants