blob: 0ba52fcf7d8b82ad3a1f48fb6d5fb6b8c32f598a (
plain)
1
2
3
4
5
6
7
8
9
10
|
[RTCDataChannel-iceRestart.html]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1728342
expected:
if (os == "linux") and not swgl and not debug and not tsan and not fission and not asan: [ERROR, OK]
if (os == "linux") and not swgl and not debug and not tsan and fission: [ERROR, OK]
if (os == "linux") and not swgl and debug and fission: [ERROR, OK]
if (os == "linux") and not swgl and debug and not fission: [ERROR, OK]
if (os == "win") and not swgl and debug and (processor == "x86_64"): [ERROR, OK]
if (os == "win") and swgl: [ERROR, OK]
ERROR
|