[name-scopes.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Non-unique index keys]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[Unique index keys]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]