diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini b/testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini new file mode 100644 index 0000000000..6aaf4e2b73 --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini @@ -0,0 +1,124 @@ +[FileSystemBaseHandle-getUniqueId.https.any.html] + expected: + if (os == "win") and debug and swgl: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + [identical directory handles return the same ID] + expected: FAIL + + [different directories return different IDs] + expected: FAIL + + [different handles for the same directory return the same ID] + expected: FAIL + + [identical file handles return the same unique ID] + expected: + if (processor == "x86") and not debug: [FAIL, TIMEOUT] + FAIL + + [different files return different IDs] + expected: + if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT] + if (os == "win") and debug and swgl: [FAIL, TIMEOUT] + FAIL + + [different handles for the same file return the same ID] + expected: + if (os == "win") and debug and swgl: [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [two files of the same name in different directories return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [a file and a directory return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [a file and a directory of the same path return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [unique ID of a file handle does not change after writes] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [unique ID is in GUID version 4 format] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + +[FileSystemBaseHandle-getUniqueId.https.any.worker.html] + expected: + if (os == "win") and debug and swgl: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + [identical directory handles return the same ID] + expected: FAIL + + [different directories return different IDs] + expected: FAIL + + [different handles for the same directory return the same ID] + expected: FAIL + + [identical file handles return the same unique ID] + expected: + if (processor == "x86") and not debug: [FAIL, TIMEOUT] + FAIL + + [different files return different IDs] + expected: + if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN] + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT] + if (os == "win") and debug and swgl: [FAIL, TIMEOUT] + FAIL + + [different handles for the same file return the same ID] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [two files of the same name in different directories return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [a file and a directory return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [a file and a directory of the same path return different IDs] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [unique ID of a file handle does not change after writes] + expected: + if (os == "win") and debug and swgl: [FAIL, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL + + [unique ID is in GUID version 4 format] + expected: + if (os == "win") and debug and swgl: [FAIL, TIMEOUT, NOTRUN] + if (os == "win") and not debug: [FAIL, NOTRUN] + FAIL |