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

wpt-head: edc7cac3a37e9478fa301fe4c001bcaa3d79c62e
wpt-type: landing
2023-02-28 05:41:09 +00:00

155 lines
7.3 KiB
INI

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