summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-06server/touch: add event history replaying testtouch-event-historyPeter Hutterer1-0/+194
2012-11-06common/helpers: fix ASSERT_ERROR to avoid double-calling its argumentPeter Hutterer1-2/+5
2012-11-06common/helper: fix error trap for stack-local XErrorPeter Hutterer3-11/+13
2012-11-06common/helpers: use booleans instead of definesPeter Hutterer1-3/+3
2012-11-06server/touch: register for XI2.2 before selecting eventsPeter Hutterer1-0/+3
2012-11-06server/touch: Add test for Button1Motion mask on emulated pointer motionPeter Hutterer1-0/+21
2012-11-06server/touch: ButtonState check only works on XI2.2Peter Hutterer1-1/+1
2012-11-02server/touch: fix button state checks on touch eventsPeter Hutterer1-8/+2
2012-11-02server/touch: fix touch selection testPeter Hutterer1-20/+74
2012-11-02touch: split base touch test class outPeter Hutterer1-21/+24
2012-11-02HACKING: always use a base class to provide some naming stabilityPeter Hutterer1-0/+8
2012-11-02gitignore: ignore ctags filesPeter Hutterer1-0/+1
2012-11-02server/touch: use XI_2_Minor for testing rangePeter Hutterer1-1/+2
2012-11-02Use VIRTUAL_CORE_POINTER_ID instead of numeric valuePeter Hutterer3-5/+5
2012-11-02common: add DeviceIDToString helperPeter Hutterer2-0/+22
2012-11-02server/touch: expand two test descriptionsPeter Hutterer1-10/+17
2012-11-02server/touch: use Values instad of a range for device IDsPeter Hutterer1-1/+2
2012-11-02server/touch: drop unnecessary use of HierarchyMaskPeter Hutterer1-23/+7
2012-11-02server: Add tests for pointer barriersJasper St. Pierre7-2/+646
2012-11-02common/helpers: Add basic error trapping support, and port to itJasper St. Pierre4-71/+97
2012-10-31Add #defines for VCK/VCP in common/helpers.hJasper St. Pierre1-0/+3
2012-10-31server: Update .gitignore for the xi2 => touch renameJasper St. Pierre1-1/+1
2012-10-31HACKING: write a section on writing testsPeter Hutterer1-0/+155
2012-10-31common: rename InputDriverTest to XITServerInputTestPeter Hutterer17-61/+61
2012-10-31common/input-driver-test: export error base and event base for XI2Peter Hutterer2-0/+14
2012-10-31server/touch: rename touch selection testsPeter Hutterer1-4/+5
2012-10-31server/touch: rename touch tests to be more explicitPeter Hutterer1-11/+11
2012-10-31server/xi2: rename test to touch - all tests in here are touch device testsPeter Hutterer2-3/+3
2012-10-31server/xigrabbutton: fold into grab testPeter Hutterer2-9/+2
2012-10-30server/xi2: add check for button state on Touch* eventsPeter Hutterer1-0/+69
2012-10-30server/xi2: write tests for button state on emulated eventsPeter Hutterer1-0/+124
2012-10-30common/xit-server-test: only install 60s timeout if we're not debuggingPeter Hutterer1-3/+7
2012-10-30server/xi2: convert leftover SCOPED_TRACE to XORG_TESTCASEPeter Hutterer1-12/+11
2012-10-29server/xi2: add explanatory comment to endifPeter Hutterer1-1/+1
2012-10-29common: move default log/config path generation to XITServerPeter Hutterer5-44/+48
2012-10-29Drop StartServer() helper functionPeter Hutterer6-16/+7
2012-10-29common/xit-server: add Start(config) for simpler server startingPeter Hutterer4-5/+19
2012-10-29Drop InitDefaultLogFiles helperPeter Hutterer19-46/+0
2012-10-29common: add new XITServer class as wrapper to XServerPeter Hutterer10-10/+48
2012-10-26common/xorg-conf: always init config file to default pathPeter Hutterer2-2/+4
2012-10-26Use XORG_TESTCASE macro for test case descriptionsPeter Hutterer12-79/+83
2012-10-26video/video-module-load: rename to more expressive testPeter Hutterer1-1/+1
2012-10-26input/input-module-load: rename for more expressive test namePeter Hutterer1-2/+5
2012-10-26input: switch kbd, mouse and synaptics to "Driver"-less namingPeter Hutterer3-46/+46
2012-10-26input/evdev: drop "Driver" part of the test namesPeter Hutterer1-25/+25
2012-10-26input/legacy-drivers: change "DriverTest" to just "Test"Peter Hutterer1-10/+10
2012-10-26input/legacy-drivers: aiptek tests can be parameter-basedPeter Hutterer1-73/+17
2012-10-26input/legacy-drivers: rename test namesPeter Hutterer1-9/+12
2012-10-26common: rip VideoDriverTest class's body outPeter Hutterer3-79/+9
2012-10-26common: make video driver test subclass of XITServerTest tooPeter Hutterer2-69/+3