blob: 96e9f0fc05a59baaaf3ee087201a3c11964230de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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"]
|