index
:
wayland/libinput
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.16-branch
1.17-branch
1.18-branch
1.19-branch
1.2-branch
1.20-branch
1.22-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
main
master
tablet-support
wip/arch
wip/docbuild
wip/smaller-arch-image
input device management and event handling library (mirrored from https://gitlab.freedesktop.org/libinput/libinput)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
util: add the backtrace printing function as separate util
Peter Hutterer
1
-43
/
+5
2024-10-18
test: split the touchpad tests into a palm and a dwt test collection
Peter Hutterer
1
-87
/
+95
2024-10-18
test: split the tablet left-handed tests out into a separate collection
Peter Hutterer
1
-12
/
+17
2024-10-18
test: split out the touchpad tap tests into multiple collections
Peter Hutterer
1
-27
/
+44
2024-10-18
test: make the TEST_COLLECTION() macro re-usable in the same file
Peter Hutterer
1
-5
/
+5
2024-10-18
test: detach the suite handling from the file names
Peter Hutterer
1
-44
/
+14
2024-10-18
test: match the tablet's pad test collection with the file name
Peter Hutterer
1
-1
/
+1
2024-10-16
test: use a litest helper instead of return code comparison
Peter Hutterer
1
-6
/
+6
2024-10-16
test: rename a variable to indicate suites, not tests
Peter Hutterer
1
-6
/
+6
2024-10-16
test: rename all_tests to all_test_suites
Peter Hutterer
1
-7
/
+7
2024-10-16
test: check for verbosity immediately in main()
Peter Hutterer
1
-3
/
+3
2024-10-16
test: check for empty tests immediately, not later when we're running
Peter Hutterer
1
-6
/
+6
2024-10-16
test: init the global devices/test lists immediately
Peter Hutterer
1
-4
/
+2
2024-10-16
test: add restore_tty helper and use it
Peter Hutterer
1
-12
/
+18
2024-10-16
test: init the device list via argument
Peter Hutterer
1
-6
/
+5
2024-10-16
test: add a helper for deleting a created file
Peter Hutterer
1
-7
/
+18
2024-10-16
test: switch a bunch of tests from abort() to one with a message
Peter Hutterer
1
-41
/
+41
2024-10-16
test: fix litest_abort_msg() not starting a new line
Peter Hutterer
1
-12
/
+14
2024-10-15
test: switch the tests to use enum comparisons
Peter Hutterer
16
-396
/
+396
2024-10-15
test: add macros to compare enum values
Peter Hutterer
1
-0
/
+16
2024-10-15
test: switch a bunch of integer comparisons to right sizes
Peter Hutterer
10
-46
/
+49
2024-10-15
test: switch ck_assert over to litest_assert
Peter Hutterer
21
-1792
/
+1728
2024-10-15
test: add litest string comparison macros
Peter Hutterer
3
-0
/
+86
2024-10-15
test: replace manual "almost equal" with the new double epsilon
Peter Hutterer
1
-12
/
+8
2024-10-15
test: fix some checks using ints to compare doubles
Peter Hutterer
3
-14
/
+14
2024-10-15
test: fix a touch test comparing ints to doubles
Peter Hutterer
1
-2
/
+4
2024-10-15
test: add a macro to compare two doubles with a specific epsilon
Peter Hutterer
2
-10
/
+147
2024-10-15
test: initialize a variable to make scan-build happy
Peter Hutterer
1
-1
/
+1
2024-10-15
test: add litest_assert_event_type_not_one_of
Peter Hutterer
3
-2
/
+41
2024-10-15
test: replace ck_abort with litest_abort_msg()
Peter Hutterer
6
-17
/
+17
2024-10-15
test: fix missing END_TEST for strv_for_each_test
Peter Hutterer
1
-0
/
+1
2024-10-15
test: fix double parsing test
Peter Hutterer
1
-1
/
+1
2024-10-15
test: fix a data type in the utils test
Peter Hutterer
1
-1
/
+1
2024-10-15
test: add a missing va_end
Peter Hutterer
1
-0
/
+1
2024-10-15
test: fix uinput creation for the slotted devices with too many slots
Peter Hutterer
5
-6
/
+29
2024-10-14
test: make litest-test-suite --list YAML-compatible
Peter Hutterer
1
-4
/
+8
2024-10-14
test: move the test devices into the test_device_section
Peter Hutterer
2
-3
/
+3
2024-10-14
test: switch unused argc/argv to the list of tests
Peter Hutterer
1
-7
/
+7
2024-09-30
Fix a few potential NULL dereferences
Peter Hutterer
1
-1
/
+3
2024-09-19
test: fix macro grouping in the litest.h header
Peter Hutterer
1
-11
/
+11
2024-09-19
test: use litest_assert_event_type instead of direct type check
Peter Hutterer
9
-74
/
+33
2024-09-19
test: use litest_wait_for_event instead of a NONE event check
Peter Hutterer
2
-4
/
+2
2024-09-19
test: fix use of wrong enum for setting clickfinger maps
Peter Hutterer
1
-2
/
+2
2024-09-19
test: use litest_assert_empty_queue instead of a manual none check
Peter Hutterer
1
-4
/
+2
2024-09-19
test: add litest_dispatch() for better test debugging
Peter Hutterer
20
-1186
/
+1219
2024-09-19
test: abort on libinput bugs again
Peter Hutterer
1
-2
/
+2
2024-09-19
test: improve event debugging a bit
Peter Hutterer
2
-17
/
+86
2024-09-12
test: highlight the gesture state machine log messages in yellow
Peter Hutterer
1
-0
/
+2
2024-09-12
test: make litest_wait_for_event_of_type auto-terminating
Peter Hutterer
7
-31
/
+20
2024-09-12
test: make litest_drain_events_of_type auto-terminating
Peter Hutterer
5
-12
/
+14
[next]