blob: 056359c73d63cbdd9e291f30a23ee75739dda986 (
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
29
30
31
32
|
[FileSystemBaseHandle-buckets.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[isSameEntry works as expected with buckets]
expected: FAIL
[getDirectory promise rejects if bucket has been deleted]
expected: FAIL
[Bucket quota restricts the size of a file that can be created]
expected: FAIL
[FileSystemBaseHandle-buckets.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[isSameEntry works as expected with buckets]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
FAIL
[getDirectory promise rejects if bucket has been deleted]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
FAIL
[Bucket quota restricts the size of a file that can be created]
expected: FAIL
[Bucket quota restricts the size of a file that can be created]
expected: FAIL
|