summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/streams/readable-streams/tee.https.html.ini
blob: 33cd1120a82408cf05b802a75fe696614678b8ca (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
[tee.https.html]
  type: testharness
  disabled: @True
  [ReadableStream teeing: rs.tee() returns an array of two ReadableStreams]
    expected: FAIL

  [ReadableStream teeing: should be able to read one branch to the end without affecting the other]
    expected: FAIL

  [ReadableStream teeing: values should be equal across each branch]
    expected: FAIL

  [ReadableStream teeing: errors in the source should propagate to both branches]
    expected: FAIL

  [ReadableStream teeing: canceling branch1 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling branch2 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array]
    expected: FAIL

  [ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches]
    expected: FAIL

  [ReadableStream teeing: closing the original should immediately close the branches]
    expected: FAIL

  [ReadableStream teeing: erroring the original should immediately error the branches]
    expected: FAIL

  [ReadableStream teeing: rs.tee() returns an array of two ReadableStreams]
    expected: FAIL

  [ReadableStream teeing: should be able to read one branch to the end without affecting the other]
    expected: FAIL

  [ReadableStream teeing: values should be equal across each branch]
    expected: FAIL

  [ReadableStream teeing: errors in the source should propagate to both branches]
    expected: FAIL

  [ReadableStream teeing: canceling branch1 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling branch2 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array]
    expected: FAIL

  [ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches]
    expected: FAIL

  [ReadableStream teeing: closing the original should immediately close the branches]
    expected: FAIL

  [ReadableStream teeing: erroring the original should immediately error the branches]
    expected: FAIL

  [ReadableStream teeing: rs.tee() returns an array of two ReadableStreams]
    expected: FAIL

  [ReadableStream teeing: should be able to read one branch to the end without affecting the other]
    expected: FAIL

  [ReadableStream teeing: values should be equal across each branch]
    expected: FAIL

  [ReadableStream teeing: errors in the source should propagate to both branches]
    expected: FAIL

  [ReadableStream teeing: canceling branch1 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling branch2 should not impact branch2]
    expected: FAIL

  [ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array]
    expected: FAIL

  [ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches]
    expected: FAIL

  [ReadableStream teeing: closing the original should immediately close the branches]
    expected: FAIL

  [ReadableStream teeing: erroring the original should immediately error the branches]
    expected: FAIL