blob: ffb4bb7fa4aae7767615e7749487b72a3c019a9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[clone-before-keypath-eval.html]
expected:
if (os == "win") and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
[Cursor update checks and keypath evaluations operate on a clone]
expected:
if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86") and not debug: [PASS, TIMEOUT]
[Store and index key path evaluations operate on the same clone]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|