blob: bd53d23b230d67b6081b0648a7892b2646e64caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[FileSystemFileHandle-sync-access-handle-writable-lock.https.tentative.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Writable streams cannot be created if there is an open access handle]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[Access handles cannot be created if there are open Writable streams]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[An access handle from one file does not interfere with the creation of a writable stream on another file]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|