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

test: cleanup WPT setup files, update WPT fixtures, update expectations #46753

Closed
wants to merge 6 commits into from

Conversation

panva
Copy link
Member

@panva panva commented Feb 21, 2023

  1. Updates the test/wpt/test-{wptmodule}.js setup files, common setups are pushed to the WPT Runner, lint rule is updated to not need to require('../common')
  2. Removes various prototype changes just to satisfy idlharness tests, it's ok for them to fail!
  3. Automatically skips running .tentative fixtures
  4. Automatically skips running fixtures using WorkerGlobalScope.importScripts().
  5. Updates all WPT fixtures

There is one new acknowledged failure that I think might be a bug (Reading Blob.stream() with BYOB reader in test/wpt/test-blob.js cc @nodejs/streams if you want to follow up on that failing test.

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Feb 21, 2023
@panva panva added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 21, 2023
@nodejs-github-bot

This comment was marked as outdated.

@panva panva added dont-land-on-v14.x dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. labels Feb 21, 2023
Copy link
Member

@anonrig anonrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not easy to review it right now. I recommend splitting it into multiple commits.

test/common/wpt.js Outdated Show resolved Hide resolved
test/common/wpt.js Show resolved Hide resolved
@panva panva added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Feb 21, 2023
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

Copy link

@emarhin emarhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not bad

@panva panva added the request-ci Add this label to start a Jenkins CI on a PR. label Feb 23, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 23, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@panva
Copy link
Member Author

panva commented Feb 23, 2023

I'm going to pass on this change, it's a big one and i'll rather do them in smaller steps that are backportable at least to v18.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants