Source code
Revision control
Copy as Markdown
Other Tools
[getStats-remote-candidate-address.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
if (os == "win") and not debug and (processor == "x86"): TIMEOUT
if os == "mac": [OK, CRASH]
[Do not expose in stats remote addresses that are not known to be already exposed to JS]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL]
if (os == "win") and not debug and (processor == "x86"): TIMEOUT
FAIL
[Expose in stats remote addresses that are already exposed to JS]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
if (os == "win") and not debug and (processor == "x86"): NOTRUN