blob: f72556fa8fd9a7a0759207788a686c0dc1481a88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[update-bytecheck.https.html]
max-asserts: 2
expected:
if (os == "android") and debug and not swgl: [OK, ERROR]
[Test module script(main: default, imported: default)]
expected: FAIL
[Test module script(main: default, imported: time)]
expected: FAIL
[Test module script(main: time, imported: default)]
expected: FAIL
[Test module script(main: time, imported: time)]
expected: FAIL
[Test(main: time, imported: default)]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
|