blob: 5ad4a018d1bd5991e4f86aa6decc24c931977449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[keypath-special-identifiers.htm]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Type: String, identifier: length]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Type: Array, identifier: length]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Type: Blob, identifier: size]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[Type: Blob, identifier: type]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[Type: File, identifier: name]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[Type: File, identifier: lastModified]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|