fune/testing/web-platform/meta/fs/FileSystemDirectoryHandle-removeEntry.https.any.js.ini
moz-wptsync-bot 8494ec0f53 Bug 1867925 - [wpt-sync] Update web-platform-tests to e0e0f5b2721bf22568309f71a56ba7926348b0ef, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: e0e0f5b2721bf22568309f71a56ba7926348b0ef
wpt-type: landing
2023-12-12 10:28:48 +00:00

187 lines
10 KiB
INI

[FileSystemDirectoryHandle-removeEntry.https.any.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [ERROR, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [ERROR, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, ERROR]
if (os == "mac") and not debug: [ERROR, TIMEOUT]
ERROR
[removeEntry() to remove a file]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() on an already removed file should fail]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() to remove an empty directory]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() on a directory recursively should delete all sub-items]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, NOTRUN, PASS]
[removeEntry() while the file has an open writable fails]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
[createWritable after removeEntry succeeds but doesnt recreate the file]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "mac") and not debug: [PASS, NOTRUN]
[removeEntry() with a path separator should fail.]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64") and not swgl: PASS
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
FAIL
[removeEntry() with empty name should fail]
expected:
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86") and debug: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86") and not debug: [NOTRUN, PASS]
[removeEntry() with "." name should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
[removeEntry() on a non-empty directory should fail]
expected:
if (os == "win") and debug and swgl: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[removeEntry() of a directory while a containing file has an open writable fails]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]
[removeEntry() with ".." name should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
[FileSystemDirectoryHandle-removeEntry.https.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [ERROR, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [ERROR, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, ERROR]
if (os == "mac") and not debug: [ERROR, TIMEOUT]
ERROR
[removeEntry() with "." name should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() with ".." name should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() with a path separator should fail.]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64") and not swgl: PASS
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
FAIL
[removeEntry() while the file has an open writable fails]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
[createWritable after removeEntry succeeds but doesnt recreate the file]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "mac") and not debug: [PASS, NOTRUN]
[removeEntry() on a directory recursively should delete all sub-items]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[removeEntry() on an already removed file should fail]
expected:
if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
[removeEntry() to remove an empty directory]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[removeEntry() with empty name should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() on a non-empty directory should fail]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
[removeEntry() to remove a file]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[removeEntry() of a directory while a containing file has an open writable fails]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "mac") and not debug: [PASS, TIMEOUT]