Source code

Revision control

Copy as Markdown

Other Tools

[key_events.py]
expected:
if debug and sessionHistoryInParent and (display == @Null) and (os == "win"): [OK, CRASH]
if debug and sessionHistoryInParent and (display == "wayland"): [OK, CRASH]
if debug and not sessionHistoryInParent: [OK, ERROR]
[test_special_key_sends_keydown[BACKSPACE-expected2\]]
expected:
if (os == "win") and debug: [PASS, ERROR]
[test_special_key_sends_keydown[NUMPAD0-expected33\]]
expected:
if (display == "wayland") and debug: [PASS, ERROR]