12 lines
663 B
INI
12 lines
663 B
INI
[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]
|