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