Closed Bug 1739221 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 31488 - FSA: Consolidate move() and rename() to just move()

Categories

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

task

Tracking

(firefox98 fixed)

RESOLVED FIXED
98 Branch
Tracking Status
firefox98 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Austin Sullivan <asully@chromium.org> wrote:

FSA: Consolidate move() and rename() to just move()

Bug: 1263262
Change-Id: I9dc08c8e1783bc5ab51d1a91c76b15f6a1c8eab0
Reviewed-on: https://chromium-review.googlesource.com/3257898
WPT-Export-Revision: 3b7557676d95f173156faa864030e385aff94ea3

Whiteboard: [wptsync downstream] → [wptsync downstream error]

CI Results

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

Total 4 tests and 21 subtests

Status Summary

Firefox

OK : 4
FAIL: 76

Chrome

OK : 4
PASS: 38
FAIL: 38

Safari

OK : 4
FAIL: 76

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/file-system-access/sandboxed_FileSystemDirectoryHandle-move.https.any.html
move(name) to rename an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move("") to rename an empty directory fails: FAIL (Chrome: PASS, Safari: FAIL)
move(name) to rename a non-empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a non-empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, "") to move an empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move an empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, "") to move a non-empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a non-empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) to move a directory within itself fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a directory within itself and rename fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) to move a directory within a descendent fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a directory within a descendent fails: FAIL (Chrome: FAIL, Safari: FAIL)
/file-system-access/sandboxed_FileSystemDirectoryHandle-move.https.any.worker.html
move(name) to rename an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move("") to rename an empty directory fails: FAIL (Chrome: PASS, Safari: FAIL)
move(name) to rename a non-empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename an empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a non-empty directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, "") to move an empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move an empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, "") to move a non-empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a non-empty directory to a new directory: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) to move a directory within itself fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a directory within itself and rename fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) to move a directory within a descendent fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to move a directory within a descendent fails: FAIL (Chrome: FAIL, Safari: FAIL)
/file-system-access/sandboxed_FileSystemFileHandle-move.https.any.html
move(name) to rename a file: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) to rename a file the same name: FAIL (Chrome: FAIL, Safari: FAIL)
move("") to rename a file fails: FAIL (Chrome: PASS, Safari: FAIL)
move(name) can be called multiple times: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) with a name with a trailing period should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(name) while the file has an open writable fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) while the destination file has an open writable fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a file: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a file the same name: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) while the file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) while the file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) while the destination file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) while the destination file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
/file-system-access/sandboxed_FileSystemFileHandle-move.https.any.worker.html
move(name) to rename a file: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) to rename a file the same name: FAIL (Chrome: FAIL, Safari: FAIL)
move("") to rename a file fails: FAIL (Chrome: PASS, Safari: FAIL)
move(name) can be called multiple times: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) with a name with a trailing period should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(name) while the file has an open writable fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(name) while the destination file has an open writable fails: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a file: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir, name) to rename a file the same name: FAIL (Chrome: FAIL, Safari: FAIL)
move(dir) to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) to move a file to a new directory: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, "") can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) can be called multiple times: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) with a name with invalid characters should fail: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) while the file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) while the file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir) while the destination file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)
move(dir, name) while the destination file has an open writable fails: FAIL (Chrome: PASS, Safari: FAIL)

Whiteboard: [wptsync downstream error] → [wptsync downstream]
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in before you can comment on or make changes to this bug.