summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre2023-05-132-0/+6
* scanner: allow for a zero terminated string as keymapPeter Hutterer2023-05-051-18/+22
* Add support for modmap None (#291)Wismill2023-05-013-0/+309
* Possible fix for non-MSVC windows compilersRan Benita2023-04-112-4/+4
* test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita2022-09-244-23/+62
* utils: move some MSVC compat stuff to common placeRan Benita2022-09-241-9/+0
* Remove bogus euro sign entry from keysymtabSam Lantinga2022-05-151-0/+1
* Do not clear sibling entries when override.Weng Xuetian2022-05-151-0/+21
* test: add test for variant inheritance of ISO 639/3166 codesPeter Hutterer2022-02-041-0/+20
* Variants should inherit iso639, iso3166 and brief from parent layout if omitt...M Hickford2022-01-241-0/+6
* registry: skip over invalid ISO639 or ISO3166 entriesPeter Hutterer2022-01-241-7/+147
* test: show the tool exit status on failurePeter Hutterer2022-01-241-1/+1
* test/tool-option-parsing: don't depend on build prefixRan Benita2021-05-221-0/+4
* test/compose: add tests for xkb_compose_table_new_from_locale lookupRan Benita2021-05-221-0/+44
* test/compose: clean up after a setenvRan Benita2021-05-221-0/+2
* tests/data: add files needed to fully test composeRan Benita2021-05-226-4/+4389
* ignore: remove no longer relevant gitignore filesRan Benita2021-05-221-24/+0
* keysym: fix underflow in binary searchesIsaac Freund2021-04-251-0/+3
* test: allow skipping errors in certain conditionsPeter Hutterer2021-04-221-2/+11
* test: add extra info to the layout-tester --help outputPeter Hutterer2021-04-201-1/+6
* test: print the layout-tester progress bar to stdout by defaultPeter Hutterer2021-04-201-2/+2
* test: add an LVO argument to the XKB layout testerPeter Hutterer2021-04-201-1/+15
* test: print the compiled keymaps to a given directoryPeter Hutterer2021-04-201-2/+35
* test: rework the output for the xkeyboard-config layout testerPeter Hutterer2021-04-201-74/+111
* test: add proper --verbose handling to the xkeyboard-config testerPeter Hutterer2021-04-201-11/+22
* keysym: avoid strtoul in xkb_keysym_from_nameRan Benita2021-04-011-0/+11
* keysym: properly handle overflow in 0x keysym namesRan Benita2021-03-301-0/+4
* test: move an assert up to before the strlen() usePeter Hutterer2021-03-301-1/+2
* test: fix missing va_end in case of test failuresPeter Hutterer2021-03-191-6/+15
* test: add a keysym testerPeter Hutterer2021-02-221-0/+71
* test: fix interactive evdev test invocationPeter Hutterer2021-01-231-1/+1
* test: fill in srcdir/builddir when not set in the environmentPeter Hutterer2021-01-231-2/+13
* keymap-dump: follow xkbcomp in printing affect=both in pointer actionsRan Benita2020-11-232-8/+8
* test/data: update host.xkb to match keymap-dump styleRan Benita2020-11-231-311/+311
* test: catch unrecognized keysyms in the xkeyboard-config testPeter Hutterer2020-10-201-0/+7
* xkbcomp: where a keysym cannot be resolved, set it to NoSymbolPeter Hutterer2020-10-202-2/+68
* test/tool-option-parsing: skip testing of disabled toolsRan Benita2020-09-081-28/+24
* test/tool-option-parsing: switch from pytest to unittestRan Benita2020-09-081-196/+173
* test/tool-option-parsing: keep isolated by using our own test dataRan Benita2020-09-071-1/+6
* test: include unstd.h in the registry test to cut down the MacOS warningsPeter Hutterer2020-09-071-0/+3
* test/data: add rule registry filesRan Benita2020-09-075-0/+18176
* test/data: sync from xkeyboard-config 2.30Ran Benita2020-09-0728-863/+1635
* test/data: change quartz.xkb from CRLF to LFRan Benita2020-09-071-1139/+1139
* test: fix the xkbcli --version testPeter Hutterer2020-09-071-1/+1
* Add /etc/xkb as extra lookup path for system data filesPeter Hutterer2020-08-301-0/+2
* test: fix the xkeyboard-config testPeter Hutterer2020-07-291-2/+1
* test: ignore the real XDG_CONFIG_HOME during testsPeter Hutterer2020-07-271-1/+8
* tools/interactive-evdev: fixup 64bff65Ran Benita2020-07-271-0/+1
* test/tool-option-parsing: remove --kccgst test, it's private for nowRan Benita2020-07-251-2/+2
* tools: run test-tool-option-parsing.py like a regular testRan Benita2020-07-251-0/+302