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
29
30
31
|
[idlharness.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[FileSystemSyncAccessHandle interface: operation truncate(unsigned long long)]
expected:
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
[FileSystemSyncAccessHandle interface: operation getSize()]
expected:
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
[FileSystemSyncAccessHandle interface: operation flush()]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
[FileSystemSyncAccessHandle interface: operation close()]
expected:
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "linux"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
[idlharness.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|