blob: 7305ef3210a93659b9ed86c077ab0a5adf0a24b0 (
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
33
34
35
36
37
38
39
40
41
42
|
[FileSystemBaseHandle-buckets.https.any.worker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[isSameEntry works as expected with buckets]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT]
FAIL
[getDirectory promise rejects if bucket has been deleted]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
[Bucket quota restricts the size of a file that can be created]
expected:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
[FileSystemBaseHandle-buckets.https.any.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[isSameEntry works as expected with buckets]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT]
FAIL
[getDirectory promise rejects if bucket has been deleted]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [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:
if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
|