summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini
blob: f79ab229c009986b111189bbcfc224505c8c4090 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[cancel.https.html]
  type: testharness
  disabled: @True
  [ReadableStream cancellation: integration test on an infinite stream derived from a random push source]
    expected: FAIL

  [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source]
    expected: FAIL

  [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel]
    expected: FAIL

  [ReadableStream cancellation: should fulfill promise when cancel callback went fine]
    expected: FAIL

  [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel]
    expected: FAIL

  [ReadableStream cancellation: should reject promise when cancel callback raises an exception]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does]
    expected: FAIL

  [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called]
    expected: FAIL

  [ReadableStream cancellation: integration test on an infinite stream derived from a random push source]
    expected: FAIL

  [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source]
    expected: FAIL

  [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel]
    expected: FAIL

  [ReadableStream cancellation: should fulfill promise when cancel callback went fine]
    expected: FAIL

  [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel]
    expected: FAIL

  [ReadableStream cancellation: should reject promise when cancel callback raises an exception]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does]
    expected: FAIL

  [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called]
    expected: FAIL

  [ReadableStream cancellation: integration test on an infinite stream derived from a random push source]
    expected: FAIL

  [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source]
    expected: FAIL

  [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel]
    expected: FAIL

  [ReadableStream cancellation: should fulfill promise when cancel callback went fine]
    expected: FAIL

  [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel]
    expected: FAIL

  [ReadableStream cancellation: should reject promise when cancel callback raises an exception]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)]
    expected: FAIL

  [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does]
    expected: FAIL

  [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called]
    expected: FAIL