summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-08-13test: replace hand-rolled backtrace function with gstackPeter Hutterer1-156/+34
2018-08-13test: remove the deviceless test runner, make it a commandline arg insteadPeter Hutterer1-23/+26
2018-08-13test: switch two ints to boolsPeter Hutterer1-9/+9
2018-08-09test: ensure we write something during litest_sendfilePeter Hutterer1-0/+1
2018-08-09test: remove an obsolete commentPeter Hutterer1-1/+0
2018-08-08test: touchpad: add tests for 90 degree scroll (axis lock)Matt Mayfield1-0/+146
2018-08-07test: add a 10ms delay for scrolling testsPeter Hutterer1-1/+1
2018-08-07test: touchpad: swap an int for a boolPeter Hutterer1-11/+11
2018-08-07test: rename the x220 clickpad to something more tellingPeter Hutterer1-1/+1
2018-08-07tablet: unify the license text with what we have in COPYINGPeter Hutterer2-32/+34
2018-08-03touchpad: improve finger counting for synaptics serial touchpadsPeter Hutterer2-0/+201
2018-08-03fallback: add support for ABS_MT_TOOL_TYPE for touch screensPeter Hutterer3-0/+311
2018-08-03test: handle ABS_MT_TOOL_TYPE from the litest devicesPeter Hutterer1-1/+14
2018-08-03test: add test helpers for touch sequence partsPeter Hutterer2-0/+79
2018-08-02util: remove now-unused helper functionsPeter Hutterer1-58/+0
2018-07-26test: properly release a few leaking litest devicePeter Hutterer2-2/+6
2018-07-26test: release a few leaking udev devicesPeter Hutterer2-2/+6
2018-07-26test: supress another bash warningPeter Hutterer1-0/+6
2018-07-19Add versionsort testGreg V1-0/+18
2018-07-16test: ptrace compatibility with *BSDGreg V1-3/+3
2018-07-16test: use simple portable sendfileGreg V2-2/+9
2018-07-16test: support disabling tty on FreeBSDGreg V1-2/+28
2018-07-16test: remove unsupported events from the invalid-range touchscreen test devicePeter Hutterer1-6/+0
2018-07-16test: remove unused values.h includeGreg V1-1/+0
2018-07-13Rename data/ to quirks/Peter Hutterer1-7/+9
2018-07-12test: tidy up the symbols leak testPeter Hutterer2-28/+18
2018-07-05test: misc: up the time limit on the ratelimit testsPeter Hutterer1-4/+4
2018-06-29fallback: cancel the debounce timers during device remove, not destroyPeter Hutterer1-0/+54
2018-06-26test: parse arguments before any other stuffPeter Hutterer1-8/+8
2018-06-26touchpad: don't disable tapping on MT_TOOL_PALMPeter Hutterer1-0/+43
2018-06-26test: add a libinput-test runner for 'deviceless' testsPeter Hutterer5-89/+182
2018-06-25test: switch the global device list to a struct listPeter Hutterer2-53/+45
2018-06-25test: fix indentation in litest-int.hPeter Hutterer1-25/+25
2018-06-25test: quirks: init value to avoid valgrind errorsPeter Hutterer1-4/+4
2018-06-25test: if we never installed any udev files, we don't need to reloadPeter Hutterer1-1/+5
2018-06-25test: init test quirks in /tmp, not /runPeter Hutterer1-1/+1
2018-06-22test: don't require a device for quirks parsing testsPeter Hutterer1-34/+34
2018-06-21test: skip the test-suite runner based on SKIP_LIBINPUT_TEST_SUITE_RUNNERPeter Hutterer1-0/+3
2018-06-21test: fix zalloc max size testsPeter Hutterer1-2/+2
2018-06-20util: abort if we try to allocate more than a MBPeter Hutterer1-0/+15
2018-06-19test: remove a compiler warningPeter Hutterer1-1/+1
2018-06-18test: pass the open mode to open(O_CREAT)Peter Hutterer1-1/+1
2018-06-18Drop the udev hwdb model quirksPeter Hutterer1-10/+0
2018-06-18quirks: add MatchVersion in addition to VID/PIDPeter Hutterer1-0/+63
2018-06-14test: fix a test device section namePeter Hutterer1-1/+1
2018-06-14test: fix the input_id struct for the ALPS touchpadPeter Hutterer1-1/+2
2018-06-11Merge branch 'wip/config-files'Peter Hutterer17-173/+1327
2018-06-11util: abort for a negative zalloc() sizePeter Hutterer1-0/+10
2018-06-11util: add null string test handling to strv_joinPeter Hutterer1-0/+3
2018-06-08Switch from udev property parsing to the quirks systemPeter Hutterer11-85/+63