Add libevdev_disable_property
[platform/upstream/libevdev.git] / test /
2020-10-19 Scott JannAdd libevdev_disable_property
2020-09-11 Peter Huttererinclude: sync event codes with kernel 5.8
2020-08-14 Niclas Zeisingtests: Add FreeBSD specific tests
2020-08-14 Niclas Zeisingtests: Disable attach debugger on FreeBSD
2020-08-14 Niclas Zeisingtests: disable force feedback events on FreeBSD
2020-08-14 Niclas Zeisingtests: Use CLOCK_MONOTONIC_FAST on FreeBSD
2020-08-13 Niclas ZeisingDon't hardcode /bin/bash
2020-07-15 Peter Huttererlibevdev: any value less than 0 has a NULL name
2020-02-19 Peter Hutterertest: remove unreachable switch case
2020-02-19 Peter Hutterertest: add missing check for tripletap
2020-02-19 Peter Hutterertest: fix a few scan-build errors about dead storage
2020-02-19 Peter HuttererUpdate the BTN_TOOL bits correctly during SYN_DROPPED...
2020-02-18 Peter Hutterermeson.build: hook up the static symbols leak test
2020-02-18 Peter Hutterertest: change the static symbol leak test to a shell...
2020-02-18 Peter Hutterertest: always ship with the helper files
2020-02-14 Peter Hutterertest: silence warnings about missing field initializers
2020-02-14 Peter Hutterertest: fix two signed vs unsigned warnings
2020-02-14 Peter Huttererconfig.h is a local include path
2020-02-11 Peter Hutterertest: slightly modernize some of the tests
2020-02-11 Peter Hutterertest: provide a function to print an event
2020-02-11 Peter Hutterertest: split the tests into one test case each
2020-02-11 Peter Hutterertest: wrap the event checks into a macro
2020-02-06 Peter Hutterertest: add mangle_path to the excluded symbols leak...
2019-11-18 Peter Hutterertest: replace the SW_LID tests with SW_HEADPHONE_INSERT
2019-06-17 Peter HuttererInitialize the slots correctly when enabling ABS_MT_SLOT
2019-03-21 Peter HuttererAdd a code-based name lookup function
2019-03-19 Peter HuttererDon't read events unless required
2018-10-22 Peter Huttererinclude: sync event codes with kernel 4.19
2018-07-09 Peter HuttererAdd libevdev_event_value_get_name() to resolve ABS_MT_T...
2018-07-09 Peter HuttererResolve the names "SW_MAX" and friends
2018-07-09 Peter Hutterertest: add a test timeout multiplier for valgrind
2018-06-29 Peter Huttererconfigure.ac: remove --disable-test-run
2018-06-29 Peter Hutterertest: add LIBEVDEV_SKIP_ROOT_TESTS environment variable...
2018-06-15 Peter Hutterertest: move the kernel test to the same infrastructure
2018-06-15 Peter Hutterertest: check for the device nodes to exist before testing
2018-06-15 Peter Hutterertest: split some non-root tests into separate binaries
2018-06-15 Peter Hutterertest: sort-of autodetect whether we need root privileges
2018-06-15 Peter Hutterertest: automate test suite handling
2018-06-15 Peter Hutterertest: rename some tests for less ambiguity
2018-04-12 Deepa DinamaniUpdate struct input_event
2018-02-26 Peter Hutterertest: skip tests when we're not root
2018-02-26 Peter HuttererBlacklist SW_MAX so it doesn't shadow SW_PEN_INSERTED
2018-02-26 Peter HuttererBlacklist REP_MAX so it doesn't shadow REP_PERIOD
2017-12-13 Peter Hutterertest: add --no-install flag to be able to debug directly
2017-12-13 Peter HuttererWhen changing the fd, reset our grab state to ungrabbed
2017-05-09 Peter Hutterertest: remove test for ULONG_MAX queue allocation
2017-05-09 Peter Hutterertest: drop unused parameters from test's main()
2017-05-08 Peter Hutterertest: disable coredumps during test suite runs
2017-01-08 Peter Huttererconfigure.ac: enable subdir-objects
2017-01-06 Peter Hutterertest: fix a Makefile.am comment
2016-11-30 Peter HuttererDisable test runs on make distcheck
2016-03-03 Peter Hutterertest: ignore a failure to UI_DEV_DESTROY the device
2016-03-03 Peter Hutterertest: drop unnecessary return value
2015-04-08 Peter HuttererAccept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
2015-03-15 Peter SeidererDisable test-static-link in case of shared only build.
2015-03-03 Peter Hutterercosmetic: fix a couple of duplicate/missing empty lines
2015-02-09 Peter Hutterertest: use -std=c89 instead of c90 for the build test
2015-02-04 Peter Hutterertest: always build the build-tests
2015-02-04 Peter Huttererconfigure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
2014-11-17 Peter Hutterertest: add test for clock id setting on an invalid device
2014-11-17 Peter Hutterertest: add test for setting absinfo on invalid devices
2014-11-17 Peter Hutterertest: add test case for grab calls on invalid devices
2014-11-17 Peter Hutterertest: add missing tests for invalid calls on next_event...
2014-08-25 Peter Hutterertest: fix EVIOCREVOKE test on non-supporting kernels
2014-08-25 Peter HuttererHook up nm to check for leaking symbols in the static...
2014-08-25 Peter Hutterertest: handle the GCOV_LDFLAGS in all tests
2014-08-25 Peter Hutterertest: override check-local instead of check
2014-08-25 Peter Hutterertest: add basic static link test
2014-08-19 Peter HuttererAdd libevdev_property_from_name()
2014-08-18 Peter Hutterertest: drop include of libevdev-int.h
2014-08-18 Peter Hutterertest: use ck_assert_int_eq() where comparing integers
2014-06-11 Peter Hutterertest: ignore any timer_create errors in valgrind
2014-06-05 Peter HuttererAdd per-device log handlers
2014-05-07 Peter Hutterertest: unconditionally distribute the valgrind suppressions
2014-04-29 Peter Hutterertest: run all tests through valgrind
2014-04-29 Peter Hutterertest: disable parallel testing
2014-04-27 Peter Hutterertest: silence some valgrind warnings
2014-04-23 Peter HuttererDrain all events before synchronizing after SYN_DROPPED
2014-04-07 Peter Hutterertest: restore default log priority after tests
2014-04-03 Peter HuttererDrop invalid ABS_MT_TRACKING_ID changes
2014-04-03 Peter HuttererDrop hardcoded MAX_SLOTS in favour of pre-allocated...
2014-04-02 Peter Hutterertest: remove checks for test device creation failure
2014-04-02 Peter Hutterertest: the kernel test build doesn't need to link to...
2014-04-02 Peter Hutterertest: fix kernel test for revoke after
2014-04-01 Peter Hutterertest: fix the tracking_id sync test
2014-03-18 Peter Hutterertest: shut up compiler warning
2014-03-10 Peter Hutterertest: fix distcheck
2014-03-07 Peter HuttererIf the tracking ID changes during SYN_DROPPED, terminat...
2014-03-07 Benjamin TissoiresSend an extra ABS_MT_SLOT event to sync the client...
2014-03-06 Peter HuttererDon't sync the MT state for fake MT devices
2014-03-06 Peter HuttererCap slot values to the announced maximum
2014-03-05 Peter Hutterertest: add two more checks for the current slot
2014-03-05 Peter HuttererIncrease MAX_SLOTS to 60
2014-03-05 Peter Hutterertest: add a test for > MAX_SLOTS mt values
2014-03-05 Peter Hutterertest: whitespace fixes (newlines)
2014-02-27 Peter Hutterertest: plug more memory leaks
2014-02-27 Peter Hutterertest: fix memleak when using the test-uinput device
2014-02-25 Peter HuttererAdd a test for EVIOCREVOKE
2014-02-25 Peter Hutterertest: remove a bunch of superfluous empty lines
2014-02-12 Peter HuttererActually filter by log priority
next