summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-02-05grab: Update tests for change of touch and async grab interactionPovilas Kanapickas1-4/+8
2022-02-05common: Detect invalid usage of XITPropertyPovilas Kanapickas1-0/+6
2022-02-05Fix usages of "Device Enabled" property: it's a 8-bit value, not 32-bitPovilas Kanapickas2-2/+2
2022-02-05common: Fix uninitialized variablePovilas Kanapickas1-1/+1
2022-02-05grab: Fix deallocation of mask arrayPovilas Kanapickas1-1/+1
2021-05-30Implement tests for gesture eventsPovilas Kanapickas3-0/+2447
2021-02-15grab: Re-enable DeviceUngrabDropsEmulatedEvents testPovilas Kanapickas1-1/+1
2021-02-15input: Update test after server fixes for emulated event deliveryPovilas Kanapickas1-6/+9
2021-02-15grab: Test active pointer grab without button events after implicit grabPovilas Kanapickas1-0/+132
2021-02-15grab: Simplify code by reusing CreateWindow helperPovilas Kanapickas1-75/+10
2021-02-08grab: Add tests for a couple active grab scenarios after touch beginsPovilas Kanapickas1-0/+97
2021-02-08Add a XI2 mask builderPovilas Kanapickas2-6/+40
2021-02-07misc: Sync DoubleSegfault test to current behavior of XorgPovilas Kanapickas1-3/+5
2021-02-07misc: Use dummy configuration in DoubleSegfault testPovilas Kanapickas1-1/+3
2021-02-07misc: Properly disable X server termination in DoubleSegfault testPovilas Kanapickas1-5/+1
2021-02-07Test case when emulated touch is replayed after a explicit grabPovilas Kanapickas1-0/+68
2021-01-06Accept list of events as a vector to SelectXI2EventsPovilas Kanapickas5-33/+15
2021-01-06Remove variadic argument overloads of Process::Start()Povilas Kanapickas1-2/+2
2021-01-06grab: Expect motion events before touch-emulated button pressesPovilas Kanapickas1-1/+7
2021-01-06barriers: Assume FIXES 5 is presentPovilas Kanapickas3-11/+0
2021-01-06barriers: Assume XI 2.3 is presentPovilas Kanapickas2-5/+0
2020-12-20Remove no longer used HAVE_CONFIG_HPovilas Kanapickas32-118/+0
2020-12-20common: Fix includes in xit-event.hPovilas Kanapickas1-3/+4
2020-12-20common: Don't ignore non-matching events in testsPovilas Kanapickas1-1/+1
2020-12-20common: Don't check XPending when waiting for eventsPovilas Kanapickas1-1/+1
2020-12-19Remove no longer needed Emulate3Buttons optionPovilas Kanapickas1-2/+0
2020-12-19Remove no longer needed GrabDevice optionPovilas Kanapickas9-45/+21
2020-12-19Use override specifier for overridden functionsPovilas Kanapickas16-60/+60
2020-12-19Remove evdev-based test device implementationPovilas Kanapickas6-90/+4
2020-12-19tests: Rewrite general input tests to use inputtest driverPovilas Kanapickas1-504/+345
2020-12-17tests: Remove input driver testsPovilas Kanapickas10-6230/+0
2020-12-14Reimplement touch tests on top of inputtest devicePovilas Kanapickas1-177/+128
2020-12-14Reimplement misc tests on top of inputtest devicePovilas Kanapickas1-34/+55
2020-12-14Reimplement multihead tests on top of inputtest devicePovilas Kanapickas1-69/+70
2020-12-14Reimplement xigrabbutton tests on top of inputtest devicePovilas Kanapickas1-15/+22
2020-12-14Reimplement xtest tests on top of inputtest devicePovilas Kanapickas1-11/+18
2020-12-14Reimplement dga tests on top of inputtest devicePovilas Kanapickas1-13/+21
2020-12-14Reimplement libxi tests on top of inputtest devicePovilas Kanapickas1-24/+61
2020-12-14Reimplement grab tests on top of inputtest devicePovilas Kanapickas1-213/+216
2020-12-14Reimplement barrier tests on top of inputtest devicePovilas Kanapickas5-121/+155
2020-12-14Add a way to append config to server layoutPovilas Kanapickas2-0/+18
2020-12-14Implement an interface to Xorg via inputtest driverPovilas Kanapickas3-1/+134
2020-12-14Fix the include path for wacom-properties.hPeter Hutterer3-3/+3
2020-12-14Fix the include path for xserver-properties.hPeter Hutterer2-2/+2
2020-12-03Remove autotools build supportPovilas Kanapickas6-144/+0
2020-11-30Make libXScrnSaver conditionalPeter Hutterer1-1/+4
2020-11-30Two minor whitespace fixesPeter Hutterer1-1/+1
2020-11-30Assume XI 2.2 and XI 2.3 are availablePeter Hutterer7-20/+0
2020-11-30tests: fix rather confusing compiler errorPeter Hutterer1-1/+1
2020-11-26tests: fix two compiler warnings about ambiguous if/elsePeter Hutterer2-4/+5