summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* utils: add a safe version of basenamePeter Hutterer2021-02-231-0/+31
* test: add test cases for 2/3 finger movement after drag-locksatrmb2021-02-171-1/+194
* test: add test cases for 2/3 finger movement after tapPeter Hutterer2021-02-153-0/+211
* test: drop the needless base event conversionPeter Hutterer2021-02-151-6/+4
* test: print the event type on mismatchPeter Hutterer2021-02-151-2/+1
* test: fix a few missing or wrong drag-lock timeoutssatrmb2021-02-151-3/+10
* touchpad: permit only one finger on the touchpad at the start of a tap-dragsatrmb2021-02-151-1/+13
* touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2021-02-151-1/+1
* test: drop the custom group namesPeter Hutterer2021-02-1221-973/+967
* utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer2021-02-121-0/+27
* test: use motion events to check the "system is too slow" messagePeter Hutterer2021-02-121-4/+3
* test: wrap the litest user data into a structPeter Hutterer2021-02-124-18/+23
* test: move a helper function close to its callerPeter Hutterer2021-02-121-12/+13
* test: init an array to zero to silence scan-buildPeter Hutterer2021-02-121-1/+1
* tests: drop the duplicate test for pointer event conversionPeter Hutterer2021-02-111-1/+0
* test: don't set the log handler 10 timesPeter Hutterer2021-02-111-4/+3
* touchpad: disable the pressure axes wherever the resolution is nonzeroPeter Hutterer2021-02-085-6/+140
* test: don't require root to list testsPeter Hutterer2021-02-051-9/+6
* modify macro streq/strneq for check one null pointerweizhixiang2021-01-181-0/+24
* quirks: disable pressure on the Lenovo Yoga 9i touchpadPeter Hutterer2021-01-144-0/+130
* check return value for libudev/udev_device_get_actionweizhixiang2021-01-061-1/+1
* treewide: fix typosTorstein Husebø2020-12-164-4/+4
* test: plug a leak in the tablet smoothing testPeter Hutterer2020-12-141-0/+2
* test: plug a memleak in a quirks testPeter Hutterer2020-12-091-0/+1
* test: add a test for model quirk overridesPeter Hutterer2020-12-081-0/+50
* tablet: disable smoothing for AES devicesPeter Hutterer2020-11-251-0/+82
* Fix a few coverity complaintsPeter Hutterer2020-11-102-3/+3
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-233-2/+78
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-233-0/+293
* test: fix the tip one axis testPeter Hutterer2020-10-081-11/+44
* test: fix the tablet relative calibration testPeter Hutterer2020-10-081-2/+20
* test: expand drag and multitap tests to tap with up to 3 fingerssatrmb2020-09-251-232/+1746
* touchpad: allow tap-and-drag for two-finger and three-finger tapssatrmb2020-09-251-0/+8
* test: set the elan test device to always double up on tool bitsPeter Hutterer2020-09-224-8/+89
* test: move the x/y coords a bit when testing tool type switchesPeter Hutterer2020-09-221-1/+5
* test: auto-assign the tool type for tablet testsPeter Hutterer2020-09-2217-41/+88
* test: don't run the tool switch test on tablets that require forced prox outPeter Hutterer2020-09-221-1/+1
* test: remove duplicate tool typePeter Hutterer2020-09-221-1/+0
* meson.build: drop the separate cpp flagsPeter Hutterer2020-09-091-1/+1
* meson.build: update libwacom dependency to 0.27 or newerPeter Hutterer2020-09-091-3/+3
* test: add two test devices for the false joystick labellingPeter Hutterer2020-08-133-0/+192
* include: update event codes to v5.8Peter Hutterer2020-08-131-3/+4
* test: semi-fix the switch_suspend_with_touchpad testPeter Hutterer2020-08-031-2/+7
* test: rename the identifier in the 50-litest.confPeter Hutterer2020-07-152-2/+2
* test: fix the ABS_Y handling for the Protocol A test devicePeter Hutterer2020-07-091-1/+1
* test: grab the device before any lid or tablet mode switchesPeter Hutterer2020-07-075-56/+198
* test: store the list of open file descriptors in the litest contextPeter Hutterer2020-07-074-4/+70
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-0713-63/+70
* test: use context creation helper in the log testsPeter Hutterer2020-07-073-38/+6
* test: inhibit shutdown and suspend while the tests are runningPeter Hutterer2020-07-071-1/+1