blob: f61b92be27ba3679d0a33ca3be506882206e6470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[FileSystemFileHandle-getFile.https.any.worker.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]
if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
[getFile() returns last modified time]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[getFile() returns expected name]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[FileSystemFileHandle-getFile.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, TIMEOUT]
[getFile() provides a file that can be sliced]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[getFile() returns last modified time]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[getFile() returns expected name]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
|