Skip to content

test: move custom WHATWG URL tests into separate files

To enable automatic update of WPT, move all our custom WHATWG URL tests that are not present in the upstream into files starting with test-whatwg-url-custom-, so it's easier to identify test cases that can be upstreamed and test cases that should be rolled into our repo (possibly with automation).

I also have a WIP branch of node-core-utils for git node wpt that automatically roll the upstream into our repo (there are currently 2 any.js that fail due to dependency of other Web APIs). There are still a few pending changes to be made to run the window.js/.html tests properly.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading