Source code

Revision control

Copy as Markdown

Other Tools

[script-transform-generateKeyFrame-simulcast.https.html]
expected:
if (os_version == "24.04") and not debug: [OK, CRASH]
if os_version == "18.04": [OK, CRASH]
[generateKeyFrame for rid that was negotiated away fails]
bug: 1709960
expected:
if (os_version == "7.0") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "11.26100") and (processor == "x86"): [PASS, FAIL]
[generateKeyFrame works with simulcast rids]
bug: 1709960
expected:
if (os_version == "7.0") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "11.26100") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os_version == "11.26100") and not debug and (processor == "x86"): [FAIL, PASS]
if (os_version == "14.70") and not debug: [PASS, FAIL]
if (os_version == "11.26100") and debug: [PASS, FAIL]
if os_version == "18.04": [PASS, FAIL]
[generateKeyFrame with rid after simulcast->unicast negotiation fails]
bug: 1709960
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]