blob: f080794a02c865ee3c41a23866252b8e90c99c76 (
plain)
1
2
3
4
5
6
|
[deadline-after-expired-timer.html]
[The deadline after an expired timer must not be negative]
expected:
if (os == "linux") and not swgl and (processor == "x86_64") and not fission and debug: [PASS, FAIL]
if (os == "linux") and not swgl and (processor == "x86_64") and fission and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
|