Bug 1591199: Mark this test as intermittent, due to bug 1613433, since this patchset makes this failure more frequent. r=jib

Differential Revision: https://phabricator.services.mozilla.com/D61724

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Byron Campen [:bwc] 2020-02-06 15:52:25 +00:00
Родитель 81ea4c3cce
Коммит 1e260b7fc5
1 изменённых файлов: 10 добавлений и 16 удалений

Просмотреть файл

@ -1,25 +1,19 @@
[RTCPeerConnection-ondatachannel.html]
expected:
if (processor == "x86") and not debug and (os == "win") and fission: ["OK", "TIMEOUT"]
if (processor == "x86") and not debug and (os == "win") and not fission: ["OK", "TIMEOUT"]
expected: ["OK", "TIMEOUT"]
[In-band negotiated channel created on remote peer should match the same (default) configuration as local peer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529695
expected:
if (processor == "x86") and fission and not debug: ["FAIL", "NOTRUN"]
FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529695, https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
expected: ["FAIL", "NOTRUN"]
[In-band negotiated channel created on remote peer should match the same configuration as local peer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1551589
expected:
if (processor == "x86") and fission and not debug: ["FAIL", "NOTRUN"]
FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1551589, https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
expected: ["FAIL", "NOTRUN"]
[Open event should not be raised when sending and immediately closing the channel in the datachannel event]
expected:
if (processor == "x86") and fission and not debug: ["PASS", "TIMEOUT"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
expected: ["PASS", "TIMEOUT"]
[Negotiated channel should not fire datachannel event on remote peer]
expected:
if (processor == "x86") and not fission and (os == "win") and not debug: ["PASS", "TIMEOUT"]
if (processor == "x86") and fission and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
expected: ["PASS", "TIMEOUT", "NOTRUN"]