summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/interactive-wayland: fix control reaches end of non-void functionRan Benita2016-06-091-6/+2
* test/symbols-leak-test: use more portable shebangRan Benita2016-06-091-1/+1
* test/interactive-wayland: don't ignore asprintf return valueRan Benita2016-05-051-2/+4
* test: use termios instead of system() for disabling terminal echoRan Benita2016-05-055-12/+35
* interactive-wayland: Valgrind-proofingDaniel Stone2016-04-121-8/+23
* test: Add interactive-waylandDaniel Stone2016-04-122-0/+681
* test: assert/ignore some warn_unused_result'sRan Benita2016-03-152-4/+4
* test/x11comp: fix memory leakRan Benita2016-03-131-1/+2
* test: add a test that all symbol version file is updatedRan Benita2016-03-131-0/+24
* keymap: add xkb_keymap_key_by_name(), xkb_keymap_key_get_name(), testsMike Blumenkrantz2016-01-202-0/+63
* test/x11comp: Fix contention between X11 and Xvfb on Mac OS XKazunobu Kuriyama2015-08-281-25/+31
* test/x11comp: remove duplicate FOUR_LEVEL_KEYPAD from test keymapRan Benita2015-08-231-13/+6
* test/x11comp: small simplificationsRan Benita2015-08-231-12/+5
* compose: correctly parse modifier syntaxRan Benita2015-03-241-1/+11
* test/common: print keycode in decimal not hexRan Benita2015-02-031-1/+1
* test/keyseq: test 'map[None] = Level2;' scenarioRan Benita2014-10-171-0/+20
* test/data: add files for model=applealu_ansi layout=usRan Benita2014-10-173-0/+288
* test/data: sync to xkeyboard-config 2.13Ran Benita2014-10-1745-1874/+2251
* test/compose: test include statementRan Benita2014-10-141-0/+37
* test/compose: test modifier syntaxRan Benita2014-10-141-0/+46
* test/interactive-evdev: add compose supportRan Benita2014-10-054-24/+94
* test/compose: add new testRan Benita2014-10-053-0/+6416
* Move benchmarks from tests to their own files in bench/Ran Benita2014-10-024-198/+1
* keymap-dump: combine modifier_map's with the same modifierRan Benita2014-09-222-24/+10
* test/keyseq: add testRan Benita2014-09-111-0/+10
* keycodes: fix keymap compilation with no aliases and malloc(0)==NULLRan Benita2014-09-102-0/+1338
* test: make most tests portable by copying linux/input.h locallyRan Benita2014-09-064-4/+590
* Remove <linux/input.h> include from test/x11comp.cPino Toscano2014-09-061-1/+0
* test/x11comp: don't hang if Xvfb is not availableRan Benita2014-09-011-2/+6
* test/state: add test_update_mask() testRan Benita2014-08-181-0/+70
* test/x11comp: server writes \n to displayfdRan Benita2014-08-181-1/+3
* test/x11-keyseq: new testRan Benita2014-08-093-0/+1845
* interactive-evdev: don't use sysexits.hRan Benita2014-07-271-2/+1
* ast-build: make sure InterpDef is freeableRan Benita2014-07-272-0/+8
* test: add file with a syntax errorRan Benita2014-07-262-0/+1815
* Remove unnecessary !!(expressions)Ran Benita2014-06-011-1/+1
* state: fix consumed modifier calculationRan Benita2014-03-272-2/+63
* state: apply control transformation on utf8/utf32 keysym stringsRan Benita2014-03-221-0/+47
* state: add xkb_state_key_get_{utf8,utf32}() API functionsRan Benita2014-03-222-12/+78
* Add utf8.{c,h} for common UTF-8 util functionsRan Benita2014-03-222-0/+158
* interactive-x11: beef up select_events a bitRan Benita2014-02-281-21/+41
* state: Add xkb_state_key_get_consumed_modsJasper St. Pierre2014-02-221-0/+3
* keymap-dump: don't print "affect=lock" in PtrLockRan Benita2014-02-151-4/+4
* test/rmlvo-to-kccgst: use default RMLVO values in translationRan Benita2014-02-101-0/+2
* api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAPRan Benita2014-02-081-1/+1
* test/state: fix tautological testRan Benita2014-02-081-1/+1
* Fix sign-compare warningsRan Benita2014-02-082-9/+9
* test: don't print control characters in interactive testsRan Benita2014-02-071-1/+1
* x11: add a couple of testsRan Benita2014-02-024-0/+450
* test: rename test/interactive to interactive-evdevRan Benita2014-01-134-107/+111