summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* udev: don't use IMPORT+=Peter Hutterer2020-03-301-1/+1
* test: fix a scan-build warning (value set but not read)Peter Hutterer2020-03-221-3/+1
* evdev: print a human time for ratelimit testsPeter Hutterer2020-03-221-0/+32
* tools: record: drop quotes from os-release informationPeter Hutterer2020-03-211-0/+39
* quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer2020-03-051-1/+1
* test: fix a coverity complaintPeter Hutterer2020-03-021-0/+1
* test: disable a bunch of tests relying on libwacomPeter Hutterer2020-02-242-0/+15
* test: remove double-assignment to a variablePeter Hutterer2020-02-241-2/+0
* touchpad: sync the initial tracking id state to the touchpadPeter Hutterer2020-02-181-0/+59
* touchpad: never reduce the slot count to 0Peter Hutterer2020-02-181-0/+62
* tablet: don't force a proximity out while buttons are downPeter Hutterer2020-02-131-4/+46
* test: drop a wait in favor of direct event processingPeter Hutterer2020-02-131-3/+4
* test: fix a duplicate button down where we want a button press + releasePeter Hutterer2020-02-131-4/+2
* test: mark the tablets that require forced prox out as suchPeter Hutterer2020-02-134-3/+4
* test: add a test case for checking EVDEV_ABS overridesPeter Hutterer2020-02-124-1/+177
* test: drop the #define for the litest device rulesPeter Hutterer2020-02-121-4/+2
* tablet: fix the handling of axis updates after a forced proximity outPeter Hutterer2020-02-023-0/+183
* test: add helper functions for checking proximity eventsPeter Hutterer2020-02-022-6/+19
* test: add a comment to a test devicePeter Hutterer2020-02-021-0/+1
* timer: make the timer offset error a bit more user-friendlyPeter Hutterer2020-01-311-1/+1
* touchpad: correct a wrong slot count by the kernelPeter Hutterer2020-01-292-0/+183
* test: make the custom touch override methods filter-ablePeter Hutterer2020-01-296-30/+57
* test: wrap slot counting into a helper functionPeter Hutterer2020-01-294-39/+44
* test: switch from counting slot max to num_slotsPeter Hutterer2020-01-091-20/+13
* test: simplify a slot count checkPeter Hutterer2020-01-091-2/+1
* test: fix some wrong touchpad slot range checksPeter Hutterer2020-01-091-8/+7
* litest: Fix warnings about discarded qualifiers with check-0.13.0Michael Forney2020-01-032-19/+19
* test: indentation fixPeter Hutterer2020-01-031-1/+1
* test: add the test cases to the suite in the utils testsPeter Hutterer2020-01-031-0/+2
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-043-0/+115
* test: write our test case results out as junit xml filesPeter Hutterer2019-11-281-0/+76
* test: fix a multitap test expecting one tap too fewsatrmb2019-11-261-1/+4
* test: allow for substring matching in the various --filter- argumentsPeter Hutterer2019-11-151-0/+9
* touchpad: don't allow for multifinger tapping after a movePeter Hutterer2019-11-153-0/+136
* test: fix a pressure test to movement during tapPeter Hutterer2019-11-151-1/+1
* test: remove the hardcoded four-job valgrind test runPeter Hutterer2019-11-051-1/+3
* test: drop a now-obsolete testPeter Hutterer2019-11-051-43/+0
* tablet: handle a direct tool switch correctlyPeter Hutterer2019-10-311-8/+45
* test: remove a useless assignmentPeter Hutterer2019-10-301-1/+0
* test: silence a coverity warningPeter Hutterer2019-10-301-0/+2
* test: remove some useless code triggering a coverity warningPeter Hutterer2019-10-301-6/+0
* test: make the test jobs dependent on the number of processorsPeter Hutterer2019-10-291-1/+4
* Add a scroll button lock featurePeter Hutterer2019-10-173-0/+534
* fallback: don't send a single-touch motion if we just sent a beginPeter Hutterer2019-10-161-0/+21
* touchpad: use the same speed for scrolling as the baseline of the accel curvePeter Hutterer2019-10-141-8/+8
* test: fix a coverity warning about an unused valuePeter Hutterer2019-09-301-6/+4
* tablet: Improve forced prox out behavior.John Chadwick2019-09-291-0/+37
* test: Make udev_properties array fixed-size.John Chadwick2019-09-261-1/+1
* test: don't use debounced clicks for the middle button emulation clickPeter Hutterer2019-09-251-4/+4
* gestures: where we have more fingers than slots, default to swipePeter Hutterer2019-09-251-0/+53