summaryrefslogtreecommitdiff
path: root/test/test-misc.c
Commit message (Expand)AuthorAgeFilesLines
* timer: only warn about timer expiry issues when we're more than 20ms behindPeter Hutterer2021-12-071-1/+1
* libinput: add hold to get base eventJosé Expósito2021-09-241-1/+4
* test: drop the custom group namesPeter Hutterer2021-02-121-20/+20
* 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-121-12/+8
* 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
* treewide: fix typosTorstein Husebø2020-12-161-1/+1
* test: store the list of open file descriptors in the litest contextPeter Hutterer2020-07-071-0/+8
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-2/+3
* test: use context creation helper in the log testsPeter Hutterer2020-07-071-1/+1
* evdev: warn if our event processing lags by 10ms or morePeter Hutterer2020-05-131-0/+38
* test: add a test case for checking EVDEV_ABS overridesPeter Hutterer2020-02-121-0/+80
* timer: make the timer offset error a bit more user-friendlyPeter Hutterer2020-01-311-1/+1
* test: split out the unit tests into a separate test suitePeter Hutterer2019-03-141-1020/+0
* test: split the library version test outPeter Hutterer2019-03-141-23/+0
* test: up the ratelimit tests to 1000msPeter Hutterer2019-02-041-4/+4
* test: fix a clang warningPeter Hutterer2018-11-051-1/+1
* quirks: add the ability to disable custom event codes/typesPeter Hutterer2018-10-291-0/+76
* test: move the custom parser test structs into the functionsPeter Hutterer2018-10-221-61/+45
* test: drop a condition from the safe_atou testPeter Hutterer2018-09-141-1/+0
* util: tighten safe_atod parsing to only parse 'normal' numbersPeter Hutterer2018-08-131-5/+4
* util: fail property parsing if the dimensions are 0Peter Hutterer2018-08-131-2/+2
* util: remove now-unused helper functionsPeter Hutterer2018-08-021-58/+0
* Add versionsort testGreg V2018-07-191-0/+18
* test: misc: up the time limit on the ratelimit testsPeter Hutterer2018-07-051-4/+4
* test: add a libinput-test runner for 'deviceless' testsPeter Hutterer2018-06-261-28/+28
* Merge branch 'wip/config-files'Peter Hutterer2018-06-111-0/+179
|\
| * util: add a safe_atou() as unsigned equivalent to safe_atoi()Peter Hutterer2018-06-081-0/+115
| * util: add a list_append()Peter Hutterer2018-06-081-0/+64
* | util: add null string test handling to strv_joinPeter Hutterer2018-06-111-0/+3
|/
* test: don't use ck_assert_ptr_nullPeter Hutterer2018-05-031-1/+1
* util: add a strv_join() helper functionPeter Hutterer2018-05-031-0/+38
* Merge branch 'wip/custom-pointer-acceleration-function-v2'Peter Hutterer2018-05-021-0/+53
|\
| * util: add a helper function to split a key-value pair stringPeter Hutterer2018-04-261-0/+53
* | util: allow for palm pressure > 255Peter Hutterer2018-04-301-2/+1
|/
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+1
* Include stdarg.h where variadic functions are usedGreg V2017-12-011-0/+1
* test: restore the non-debounced litest_button_click()Peter Hutterer2017-11-201-3/+3
* test: replace litest_button_click with a debounced versionPeter Hutterer2017-11-201-3/+3
* timer: flush the timer funcs if our events come in latePeter Hutterer2017-09-211-0/+73
* util: add a safe_atoi_base() functionPeter Hutterer2017-09-071-0/+73
* test: make the lid action helper function a generic switch action helperPeter Hutterer2017-09-041-2/+6
* util: rename the pressure range parser to a more generic range_parserPeter Hutterer2017-07-111-6/+6
* timer: add a timer name to each timerPeter Hutterer2017-07-101-0/+38
* touchpad: add pressure-base palm detectionPeter Hutterer2017-07-031-0/+29
* test: don't leak test warnings to stdoutPeter Hutterer2017-06-021-12/+2
* touchpad: move the pressure range to a hwdb entryPeter Hutterer2017-04-261-0/+43
* evdev: split calibration property parsing into a helperPeter Hutterer2017-02-091-0/+55
* switch: only sync the initial state if we know the state is reliablePeter Hutterer2017-01-261-0/+40