[keygenerator-inject.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and debug and not fission: CRASH
[Key is injected into value - single segment path]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Key is injected into value - multi-segment path]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Key is injected into value - multi-segment path, partially populated]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[put() throws if key cannot be injected - single segment path]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[put() throws if key cannot be injected - multi-segment path]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]