Source code

Revision control

Copy as Markdown

Other Tools

[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]