summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-04-11udev: don't use IMPORT+=Peter Hutterer1-1/+1
2020-04-11tools: record: drop quotes from os-release informationPeter Hutterer1-0/+39
2020-03-05quirks: rename the alps touchpad quirk to note it's a serial TP quirkPeter Hutterer1-1/+1
2020-03-02test: fix a coverity complaintPeter Hutterer1-0/+1
2020-02-24test: disable a bunch of tests relying on libwacomPeter Hutterer2-0/+15
2020-02-24test: remove double-assignment to a variablePeter Hutterer1-2/+0
2020-02-18touchpad: sync the initial tracking id state to the touchpadPeter Hutterer1-0/+59
2020-02-18touchpad: never reduce the slot count to 0Peter Hutterer1-0/+62
2020-02-13tablet: don't force a proximity out while buttons are downPeter Hutterer1-4/+46
2020-02-13test: drop a wait in favor of direct event processingPeter Hutterer1-3/+4
2020-02-13test: fix a duplicate button down where we want a button press + releasePeter Hutterer1-4/+2
2020-02-13test: mark the tablets that require forced prox out as suchPeter Hutterer4-3/+4
2020-02-12test: add a test case for checking EVDEV_ABS overridesPeter Hutterer4-1/+177
2020-02-12test: drop the #define for the litest device rulesPeter Hutterer1-4/+2
2020-02-02tablet: fix the handling of axis updates after a forced proximity outPeter Hutterer3-0/+183
2020-02-02test: add helper functions for checking proximity eventsPeter Hutterer2-6/+19
2020-02-02test: add a comment to a test devicePeter Hutterer1-0/+1
2020-01-31timer: make the timer offset error a bit more user-friendlyPeter Hutterer1-1/+1
2020-01-29touchpad: correct a wrong slot count by the kernelPeter Hutterer2-0/+183
2020-01-29test: make the custom touch override methods filter-ablePeter Hutterer6-30/+57
2020-01-29test: wrap slot counting into a helper functionPeter Hutterer4-39/+44
2020-01-09test: switch from counting slot max to num_slotsPeter Hutterer1-20/+13
2020-01-09test: simplify a slot count checkPeter Hutterer1-2/+1
2020-01-09test: fix some wrong touchpad slot range checksPeter Hutterer1-8/+7
2020-01-03litest: Fix warnings about discarded qualifiers with check-0.13.0Michael Forney2-19/+19
2020-01-03test: indentation fixPeter Hutterer1-1/+1
2020-01-03test: add the test cases to the suite in the utils testsPeter Hutterer1-0/+2
2019-12-04pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer3-0/+115
2019-11-28test: write our test case results out as junit xml filesPeter Hutterer1-0/+76
2019-11-26test: fix a multitap test expecting one tap too fewsatrmb1-1/+4
2019-11-15test: allow for substring matching in the various --filter- argumentsPeter Hutterer1-0/+9
2019-11-15touchpad: don't allow for multifinger tapping after a movePeter Hutterer3-0/+136
2019-11-15test: fix a pressure test to movement during tapPeter Hutterer1-1/+1
2019-11-05test: remove the hardcoded four-job valgrind test runPeter Hutterer1-1/+3
2019-11-05test: drop a now-obsolete testPeter Hutterer1-43/+0
2019-10-31tablet: handle a direct tool switch correctlyPeter Hutterer1-8/+45
2019-10-30test: remove a useless assignmentPeter Hutterer1-1/+0
2019-10-30test: silence a coverity warningPeter Hutterer1-0/+2
2019-10-30test: remove some useless code triggering a coverity warningPeter Hutterer1-6/+0
2019-10-29test: make the test jobs dependent on the number of processorsPeter Hutterer1-1/+4
2019-10-17Add a scroll button lock featurePeter Hutterer3-0/+534
2019-10-16fallback: don't send a single-touch motion if we just sent a beginPeter Hutterer1-0/+21
2019-10-14touchpad: use the same speed for scrolling as the baseline of the accel curvePeter Hutterer1-8/+8
2019-09-30test: fix a coverity warning about an unused valuePeter Hutterer1-6/+4
2019-09-29tablet: Improve forced prox out behavior.John Chadwick1-0/+37
2019-09-26test: Make udev_properties array fixed-size.John Chadwick1-1/+1
2019-09-25test: don't use debounced clicks for the middle button emulation clickPeter Hutterer1-4/+4
2019-09-25gestures: where we have more fingers than slots, default to swipePeter Hutterer1-0/+53
2019-09-11udev: parse the EVDEV_ABS properties for a potential fuzz settingPeter Hutterer1-0/+78
2019-09-11Split utility functions into separate source filesPeter Hutterer2-2/+15