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

Add historical test coverage for removed features and renames #4005

Open
5 tasks
ErichDonGubler opened this issue Oct 16, 2024 · 1 comment
Open
5 tasks
Labels
enhancement New feature or request

Comments

@ErichDonGubler
Copy link
Member

ErichDonGubler commented Oct 16, 2024

In the main WPT test harness, many APIs have historical tests. These tests ensure that features that may once have been standard or even unshipped after significant use are no longer supported in a browser.

For example, DOM has https://github.com/web-platform-tests/wpt/blob/b8538c8c1cd7e6b5b7e42a618119b69b6521a17b/dom/historical.html.


Coverage that we should add:

  • Migration from GPUAdapter.requestAdapterInfo's Promise API to the GPUAdapter.info field (requestAdapterInfo should not exist)
  • Removal of GPUShaderModuleDescriptor.sourceMap (the member should not be accessed and its type should not be validated)
  • maxInterStageShaderComponents (it should not exist on adapter.limits or device.limits, and should not be accessed by requestDevice())
  • float32-filterable shouldn't enable float32 blending (this is just a chromium regression test but it's useful)
  • TODO: more cases?
@ErichDonGubler ErichDonGubler added the enhancement New feature or request label Oct 16, 2024
@kainino0x
Copy link
Collaborator

Thanks for filing! Added a few more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants