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

Use test262 data to generate page to show our conformance #719

Closed
jasonwilliams opened this issue Sep 27, 2020 · 1 comment · Fixed by #769
Closed

Use test262 data to generate page to show our conformance #719

jasonwilliams opened this issue Sep 27, 2020 · 1 comment · Fixed by #769
Assignees
Labels
E-Medium Medium difficulty problem enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone

Comments

@jasonwilliams
Copy link
Member

Boa generates TEST262 data on every PR.
It then dumps out some JSON files which chart how conformant we are compared to the test262 suite.

Currently we do nothing with this data.
It would be good to it to our gh-pages branch and use it to generate a static page.

You can test this locally by running.
cargo run --release --bin boa_tester -- -o gh-pages/test262
then inspecting the JSON output.

I'm easy on charting library.

  1. We should have a new github action that runs test262 (weekly?) and generates data
  2. Use that data to generate a page on github.io
@jasonwilliams jasonwilliams added enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com E-Medium Medium difficulty problem labels Sep 27, 2020
@Razican Razican self-assigned this Sep 27, 2020
@Razican Razican linked a pull request Oct 2, 2020 that will close this issue
@Razican Razican added this to the v0.11.0 milestone Jan 11, 2021
@Razican
Copy link
Member

Razican commented Jan 11, 2021

This was already implemented.

@Razican Razican closed this as completed Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-Medium Medium difficulty problem enhancement New feature or request good first issue Good for newcomers Hacktoberfest Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants