blob: 099a2d072352b435df4bbef5802da963b44caaa2 (
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
|
[msid-generate.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[AddTrack with a stream produces MSID with a stream ID]
expected: FAIL
[AddTrack with two streams produces two MSID lines]
expected: FAIL
[AddTrack with the stream twice produces single MSID with a stream ID]
expected: FAIL
[AddTransceiver with a stream produces MSID with a stream ID]
expected: FAIL
[AddTransceiver with two streams produces two MSID lines]
expected: FAIL
[AddTransceiver with the stream twice produces single MSID with a stream ID]
expected: FAIL
[SetStreams with a stream produces MSID with a stream ID]
expected: FAIL
[SetStreams with two streams produces two MSID lines]
expected: FAIL
[SetStreams with the stream twice produces single MSID with a stream ID]
expected: FAIL
|