Source code
Revision control
Copy as Markdown
Other Tools
[script-transform.https.html]
bug: 1709960
expected:
if (os_version == "24.04") and not debug and fission: [OK, CRASH]
if (os_version == "14.70") and debug: [OK, TIMEOUT]
if (os_version == "14.70") and not debug: [OK, TIMEOUT]
if os_version == "18.04": [OK, CRASH]
[audio exchange with transform]
expected:
if os == "mac": [PASS, TIMEOUT]
[video exchange with transform]
bug: 1709960
expected:
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]