15 lines
854 B
INI
15 lines
854 B
INI
[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]
|