blob: 2fe16d463f193316f010b32bc6b6412a893af2cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[preconnect.html]
[Test that preconnect reduces connection time to zero]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and fission and swgl: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
[FAIL, PASS]
|