mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 04:58:21 +02:00
test: add a note to the touch double-down event
libevdev filters the ABS_MT_TRACKING_ID event for a double-touch down like this so we never see this in libinput. We see an error message from libevdev but otherwise this test is a false negative. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2d86dc2c6e
commit
db03e59c52
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@ START_TEST(touch_double_touch_down_up)
|
||||||
dev = litest_current_device();
|
dev = litest_current_device();
|
||||||
libinput = dev->libinput;
|
libinput = dev->libinput;
|
||||||
|
|
||||||
|
/* note: this test is a false negative, libevdev will filter
|
||||||
|
* tracking IDs re-used in the same slot. */
|
||||||
|
|
||||||
litest_touch_down(dev, 0, 0, 0);
|
litest_touch_down(dev, 0, 0, 0);
|
||||||
litest_touch_down(dev, 0, 0, 0);
|
litest_touch_down(dev, 0, 0, 0);
|
||||||
litest_touch_up(dev, 0);
|
litest_touch_up(dev, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue