Source code

Revision control

Copy as Markdown

Other Tools

[eventloop.html]
expected:
if (os == "linux"): ["OK", "TIMEOUT"]
[test0: multiple notifications inside same event loop]
expected:
if (os == "linux") and debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
[guard]
expected:
if (os == "linux"): ["PASS", "NOTRUN"]