summaryrefslogtreecommitdiff
path: root/tests/src/test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* Disable user switching if logind says it isn't supportedRichard Hansen2023-04-281-1/+4
* tests: New FENCE script command to ensure event orderRichard Hansen2023-04-281-7/+30
* tests: Include the command line in the debug logRichard Hansen2023-04-261-0/+2
* tests: Include $DBUS_SYSTEM_BUS_ADDRESS in the test logRichard Hansen2023-04-261-2/+2
* tests: Replace system("cp ...") with GIO callsRichard Hansen2023-04-261-16/+62
* tests: Check for dbus connection errorRichard Hansen2023-04-261-1/+3
* tests: Reuse the g_bus_get_sync return valueRichard Hansen2023-04-261-45/+44
* tests: Fix g_bus_own_name argument orderRichard Hansen2023-04-261-2/+2
* tests: Include script commands in the debug logRichard Hansen2023-04-261-0/+3
* tests: Add some documenting comments to help future readersRichard Hansen2023-04-261-0/+53
* tests: Refactor run_commands for readabilityRichard Hansen2023-04-261-8/+9
* test-runner.c: Fix: Make the test runner aware of the --with-greeter-user con...Paul Wolneykien2022-05-121-1/+1
* test-runner.c: Fix: Make the test runner aware of the --with-greeter-session ...Paul Wolneykien2022-05-121-1/+4
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIRobert Ancell2018-01-231-4/+4
* Move test variable declarations from the start of files.Robert Ancell2018-01-171-515/+316
* Remove trailing whitespaceRobert Ancell2018-01-111-3/+3
* Fix up KeyboardLayouts migration to AccountsService extensionRobert Ancell2017-12-221-2/+2
* Use AccountsService extension system for extended greeter information (backgr...Robert Ancell2017-12-201-5/+39
* Refactor global variables out of DBus codeRobert Ancell2017-12-201-218/+199
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-395/+269
* Use power management functions from ConsoleKit2 if available.Robert Ancell2017-01-121-0/+32
* Allow D-Bus interface to be disabledRobert Ancell2016-12-071-44/+101
* Add a test for logind TerminateSession callsRobert Ancell2016-11-281-0/+25
* Fix warning when tests completeRobert Ancell2016-07-141-1/+6
* Fix warning about status timeoutRobert Ancell2016-07-141-1/+4
* Add tests for new ConsoleKit XDG_RUNTIME_DIR supportRobert Ancell2016-01-261-2/+20
* Add a test for adding local X serversRobert Ancell2016-01-251-0/+19
* Refactor XDMCP error handling and add many more XDMCP testsRobert Ancell2015-11-191-0/+2
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-141-0/+1
* Improve Xvnc testsRobert Ancell2015-05-141-0/+1
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-7/+8
* Allow a duration to be set for test waitsRobert Ancell2015-03-091-1/+16
* Fixes a bug that prevents session locking if the session was unlocked after c...Jesús González2015-02-121-0/+48
|\
| * Added a test that checks that a seat is locked properly when it has been unlo...Jesús González2014-11-271-0/+52
|/
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-0/+267
* Merge with trunkRobert Ancell2014-11-131-31/+17
|\
| * Correctly mock /run in tests so Mir tests don't collide with system filesRobert Ancell2014-11-101-0/+1
| * Revert changes to AccountsService properties watching - it appears it's not u...Robert Ancell2014-10-031-31/+16
* | Merge with trunkRobert Ancell2014-10-021-16/+31
|\ \ | |/
| * Get individual user properties as they change instead of GetAllRobert Ancell2014-10-021-1/+1
| * Only listen for standard AccountsService propertiesRobert Ancell2014-10-021-16/+31
* | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-267/+0
|/
* Remove trailing whitespaceRobert Ancell2014-09-191-6/+6
* Call LightDM asynchronously from test-runner as LightDM might make D-Bus call...Robert Ancell2014-09-101-67/+101
* Add a test for the case seat0 has CanGraphical=false on startupRobert Ancell2014-09-051-1/+6
* Revert globbing changes - there are problems with itRobert Ancell2014-09-031-28/+7
* Don't use org.freedesktop.login1.Manager.GetSessionByPID to get the logind se...Robert Ancell2014-09-031-62/+96
* Generate valid d-bus addresses for mock logind seatsRobert Ancell2014-09-021-7/+28
* Handle CanGraphical property changing on logind seatsRobert Ancell2014-08-281-6/+6
* Add a new UPDATE-SEAT command so we can test logind seat changing properties ...Robert Ancell2014-08-271-15/+58