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

Delete helper scripts in imported/w3c/web-platform-tests/file-system-access/resources #8846

Conversation

szewai
Copy link
Contributor

@szewai szewai commented Jan 19, 2023

fe46c0d

Delete helper scripts in imported/w3c/web-platform-tests/file-system-access/resources
https://bugs.webkit.org/show_bug.cgi?id=250855
rdar://104437010

Reviewed by Tim Nguyen.

The tests that use these scripts were moved to fs/, and these scripts were copied to fs/resources/.

* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-dedicated-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-service-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-shared-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-blob-helpers.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-helpers.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-serialize-helpers.js: Removed.

Canonical link: https://commits.webkit.org/259120@main

7155d91

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe   πŸ›  πŸ§ͺ win
βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ›  gtk   πŸ›  wincairo
βœ… πŸ§ͺ webkitperl   πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ gtk-wk2
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk1 βœ… πŸ§ͺ api-gtk
βœ… πŸ›  tv βœ… πŸ§ͺ mac-wk2
βœ… πŸ›  tv-sim   πŸ§ͺ mac-AS-debug-wk2
βœ… πŸ›  watch βœ… πŸ§ͺ mac-wk2-stress
❌ πŸ›  πŸ§ͺ merge βœ… πŸ›  watch-sim

@szewai szewai self-assigned this Jan 19, 2023
@szewai szewai added the New Bugs Unclassified bugs are placed in this component until the correct component can be determined. label Jan 19, 2023
@szewai szewai requested review from nt1m and youennf January 19, 2023 19:33
Copy link
Member

@nt1m nt1m left a comment

Choose a reason for hiding this comment

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

These files seem to exist upstream: https://github.com/web-platform-tests/wpt/tree/master/file-system-access/resources , are we planning to remove them upstream as well?

@szewai
Copy link
Contributor Author

szewai commented Jan 19, 2023

These files seem to exist upstream: https://github.com/web-platform-tests/wpt/tree/master/file-system-access/resources , are we planning to remove them upstream as well?

Yes, they are unused since web-platform-tests/wpt@5798ab0.

Copy link
Member

@nt1m nt1m left a comment

Choose a reason for hiding this comment

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

Looks good, but please export the changes to WPT and have the files removed upstream as well.

@szewai szewai added the merge-queue Applied to send a pull request to merge-queue label Jan 19, 2023
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Delete-helper-scripts-in-importedw3cweb-platform-testsfile-system-accessresources branch from 7155d91 to ec0e959 Compare January 20, 2023 00:44
…access/resources

https://bugs.webkit.org/show_bug.cgi?id=250855
rdar://104437010

Reviewed by Tim Nguyen.

The tests that use these scripts were moved to fs/, and these scripts were copied to fs/resources/.

* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-dedicated-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-service-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target-shared-worker.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/message-target.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-blob-helpers.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-helpers.js: Removed.
* LayoutTests/imported/w3c/web-platform-tests/file-system-access/resources/messaging-serialize-helpers.js: Removed.

Canonical link: https://commits.webkit.org/259120@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Delete-helper-scripts-in-importedw3cweb-platform-testsfile-system-accessresources branch from ec0e959 to fe46c0d Compare January 20, 2023 00:47
@webkit-commit-queue
Copy link
Collaborator

Committed 259120@main (fe46c0d): https://commits.webkit.org/259120@main

Reviewed commits have been landed. Closing PR #8846 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit fe46c0d into WebKit:main Jan 20, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Jan 20, 2023
@szewai
Copy link
Contributor Author

szewai commented Jan 20, 2023

Looks good, but please export the changes to WPT and have the files removed upstream as well.

wpt pull request: web-platform-tests/wpt#38073

@szewai szewai deleted the eng/Delete-helper-scripts-in-importedw3cweb-platform-testsfile-system-accessresources branch January 31, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Bugs Unclassified bugs are placed in this component until the correct component can be determined.
Projects
None yet
4 participants