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