Source code
Revision control
Copy as Markdown
Other Tools
[processing-after-resume.https.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Test consistency of processing after resume()]
expected:
if (os_version == "24.04") and (processor == "x86"): [PASS, FAIL]
if (os_version == "14.70") and debug: [PASS, TIMEOUT]
if (os_version == "14.70") and not debug: [PASS, FAIL, TIMEOUT]
if os_version == "18.04": [PASS, FAIL]
if os_version == "11.26100": [PASS, FAIL]