blob: 8aacf791904e6d16302d09fa3916c303ff1e32de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[keygenerator-inject.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[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 (os == "win") and not debug: [PASS, TIMEOUT]
|