blob: c29b1c9c1f8cbf260ccdb8ce7d769a2683088a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[candidate-exchange.https.html]
expected:
if (os == "linux") and not debug and fission: [OK, CRASH]
if (os == "android") and fission: [OK, TIMEOUT]
[Adding only caller -> callee candidates gives a connection]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299
expected: FAIL
[Adding only callee -> caller candidates gives a connection]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299
expected: FAIL
[Explicit offer/answer exchange gives a connection]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299
expected: FAIL
[Adding callee -> caller candidates from end-of-candidates gives a connection]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1278299
expected: FAIL
|