Source code

Revision control

Copy as Markdown

Other Tools

[speculative-script.tentative.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): TIMEOUT
[Speculative script]
expected:
if (os == "win") and debug and (processor == "x86_64"): NOTRUN
if (os == "linux") and debug and fission: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]