Synchronize FileAPI WPT#28845
Merged
webkit-commit-queue merged 1 commit intoMay 22, 2024
Merged
Conversation
Collaborator
|
EWS run on previous version of this PR (hash fdfaa26) Details |
fdfaa26 to
7e0ad57
Compare
Collaborator
|
EWS run on current version of this PR (hash 7e0ad57) Details |
https://bugs.webkit.org/show_bug.cgi?id=274457 Reviewed by Tim Nguyen. Quite a few caveats unfortunately: - Ignore a test change with Float16Array for now as it would reduce coverage. - BlobURL/cross-partition.tentative.https.html is not imported for now. - blob/Blob-methods-from-detached-frame.html is removed as we exported it as Blob-methods-from-detached-frame.html and imported that one at a later point. So in effect this deduplicates it. - Many -expected.txt files are removed because --clean-dest-dir was not used during prior imports. - A change to FileAPI/url/multi-global-origin-serialization.sub.html is ignored for now. Latest upstream commit for this directory: web-platform-tests/wpt@5aa50dd * LayoutTests/imported/w3c/resources/resource-files.json: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/FileReader/Progress_event_bubbles_cancelable-expected.txt: Added. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/FileReader/Progress_event_bubbles_cancelable.html: Added. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/META.yml: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-constructor-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-methods-from-detached-frame-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-methods-from-detached-frame.html: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice-overflow-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-stream-byob-crash.html: Added. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-stream-sync-xhr-crash.html: Added. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-stream.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-stream.any.js: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/Blob-stream.any.worker-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/blob/w3c-import.log: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/file/File-constructor-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/file/send-file-formdata-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/file/send-file-formdata-utf-8-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/fileReader-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/Determining-Encoding-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/FileReader-event-handler-attributes-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/FileReader-multiple-reads-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_abort-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_error-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_readAsArrayBuffer-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_readAsBinaryString-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_readAsDataURL-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_readAsText-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_readystate-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/reading-data-section/filereader_result-expected.txt: Removed. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-format.any.js: (test.t.t.add_cleanup): * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.js: (async garbageCollect.else.gcRec): Deleted. (async garbageCollect): Deleted. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url_xmlhttprequest_img-ref.html: Added. * LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/w3c-import.log: * LayoutTests/tests-options.json: Canonical link: https://commits.webkit.org/279121@main
7e0ad57 to
0b25769
Compare
Collaborator
|
Committed 279121@main (0b25769): https://commits.webkit.org/279121@main Reviewed commits have been landed. Closing PR #28845 and removing active labels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧪 api-wpe
0b25769
7e0ad57