summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini
blob: a2eabb95395b0d2e365238888ef6ce44020f02a6 (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
[RTCDataChannel-close.html]
  expected:
    if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [OK, TIMEOUT]
    if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
    if (processor == "x86") and not debug: [OK, TIMEOUT]
  [Close datachannel causes onclosing and onclose to be called]
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected: FAIL

  [Close datachannel causes closing and close event to be called]
    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1641026
    expected: FAIL

  [Close peerconnection causes close event and error to be called on datachannel]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected: FAIL

  [Close negotiated datachannel causes closing and close event to be called]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1641026
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL

  [Close negotiated datachannel causes onclosing and onclose to be called]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL

  [Close peerconnection causes close event and error to be called on negotiated datachannel]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL

  [Close peerconnection causes close event and error on many channels, negotiated datachannel]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
      if (processor == "x86") and not debug: [FAIL, NOTRUN]
      FAIL

  [Close peerconnection causes close event and error on many channels, datachannel]
    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, TIMEOUT]
      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, TIMEOUT]
      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
      FAIL

  [Close peerconnection after negotiated datachannel close causes no events]
    expected:
      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [PASS, NOTRUN]
      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
      if (processor == "x86") and not debug: [PASS, NOTRUN]