index
:
delta/lightdm-git.git
lightdm-1-0
lightdm-1-10
lightdm-1-12
lightdm-1-14
lightdm-1-16
lightdm-1-18
lightdm-1-2
lightdm-1-20
lightdm-1-22
lightdm-1-24
lightdm-1-26
lightdm-1-28
lightdm-1-30
lightdm-1-4
lightdm-1-6
lightdm-1-8
main
master
renovate/configure
github.com: CanonicalLtd/lightdm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
x-server-xvnc: Adjust default color depth to match upstream TigerVNC.
Maxim Cournoyer
2022-08-26
4
-4
/
+4
*
Fix tests broken by default config change in 77a7c6b7b8ca896b98ef43826641bdd5...
Robert Ancell
2022-07-18
6
-9
/
+9
*
Fix test against arrays that can never be NULL
Robert Ancell
2022-06-15
1
-8
/
+4
*
Disable compiler optimizations for test programs
Paul Wolneykien
2022-05-12
1
-0
/
+4
*
test-runner.c: Fix: Make the test configuration files aware of the --with-gre...
Paul Wolneykien
2022-05-12
3
-18
/
+18
*
test-runner.c: Fix: Make the test runner aware of the --with-greeter-user con...
Paul Wolneykien
2022-05-12
1
-1
/
+1
*
test-runner.c: Fix: Make the test runner aware of the --with-greeter-session ...
Paul Wolneykien
2022-05-12
1
-1
/
+4
*
Add __getgroups_chk prototype to fix build failures on some systems
Robert Ancell
2022-05-02
1
-0
/
+1
*
Fix check for __getgroups_chk
Robert Ancell
2022-05-02
1
-1
/
+1
*
Fix test build failing on older versions of glibc without __getgroups_chk
Robert Ancell
2022-05-02
1
-0
/
+2
*
Mock __getgroups_chk to fix tests on recent glibc
Robert Ancell
2022-04-26
1
-0
/
+6
*
fix: use g_autofree in x_authority_load
master
KT-lcz
2021-06-25
1
-1
/
+1
*
ci: Disable flaky test
Robert Ancell
2021-02-16
1
-1
/
+1
*
Require python 3 for the tests
Robert Ancell
2021-02-16
1
-1
/
+1
*
Handle Python 3 sort method changes
Robert Ancell
2021-02-15
1
-8
/
+1
*
Handle Python 3 use of bytes
Robert Ancell
2021-02-15
1
-2
/
+2
*
Glibc 2.33 fix.
Martin Liska
2021-02-15
1
-0
/
+6
*
Drop Qt 4 support, it's been unsupported since 2015
Robert Ancell
2019-10-14
35
-128
/
+0
*
Remove Unity System Compositor support - it is a dead project
Robert Ancell
2018-08-30
63
-2061
/
+46
*
Use more modern *_get_instance_private() method for storing private data
Robert Ancell
2018-08-30
6
-107
/
+141
*
Fix qt5 test being run instead of qt4 one
Robert Ancell
2018-08-30
1
-1
/
+1
*
Remove use of deprecated g_type_class_add_private
Robert Ancell
2018-08-30
3
-13
/
+12
*
Set XDG_SEAT env variable in script hooks
Robert Ancell
2018-08-21
8
-30
/
+32
*
Fix test failing due to random ordering of results
Robert Ancell
2018-05-11
4
-6
/
+23
*
Fix incorrect use of ConsoleKit CanSuspend/Hibernate API
Robert Ancell
2018-01-23
1
-4
/
+4
*
Move test variable declarations from the start of files.
Robert Ancell
2018-01-17
20
-1339
/
+754
*
Fix test programs failing to link to liblightdm symbols
Robert Ancell
2018-01-17
1
-0
/
+2
*
Ensure XDMP X sever shuts down when session closes
Robert Ancell
2018-01-12
7
-6
/
+123
*
Remove trailing whitespace
Robert Ancell
2018-01-11
1
-3
/
+3
*
Fix LightDM failing to start greeters on remote X servers.
Robert Ancell
2018-01-11
3
-0
/
+64
*
Fix up KeyboardLayouts migration to AccountsService extension
Robert Ancell
2017-12-22
1
-2
/
+2
*
Use AccountsService extension system for extended greeter information (backgr...
Robert Ancell
2017-12-20
1
-5
/
+39
*
Refactor global variables out of DBus code
Robert Ancell
2017-12-20
1
-218
/
+199
*
Remove trailing whitespace
Robert Ancell
2017-12-11
1
-3
/
+3
*
Remove unnecessary semicolons on the end of macros
Robert Ancell
2017-12-11
3
-5
/
+5
*
Fix VNC connection not being closed on session exit
Robert Ancell
2017-12-08
6
-3
/
+29
*
Remove trailing whitespace
Robert Ancell
2017-12-08
1
-12
/
+12
*
Fix tests not working when picking up system configuration
Robert Ancell
2017-12-07
3
-0
/
+9
*
Use g_auto to automatically free memory
Robert Ancell
2017-09-27
17
-848
/
+514
*
Fix timed autologins not using autologin-session when no session specified
Robert Ancell
2017-09-21
1
-1
/
+1
*
Remove trailing whitespace
Robert Ancell
2017-09-21
1
-1
/
+1
*
Expose autologin-session as a hint to the greeter
Robert Ancell
2017-09-21
14
-48
/
+101
*
Remove trailing whitespace
Robert Ancell
2017-02-13
1
-4
/
+4
*
Add a test to confirm can repeatedly switch to greeter and back to the session
Robert Ancell
2017-01-27
3
-0
/
+166
*
Correctly pass return value from sessions to LightDM
Robert Ancell
2017-01-27
6
-4
/
+60
*
Use power management functions from ConsoleKit2 if available.
Robert Ancell
2017-01-12
5
-4
/
+105
*
Use liblightdm-gobject power methods instead of re-implementing in Qt, only r...
Robert Ancell
2017-01-12
13
-33
/
+6
*
Allow D-Bus interface to be disabled
Robert Ancell
2016-12-07
4
-44
/
+148
*
Merge with trunk
Robert Ancell
2016-11-28
13
-2
/
+162
|
\
|
*
Add tests to check session listing works in greeters
Robert Ancell
2016-11-22
9
-2
/
+87
[next]