summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test/data: ensure files are checked out with LF, not CRLFRan Benita2019-12-281-0/+1
* test/atom: use correct format specifier for size_tRan Benita2019-12-281-6/+6
* Open files in binary modeRan Benita2019-12-283-4/+4
* test/common: avoid double // in pathRan Benita2019-12-281-1/+2
* test/common: simplify test_get_path()Ran Benita2019-12-281-12/+10
* test/context: use a more portable directory-exists checkRan Benita2019-12-271-6/+7
* Only add GCC diagnostic pragmas when compiler is GCC compatibleRan Benita2019-12-271-0/+2
* build: include config.h manuallyRan Benita2019-12-2724-2/+49
* rules: add include statements to rules filesPeter Hutterer2019-12-249-0/+228
* test: let rmlvo-to-kccgst take long options like rmlvo-to-keymapPeter Hutterer2019-11-181-3/+20
* atom: combine atom_intern() and atom_lookup()Ran Benita2019-11-091-7/+7
* test/atom: increase iteration count and print random seed on failureRan Benita2019-11-081-2/+6
* parser: get rid of "stealing" atomsRan Benita2019-11-081-4/+4
* test: remove a superfluous string-is-null checkPeter Hutterer2019-11-071-1/+1
* test: fix a potential memory leakPeter Hutterer2019-11-071-1/+3
* test: xkeyboard-config: bring back the progress barRan Benita2019-11-011-4/+2
* test: xkeyboard-config: invoke the python3 command (#120)Peter Hutterer2019-11-011-1/+1
* test: xkeyboard-config: add missing variant testsPeter Hutterer2019-11-011-0/+3
* test: xkeyboard-config: use universal_newlines instead of decodePeter Hutterer2019-11-011-7/+9
* test: xkeyboard-config: flake8 fixesPeter Hutterer2019-11-011-2/+6
* test: xkeyboard-config: handle keyboard interrupts correctlyPeter Hutterer2019-11-011-71/+80
* test: xkeyboard-config: print to stderr on failure, stdout otherwisePeter Hutterer2019-11-011-1/+1
* test: xkeyboard-config: add a multiprocessing.Pool() to speed up the testPeter Hutterer2019-11-011-24/+67
* test: xkeyboard-config: use argparse for the path and the tool selectionPeter Hutterer2019-11-011-12/+23
* test: add test for the various default include pathsPeter Hutterer2019-10-311-0/+280
* test: fix printf("%s", NULL) in error pathRan Benita2019-10-191-1/+1
* keymap-dump: use consistent capitalization for "Group<N>"Ran Benita2019-10-161-200/+200
* keymap-dump: fix invalid names used for levels above 8Ran Benita2019-10-161-204/+204
* travis: improve configuration and add macOSci-simplifyRan Benita2019-07-251-2/+2
* test/symbols-leak-test: fix sed regex on macOSRan Benita2019-07-251-4/+4
* test/symbols-leak-test: make it work with macOS diffRan Benita2019-07-251-7/+10
* test/rmlvo-to-keymap: drop basename usageRan Benita2019-07-251-1/+1
* test/rmlvo-to-keymap.c: fix compilation on Darwin (#101)worldofpeace2019-07-191-5/+6
* interactive-wayland: Port to stable xdg-shell (#100)Daniel Stone2019-07-021-29/+28
* test: allow for absolute paths to be resolvedPeter Hutterer2018-08-211-0/+3
* test: drop the rmlvo ability from print-compiled-keymapPeter Hutterer2018-08-211-34/+10
* test: add a tool to test-compile all LVO combinations from xkeyboard-configPeter Hutterer2018-08-213-0/+271
* keysym-utf: reject out-of-range Unicode codepoints in xkb_keysym_to_utf{8,32}Ran Benita2018-06-232-0/+31
* test/interactive-wayland: replace tabs with spacesRan Benita2018-01-271-383/+383
* Convert http:// -> https:// where possibleRan Benita2017-12-211-1/+1
* test/x11: properly clean up also when skipping testRan Benita2017-12-121-5/+11
* test/data: sync with xkeyboard-config 2.22Ran Benita2017-12-0323-336/+1640
* test/interactive-wayland: avoid unused function warning due to configurationRan Benita2017-08-161-10/+12
* test/symbols-leak-test.bash: make it easier to readRan Benita2017-08-031-15/+7
* build: use top_srcdir consistentlyRan Benita2017-07-311-1/+1
* build: remove unneeded preprocessor include flagsRan Benita2017-07-312-4/+4
* x11/keymap,test/interactive-evdev: fix a couple of clang-analyzer warningsRan Benita2017-07-311-0/+1
* test/x11comp: fix compiler warningsRan Benita2017-07-311-5/+6
* Fixed a minor bug in error detection in Wayland testNaman Dixit2017-05-271-1/+1
* test/interactive-x11: handle NULL from xcb_wait_for_eventRan Benita2017-04-281-0/+4