Closed Bug 1621152 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 22150 - [NativeFS] Update web tests to use new writing API.

Categories

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

task

Tracking

(firefox76 fixed)

RESOLVED FIXED
mozilla76
Tracking Status
firefox76 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Marijn Kruisselbrink <mek@chromium.org> wrote:

[NativeFS] Update web tests to use new writing API.

And remove tests for the old/soon to be removed writing API.

Bug: 853326
Change-Id: Ief44f98be8b59844976de26c90df9b4933041188
Reviewed-on: https://chromium-review.googlesource.com/2095564
WPT-Export-Revision: 35df8908815352118cb0a79167fa9b3824fbbac2

CI Results

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

Total 30 tests and 1 subtests

Status Summary

Firefox

OK : 30
FAIL : 223

Chrome

OK : 28
PASS : 189
CRASH: 2
FAIL : 24

Safari

OK : 30
FAIL : 221

Links

GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.worker.html
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-getEntries.tentative.https.any.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.worker.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-Error.tentative.https.window.html
Fail to send messages to a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in an iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port in a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in a window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.html
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_FileSystemFileHandle-getFile.tentative.https.any.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.worker.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-windows.tentative.https.window.html
Send and receive messages using a message port in a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-windows.tentative.https.window.html
Send and receive messages using a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.tentative.https.any.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.worker.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-frames.tentative.https.window.html
Send and receive messages using a message port in a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-workers.tentative.https.window.html
Send and receive messages using a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-workers.tentative.https.window.html
Send and receive messages using a message port in a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a message port in a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.worker.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.tentative.https.any.worker.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getEntries.tentative.https.any.worker.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.tentative.https.any.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.worker.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-frames.tentative.https.window.html
Send and receive messages using a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.worker.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.html
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-isSameEntry.tentative.https.any.worker.html
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.tentative.https.any.worker.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-BroadcastChannel.tentative.https.window.html
Send and receive messages using a broadcast channel in an iframe, dedicated worker and service worker.: FAIL (Chrome: PASS, Safari: FAIL)

CI Results

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

Total 76 tests

Status Summary

Firefox

OK : 26[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, 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] 30[GitHub]
PASS : 46
FAIL : 199[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, 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] 223[GitHub]

Chrome

OK : 28
PASS : 189
CRASH: 2
FAIL : 24

Safari

OK : 30
FAIL : 221

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getEntries.tentative.https.any.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.worker.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.worker.html
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-Error.tentative.https.window.html
Fail to send messages to a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in an iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port in a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in a window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.html
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-frames.tentative.https.window.html
Send and receive messages using a message port in a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.worker.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-windows.tentative.https.window.html
Send and receive messages using a message port in a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-windows.tentative.https.window.html
Send and receive messages using a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.tentative.https.any.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.worker.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-workers.tentative.https.window.html
Send and receive messages using a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-workers.tentative.https.window.html
Send and receive messages using a message port in a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a message port in a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.worker.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.worker.html
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_FileSystemWritableFileStream.tentative.https.any.worker.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getEntries.tentative.https.any.worker.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.tentative.https.any.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.worker.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-frames.tentative.https.window.html
Send and receive messages using a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.worker.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.html
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-IndexedDB.tentative.https.any.worker.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-BroadcastChannel.tentative.https.window.html
Send and receive messages using a broadcast channel in an iframe, dedicated worker and service worker.: FAIL (Chrome: PASS, Safari: FAIL)

CI Results

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

Total 76 tests

Status Summary

Firefox

OK : 26[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, 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] 30[GitHub]
PASS : 46
FAIL : 199[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, 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] 223[GitHub]

Chrome

OK : 28
PASS : 189
CRASH: 2
FAIL : 24

Safari

OK : 30
FAIL : 221

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getEntries.tentative.https.any.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.worker.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.worker.html
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-Error.tentative.https.window.html
Fail to send messages to a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in an iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port in a data URI iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin message port in a window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send to a sandboxed iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages using a message port to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send and receive messages using a cross origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Fail to send messages to a sandboxed window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.html
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-frames.tentative.https.window.html
Send and receive messages using a message port in a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.worker.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getFile.tentative.https.any.html
getFile(create=false) rejects for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) returns existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) creates an empty file for non-existing files: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) returns existing files without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) with a path separator when the file exists.: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=true) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile(create=false) when a directory already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getFile() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-windows.tentative.https.window.html
Send and receive messages using a message port in a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-windows.tentative.https.window.html
Send and receive messages using a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-IndexedDB.tentative.https.any.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.worker.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemFileHandle-getFile.tentative.https.any.html
getFile() returns last modified time: FAIL (Chrome: PASS, Safari: FAIL)
getFile() provides a file that can be sliced: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-workers.tentative.https.window.html
Send and receive messages using a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-MessagePort-workers.tentative.https.window.html
Send and receive messages using a message port in a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using a message port in a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a message port in a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getDirectory.tentative.https.any.worker.html
getDirectory(create=true) with a path separator: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) rejects for non-existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with "." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) returns existing directories without erasing: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) returns existing directories: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() when a file already exists with the same name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with ".." name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=true) creates an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory() with empty name: FAIL (Chrome: PASS, Safari: FAIL)
getDirectory(create=false) with a path separator when the directory exists: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-write.tentative.https.any.html
write() called with a blob and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: only one close() operation may succeed: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid typed array buffer: FAIL (Chrome: PASS, Safari: FAIL)
write() with a valid utf-8 string: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file streams make atomic changes on close: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty array buffer to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called consecutively appends: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: write missing data param: FAIL (Chrome: PASS, Safari: FAIL)
write() with WriteParams without position to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: close() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: truncate missing size param: FAIL (Chrome: PASS, Safari: FAIL)
write() a blob to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() called with a string and a valid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() called with an invalid offset: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and string appends: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: truncate() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
getWriter() can be used: FAIL (Chrome: PASS, Safari: FAIL)
write() a string to an empty file with zero offset: FAIL (Chrome: PASS, Safari: FAIL)
write() with an empty string to an empty file: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with windows line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
WriteParams: seek missing position param: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: write() after close() fails: FAIL (Chrome: PASS, Safari: FAIL)
write() with a string with unix line ending preserved: FAIL (Chrome: PASS, Safari: FAIL)
atomic writes: writable file stream persists file on close, even if file is removed: FAIL (Chrome: PASS, Safari: FAIL)
write() WriteParams without position and blob appends: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-isSameEntry.tentative.https.any.worker.html
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_FileSystemWritableFileStream.tentative.https.any.worker.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-getEntries.tentative.https.any.worker.html
getEntries(): returning early from an iteration works: FAIL (Chrome: PASS, Safari: FAIL)
getEntries(): full iteration works: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream.tentative.https.any.html
createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents: FAIL (Chrome: PASS, Safari: FAIL)
write() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size < offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file: FAIL (Chrome: PASS, Safari: FAIL)
cursor position: truncate size > offset: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to shrink a file: FAIL (Chrome: PASS, Safari: FAIL)
commands are queued: FAIL (Chrome: PASS, Safari: FAIL)
createWritable() fails when parent directory is removed: FAIL (Chrome: PASS, Safari: FAIL)
truncate() to grow a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-removeEntry.tentative.https.any.worker.html
removeEntry() on a non-empty directory should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() on an already removed file should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with empty name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with a path separator should fail.: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with ".." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() with "." name should fail: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove an empty directory: FAIL (Chrome: PASS, Safari: FAIL)
removeEntry() to remove a file: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-frames.tentative.https.window.html
Send and receive messages using a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemWritableFileStream-piped.tentative.https.any.worker.html
abort() aborts write: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a string: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with an ArrayBuffer: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with write command: FAIL (Chrome: PASS, Safari: FAIL)
multiple operations can be queued: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a Blob: FAIL (Chrome: PASS, Safari: FAIL)
plays well with fetch: FAIL (Chrome: PASS, Safari: FAIL)
can be piped to with a param object with multiple commands: FAIL (Chrome: PASS, Safari: FAIL)
/native-file-system/sandboxed_FileSystemDirectoryHandle-resolve.tentative.https.any.html
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-IndexedDB.tentative.https.any.worker.html
Store handle in IndexedDB and read using a cursor.: FAIL (Safari: FAIL)
Store handle in IndexedDB using inline keys.: FAIL (Safari: FAIL)
Store handles and blobs in IndexedDB.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from new transaction.: FAIL (Safari: FAIL)
Store handle in IndexedDB and read from pending transaction.: FAIL (Safari: FAIL)
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage-BroadcastChannel.tentative.https.window.html
Send and receive messages using a broadcast channel in an iframe, dedicated worker and service worker.: FAIL (Chrome: PASS, Safari: FAIL)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68695dca969d
[wpt PR 22150] - [NativeFS] Update web tests to use new writing API., a=testonly
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in before you can comment on or make changes to this bug.