blob: 6d16d6084b71be0cef0bf79714a8d1d98de28736 (
plain)
1
2
3
4
5
6
7
8
|
[bindings-inject-keys-bypass-setters.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Returning keys to script should bypass prototype setters]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
|