blob: 87ec9989b99f628361c2a6d890f1ac5a45091570 (
plain)
1
2
3
4
5
6
7
8
9
|
[sdes-dont-dont-dont.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: OK
if (os == "android") and debug and not fission: OK
if (os == "android") and debug and fission: [OK, TIMEOUT]
if (os == "win") and not debug: OK
if os == "mac": OK
[OK, ERROR]
max-asserts: 3
|