1[close.serviceworker.https.html]
2  [fulfillment value of ws.close() call must be undefined even if the underlying sink returns a non-undefined value]
3    expected: FAIL
4
5  [when sink calls error asynchronously while closing, the stream should become errored]
6    expected: FAIL
7
8  [when sink calls error synchronously while closing, the stream should become errored]
9    expected: FAIL
10
11  [releaseLock on a stream with a pending write in which the stream has been errored]
12    expected: FAIL
13
14  [releaseLock on a stream with a pending close in which the stream has been errored]
15    expected: FAIL
16
17  [when close is called on a WritableStream in writable state, ready should return a fulfilled promise]
18    expected: FAIL
19
20  [when close is called on a WritableStream in waiting state, ready promise should be fulfilled]
21    expected: FAIL
22
23  [when close is called on a WritableStream in waiting state, ready should be fulfilled immediately even if close takes a long time]
24    expected: FAIL
25
26  [returning a thenable from close() should work]
27    expected: FAIL
28
29  [releaseLock() should not change the result of sync close()]
30    expected: FAIL
31
32  [releaseLock() should not change the result of async close()]
33    expected: FAIL
34
35  [close() should set state to CLOSED even if writer has detached]
36    expected: FAIL
37
38  [the promise returned by async abort during close should resolve]
39    expected: FAIL
40
41  [promises must fulfill/reject in the expected order on closure]
42    expected: FAIL
43
44  [promises must fulfill/reject in the expected order on aborted closure]
45    expected: FAIL
46
47  [promises must fulfill/reject in the expected order on aborted and errored closure]
48    expected: FAIL
49
50  [when the sink throws during close, and the close is requested while a write is still in-flight, the stream should become errored during the close]
51    expected: FAIL
52
53  [when sink calls error asynchronously while sink close is in-flight, the stream should not become errored]
54    expected: FAIL
55
56  [when sink calls error synchronously while closing, the stream should not become errored]
57    expected: FAIL
58
59  [releaseLock on a stream with a pending close in which controller.error() was called]
60    expected: FAIL
61
62  [close() should not reject until no sink methods are in flight]
63    expected: FAIL
64
65