blob: f91573adf189bd4616e3a3848d336e74f19544f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[basic.https.html]
expected:
if (os == "win") and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and debug and not swgl: TIMEOUT
if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[Basic simulcast setup with two spatial layers]
expected:
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86_64") and debug and not swgl: TIMEOUT
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug: [PASS, TIMEOUT]
|