summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-09-07tablet: add touch arbitrationPeter Hutterer1-0/+344
2016-09-07test: add litest_assert_touch_sequence helperPeter Hutterer2-0/+36
2016-09-07test: move the Intuos 5 and Cintiq 13HD test tablets into the same device groupPeter Hutterer6-1/+43
2016-09-07evdev: release current touches when the device is suspendedPeter Hutterer1-0/+83
2016-09-07test: add trackpoint palm detection testsPeter Hutterer3-0/+81
2016-09-05test: add test for touchpad disabling on external mousePeter Hutterer1-0/+183
2016-09-02tablet: if a serial comes in late, discard itPeter Hutterer1-0/+88
2016-09-02test: change the matrix delta test to use a tip-down eventPeter Hutterer1-2/+12
2016-09-02test: add a Wacom HID 4800 test devicePeter Hutterer4-0/+123
2016-08-30test: add the valgrind test suite output to the distcleanfilesPeter Hutterer1-0/+2
2016-08-29touchpad: always reset the motion history on finger changesPeter Hutterer1-0/+51
2016-08-29test: prevent cursor jumps in the various tap testsPeter Hutterer1-6/+6
2016-08-26test: only abort when we fail to add any tests and we have no filtersPeter Hutterer1-1/+4
2016-08-26test: add a helper function to compare the event typePeter Hutterer2-15/+42
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer1-0/+8
2016-08-22Read the horizontal wheel click angle property if availablePeter Hutterer2-4/+8
2016-08-15test: implement tests for configurable tap button mappingsPeter Hutterer2-15/+206
2016-08-09Merge branch 'wip/litest-serial-parallel-v3'Peter Hutterer19-362/+387
2016-08-05touchpad: ignore modifier key combos for dwtPeter Hutterer1-0/+166
2016-08-04test: add dwt modifier/fkey test casesPeter Hutterer1-0/+82
2016-08-02test: just use litest_add_device if we don't have overridesPeter Hutterer1-6/+1
2016-08-02test: if we're in a debugger, use single-fork mode onlyPeter Hutterer1-35/+36
2016-08-02test: if a filter is specified, don't parallelize jobs by defaultPeter Hutterer1-0/+16
2016-08-02test: split the tap tests into more tap groupsPeter Hutterer1-43/+43
2016-08-02test: remove NOTPARALLELPeter Hutterer1-2/+0
2016-08-02test: add a make-like job control to run tests in parallelPeter Hutterer1-27/+113
2016-08-02test: drop the sysname comparison in the device add/remove testPeter Hutterer1-7/+1
2016-08-02Revert "test: create a lock file to avoid parallel udev reloads during device...Peter Hutterer1-63/+0
2016-08-02test: restore the hwdb/udev rules on SIGINTPeter Hutterer1-0/+6
2016-08-02test: make sure we remove all udev rules when we SIGINT the testPeter Hutterer1-1/+34
2016-08-02test: only init the device rules oncePeter Hutterer2-67/+23
2016-08-02test: merge all tests into a single binaryPeter Hutterer19-102/+71
2016-08-01test: store created udev rules in a list for easier deletionPeter Hutterer1-25/+54
2016-08-01test: make the valgrind test an actual dependency of the test runPeter Hutterer1-1/+1
2016-08-01test: make the interfaces staticPeter Hutterer4-4/+4
2016-08-01test: namespace the bitfield helper testsPeter Hutterer1-1/+1
2016-08-01test: fix prefix for the gestures time testPeter Hutterer1-1/+1
2016-07-18test: make one ALPS and the Synaptics i2c test devices Dell touchpadsPeter Hutterer2-0/+22
2016-07-15touchpad: don't init a horizontal scroll area on touchpads <50mm highPeter Hutterer1-1/+77
2016-07-15test: split edge scroll tests into one for vert, one for horizPeter Hutterer1-2/+13
2016-07-12test: add a Cintiq 13 HDT test devicePeter Hutterer6-0/+382
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer1-3/+0
2016-07-06test: write the valgrind test results to a different output filePeter Hutterer1-1/+1
2016-07-05test: up the timeout to 30sPeter Hutterer1-1/+1
2016-07-05test: create a lock file to avoid parallel udev reloads during device addPeter Hutterer1-0/+63
2016-07-05test: fix a memleak when creating udev devicesPeter Hutterer1-2/+6
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer6-0/+523
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer3-8/+267
2016-07-04gestures: make the gesture movement threshold depending on finger countPeter Hutterer1-5/+5
2016-06-24test: add pad mode group testsPeter Hutterer5-0/+384