Closed Bug 1646598 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 24219 - [NativeFS] Update async iterable API to match spec.

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox80 fixed)

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 24219 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/24219
Details from upstream follow.

Marijn Kruisselbrink <mek@chromium.org> wrote:

[NativeFS] Update async iterable API to match spec.

Matching the changes from https://github.com/WICG/native-file-system/pull/177
Since the bindings layer doesn't support async iterables yet, this CL
does this in a bit of a hacky way, that isn't entirely web-idl
compliant. It is much closer to the desired API than what we had though,
so seems an improvement until bindings properly support async iterables.

Bug: 1011539, 1087157
Change-Id: I2eb0a3b1d6383149b769a9961bf890eaf6956b2b

Reviewed-on: https://chromium-review.googlesource.com/2248414
WPT-Export-Revision: 2d74da19441714625cdb507f45d06b912f2c6746

CI Results

Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 31 tests and 2 subtests

Status Summary

Firefox

OK : 31
FAIL: 250

Chrome

OK : 31
PASS: 21
FAIL: 229

Safari

OK : 31
FAIL: 248

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-Error.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Fail to send messages to a data URI iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send and receive messages using a cross origin window.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in an iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send messages using a message port in a data URI iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in a window.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send messages using a message port to a sandboxed iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send to a sandboxed iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send messages using a message port to a sandboxed window.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send and receive messages using a cross origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Fail to send messages to a sandboxed window.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Resolve returns null when entry is not a child: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns correct path: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns empty array for same directory: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns correct path with non-ascii characters: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
removeEntry() on a non-empty directory should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: FAIL, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: FAIL, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: FAIL, Safari: FAIL)
commands are queued, stream is unlocked after each operation: FAIL (Chrome: FAIL, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFileHandle.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getFileHandle(create=false) returns existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with empty name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with ".." name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) when a directory already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) returns existing files without erasing: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) with a path separator: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) rejects for non-existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) when a directory already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) creates an empty file for non-existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) with a path separator when the file exists.: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with "." name: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-workers.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a dedicated worker.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a shared worker.: FAIL (Chrome: FAIL)
Send and receive messages using a service worker.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-BroadcastChannel.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a broadcast channel in an iframe, dedicated worker and service worker.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-iteration.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
keys: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
entries: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
values: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
@@asyncIterator: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
returning early from an iteration doesn't crash: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getFile() returns last modified time: FAIL (Chrome: FAIL, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectoryHandle.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getDirectoryHandle(create=false) returns existing directories: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) returns existing directories without erasing: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) creates an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() when a file already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) with a path separator: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=false) rejects for non-existing directories: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with empty name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=false) with a path separator when the directory exists: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with "." name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with ".." name: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/showPicker-errors.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
showSaveFilePicker: MIME type can't have empty type.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't have invalid characters in subtype.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: Showing a picker requires user activation.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: File picker requires at least one accepted type.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't be an empty string.: FAIL (Chrome: PASS, Safari: FAIL)
showDirectoryPicker: Showing a picker requires user activation.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have parameters.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't be an empty string.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type must have subtype.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: Showing a picker requires user activation.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't have parameters.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have empty subtype.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have invalid characters in subtype.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have empty type.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't have invalid characters in type.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't have whitespace in the middle.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type can't have empty subtype.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have invalid characters in type.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: MIME type can't have whitespace in the middle.: FAIL (Chrome: PASS, Safari: FAIL)
showOpenFilePicker: File picker requires at least one accepted type.: FAIL (Chrome: PASS, Safari: FAIL)
showSaveFilePicker: MIME type must have subtype.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
isSameEntry for different directories returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for identical file handles returns true: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different files returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for identical directory handles returns true: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different handles for the same directory: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different handles for the same file: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry comparing a file to a directory returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry comparing a file to a file in a different directory returns false: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Store handle in IndexedDB and read using a cursor.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
write() called with a blob and a valid offset: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: FAIL, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: FAIL, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: FAIL, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: FAIL, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-windows.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a same origin window.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a blob window.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a sandboxed same origin window.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
removeEntry() on a non-empty directory should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
abort() aborts write: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: FAIL, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: FAIL, Safari: FAIL)
plays well with fetch: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
write() called with a blob and a valid offset: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: FAIL, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: FAIL, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: FAIL, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: FAIL, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: FAIL, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: FAIL, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: FAIL, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: FAIL, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
isSameEntry for different directories returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for identical file handles returns true: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different files returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for identical directory handles returns true: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different handles for the same directory: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry for different handles for the same file: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry comparing a file to a directory returns false: FAIL (Chrome: FAIL, Safari: FAIL)
isSameEntry comparing a file to a file in a different directory returns false: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-workers.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a message port in a shared worker.: FAIL (Chrome: FAIL)
Send and receive messages using a message port in a service worker.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in a dedicated worker.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: FAIL, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: FAIL, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: FAIL, Safari: FAIL)
commands are queued, stream is unlocked after each operation: FAIL (Chrome: FAIL, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: FAIL, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-frames.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a sandboxed same origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using an iframe srcdoc.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a same origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a blob iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectoryHandle.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getDirectoryHandle(create=false) returns existing directories: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) returns existing directories without erasing: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) creates an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() when a file already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=true) with a path separator: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=false) rejects for non-existing directories: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with empty name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle(create=false) with a path separator when the directory exists: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with "." name: FAIL (Chrome: FAIL, Safari: FAIL)
getDirectoryHandle() with ".." name: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
abort() aborts write: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: FAIL, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: FAIL, Safari: FAIL)
plays well with fetch: FAIL (Chrome: FAIL, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-iteration.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
keys: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
entries: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
values: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
@@asyncIterator: full iteration works: FAIL (Chrome: FAIL, Safari: FAIL)
returning early from an iteration doesn't crash: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-windows.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a message port in a blob window.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin window.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in a same origin window.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Store handle in IndexedDB and read using a cursor.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Chrome: FAIL, Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Resolve returns null when entry is not a child: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns correct path: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns empty array for same directory: FAIL (Chrome: FAIL, Safari: FAIL)
Resolve returns correct path with non-ascii characters: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-frames.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
Send and receive messages using a message port in a same origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in a blob iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
Send and receive messages using a message port in an iframe srcdoc.: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFileHandle.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getFileHandle(create=false) returns existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with empty name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with ".." name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) when a directory already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) returns existing files without erasing: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) with a path separator: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) rejects for non-existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) when a directory already exists with the same name: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=true) creates an empty file for non-existing files: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle(create=false) with a path separator when the file exists.: FAIL (Chrome: FAIL, Safari: FAIL)
getFileHandle() with "." name: FAIL (Chrome: FAIL, Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
getFile() returns last modified time: FAIL (Chrome: FAIL, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: FAIL, Safari: FAIL)

Tests Disabled in Gecko Infrastructure

/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-Error.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFileHandle.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-workers.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-BroadcastChannel.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-iteration.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectoryHandle.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/showPicker-errors.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-windows.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-workers.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-frames.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectoryHandle.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-iteration.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-windows.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.https.any.worker.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-frames.https.window.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFileHandle.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.https.any.html: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] (Chrome: OK, Safari: OK)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e170aa29bb98
[wpt PR 24219] - [NativeFS] Update async iterable API to match spec., a=testonly
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.