blob: f0049f5056975357863401cf5cd1bf77f3004010 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
prefs: [dom.fs.enabled:false]
[FileSystemWritableFileStream-piped.https.any.html]
expected:
if (os == "linux") and not debug and fission: [OK, CRASH]
if (os == "android") and fission: [OK, TIMEOUT]
[can be piped to with a string]
expected: FAIL
[can be piped to with an ArrayBuffer]
expected: FAIL
[can be piped to with a Blob]
expected: FAIL
[can be piped to with a param object with write command]
expected: FAIL
[can be piped to with a param object with multiple commands]
expected: FAIL
[multiple operations can be queued]
expected: FAIL
[plays well with fetch]
expected: FAIL
[abort() aborts write]
expected: FAIL
[FileSystemWritableFileStream-piped.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[can be piped to with a string]
expected: FAIL
[can be piped to with an ArrayBuffer]
expected: FAIL
[can be piped to with a Blob]
expected: FAIL
[can be piped to with a param object with write command]
expected: FAIL
[can be piped to with a param object with multiple commands]
expected: FAIL
[multiple operations can be queued]
expected: FAIL
[plays well with fetch]
expected: FAIL
[abort() aborts write]
expected: FAIL
|