diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini | 319 |
1 files changed, 319 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini b/testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini new file mode 100644 index 0000000000..6bc6de1486 --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemFileHandle-move.https.any.js.ini @@ -0,0 +1,319 @@ +[FileSystemFileHandle-move.https.any.worker.html] + expected: + if (os == "win") and not swgl: [OK, TIMEOUT] + if (os == "win") and swgl: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [move(name) with a name with a trailing period should fail] + expected: + if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] + FAIL + + [move(dir) while the destination file has an open writable fails] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] + if (os == "win") and debug and not swgl: [PASS, NOTRUN] + if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + + [move(dir, name) while the destination file has an open writable fails] + expected: + if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] + if (os == "win") and swgl: [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + + [move(dir, name) while the file has an open writable fails] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + + [move(dir, name) to move a file to a new directory] + expected: + if os == "win": [PASS, NOTRUN] + + [move(dir) can be called multiple times] + expected: + if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, TIMEOUT] + + [move(dir, "") to move a file to a new directory fails] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir, name) can be called multiple times] + expected: + if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + + [move(dir) 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_64") and not swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + [move(dir, name) with a name with invalid characters should fail] + expected: + if (os == "win") and debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + + [move(name) to rename a file] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] + + [get a handle to a moved file] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] + + [move(name) to rename a file the same name] + expected: + if (processor == "x86") and debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, NOTRUN] + + [move("") to rename a file fails] + expected: + if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT] + if processor == "x86": [PASS, NOTRUN] + + [move(name) can be called multiple times] + expected: + if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT] + if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and (processor == "x86"): [PASS, NOTRUN] + + [move(name) with a name with invalid characters 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: [PASS, NOTRUN] + + [move(name) can overwrite an existing file] + expected: + if (os == "win") and (processor == "x86_64") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and (processor == "x86_64") and not debug: [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and (processor == "x86"): [FAIL, NOTRUN] + FAIL + + [move(dir, name) to rename a file] + expected: + if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, TIMEOUT] + 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] + + [move(dir) to move a file to a new directory] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir) can overwrite an existing file] + expected: + if (os == "win") and debug and not swgl: [FAIL, NOTRUN] + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [FAIL, NOTRUN] + FAIL + + [move(dir, name) can overwrite an existing file] + expected: + if (os == "win") and not swgl and debug: [FAIL, NOTRUN] + if (os == "win") and not swgl and not debug: [FAIL, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [FAIL, NOTRUN] + if (os == "win") and swgl: [FAIL, NOTRUN, TIMEOUT] + FAIL + + [FileSystemFileHandles are references, not paths] + expected: + if (os == "win") and debug and not swgl: [PASS, NOTRUN] + if (os == "win") and debug and swgl: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + + [move(dir, name) to rename a file the same name] + expected: + if (os == "win") and (processor == "x86") and not debug: [PASS, NOTRUN] + if (os == "win") and (processor == "x86_64"): [PASS, NOTRUN] + + [move(name) while the destination file has an open writable fails] + expected: + if (os == "win") and debug and swgl: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + [move(name) while the file has an open writable fails] + expected: + if (os == "win") and debug and swgl: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + +[FileSystemFileHandle-move.https.any.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT] + if (os == "win") and debug and swgl: [OK, ERROR, TIMEOUT] + if (os == "win") and debug and not swgl: [OK, TIMEOUT] + if (os == "mac") and not debug: [OK, TIMEOUT] + [move(name) to rename a file] + expected: + if (processor == "x86") and not debug: [PASS, TIMEOUT] + + [move(name) to rename a file the same name] + expected: + if (processor == "x86") and not debug: [PASS, NOTRUN] + if (processor == "x86") and debug: [PASS, TIMEOUT] + + [move("") to rename a file fails] + expected: + if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT] + if processor == "x86": [PASS, NOTRUN] + + [get a handle to a moved file] + expected: + if (processor == "x86") and not debug: [PASS, NOTRUN] + + [move(name) can be called multiple times] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] + + [move(name) with a name with a trailing period should fail] + expected: + if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [move(name) with a name with invalid characters should fail] + expected: + if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + [move(name) while the file has an open writable fails] + expected: + if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, NOTRUN] + + [move(name) while the destination file has an open writable fails] + expected: + if os == "win": [PASS, NOTRUN] + + [move(dir, name) to rename a file] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir, name) to rename a file the same name] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir) to move a file to a new directory] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir, name) to move a file to a new directory] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir) can be called multiple times] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir, name) can be called multiple times] + expected: + if (os == "win") and (processor == "x86_64") and not swgl: [PASS, NOTRUN] + if (os == "win") and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, TIMEOUT] + + [move(dir, name) with a name with invalid characters should fail] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir) while the file has an open writable fails] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not swgl: [PASS, NOTRUN] + + [move(dir, name) while the file has an open writable fails] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir) while the destination file has an open writable fails] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] + + [move(dir, name) while the destination file has an open writable fails] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT, NOTRUN] + 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 == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] + + [move(dir, "") to move a file to a new directory fails] + expected: + if (os == "win") and (processor == "x86_64") and swgl: [PASS, NOTRUN] + if (os == "win") and (processor == "x86_64") and not swgl: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and (processor == "x86"): [PASS, NOTRUN] + + [move(name) can overwrite an existing file] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and debug: [FAIL, NOTRUN] + FAIL + + [move(dir) can overwrite an existing file] + expected: + if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and debug: [FAIL, NOTRUN] + if (os == "mac") and not debug: [FAIL, NOTRUN] + FAIL + + [move(dir, name) can overwrite an existing file] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [FAIL, NOTRUN] + if (os == "win") and debug: [FAIL, NOTRUN] + FAIL + + [FileSystemFileHandles are references, not paths] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and not debug: [PASS, NOTRUN] + if (os == "win") and debug: [PASS, NOTRUN] |