Source code

Revision control

Copy as Markdown

Other Tools

[duplicate-name-order.html]
expected:
if (os == "linux") and not debug and fission: TIMEOUT
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: TIMEOUT
[Duplicate name lookup order]
expected:
if (os == "linux") and not debug and fission: TIMEOUT
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
if (os == "win") and not debug: TIMEOUT
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: TIMEOUT