blob: 2951239feff10668d5f7734c50dde4af54c36471 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[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]
|