1
0
Fork 0
firefox/testing/web-platform/meta/fs/FileSystemDirectoryHandle-getFileHandle.https.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

72 lines
2.8 KiB
INI

[FileSystemDirectoryHandle-getFileHandle.https.any.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[getFileHandle(create=false) when a directory already exists with the same name]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[getFileHandle(create=true) when a directory already exists with the same name]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[getFileHandle(create=false) with a path separator when the file exists.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug: PASS
FAIL
[getFileHandle(create=true) with a path separator]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and debug: PASS
FAIL
[getFileHandle(create=true) returns existing files without erasing]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[getFileHandle() with ".." name]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[getFileHandle() with empty name]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[getFileHandle() with "." name]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[FileSystemDirectoryHandle-getFileHandle.https.any.worker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[getFileHandle(create=false) when a directory already exists with the same name]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[getFileHandle(create=true) when a directory already exists with the same name]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[getFileHandle(create=false) with a path separator when the file exists.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug: PASS
FAIL
[getFileHandle(create=true) with a path separator]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug: PASS
FAIL
[getFileHandle() with ".." name]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]