Source code

Revision control

Copy as Markdown

Other Tools

[refresh-time.html]
[Ensure that refresh is observed]
expected:
if not debug and (os == "linux") and not asan and tsan: [FAIL, PASS]
if not debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if not debug and (os == "linux") and asan: FAIL
if not debug and (os == "android"): FAIL
if debug: FAIL
[Ensure that fractions in refresh time are ignored]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
[Ensure that non-fractional part in refresh time does not get discarded]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: PASS
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): PASS
FAIL
[Ensure that multiple periods in refresh time just get ignored]
expected:
if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: PASS
if (os == "win") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): PASS
FAIL