index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: make UBSan print full backtraces
Evgeny Vereshchagin
2018-09-16
1
-2
/
+3
*
meson: do not build tests by default when '-Dtests=false'
Yu Watanabe
2018-09-13
1
-1
/
+1
*
meson: disable _all_ tests when -Dtests=false
Zbigniew Jędrzejewski-Szmek
2018-09-13
1
-10
/
+18
*
tests: add reproducers for several issues uncovered with fuzz-journald-syslog
Evgeny Vereshchagin
2018-09-03
5
-0
/
+8
*
Merge pull request #9977 from sourcejedi/no-remount-superblock3
Yu Watanabe
2018-09-01
4
-4
/
+11
|
\
|
*
namespace: fix mode for TemporaryFileSystem=
Alan Jenkins
2018-09-01
2
-0
/
+6
|
*
namespace: don't try to remount superblocks
Alan Jenkins
2018-08-30
2
-4
/
+5
*
|
tests: also run TEST-01-BASIC in an unprivileged container (#9957)
Evgeny Vereshchagin
2018-08-30
2
-6
/
+18
|
/
*
test: add testcase for issue 10007 by oss-fuzz
Yu Watanabe
2018-08-22
2
-0
/
+7
*
tmpfiles: use fd_get_path() even less excessively
Franck Bui
2018-08-21
1
-0
/
+45
*
test: make TEST-22 easier to debug, by outputting to /dev/console
Lennart Poettering
2018-08-08
1
-0
/
+2
*
test: don't use "nobody:nogroup" for tests
Lennart Poettering
2018-08-08
2
-30
/
+30
*
tmpfiles: add more tests
Franck Bui
2018-07-30
4
-0
/
+377
*
test: Increase qemu timeout from 90s to 180s
Michael Biebl
2018-07-27
1
-2
/
+2
*
Merge pull request #9720 from yuwata/fix-9702
Zbigniew Jędrzejewski-Szmek
2018-07-26
3
-0
/
+24
|
\
|
*
test: add tests for DynamicUser= with static User= whose UID and GID are diff...
Yu Watanabe
2018-07-26
3
-0
/
+24
*
|
test: add test for Type=exec
Lennart Poettering
2018-07-25
3
-0
/
+74
|
/
*
Add support for opening files for appending
Zsolt Dollenstein
2018-07-20
3
-0
/
+28
*
tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTS
Evgeny Vereshchagin
2018-07-18
1
-1
/
+1
*
tests: use the asan wrapper to boot a VM/container if systemd is built with ASAN
Evgeny Vereshchagin
2018-07-18
1
-2
/
+6
*
tests: create the asan wrapper automatically if systemd has been built with ASAN
Evgeny Vereshchagin
2018-07-18
1
-0
/
+24
*
test: Drop SKIP_INITRD for QEMU-based tests
Michael Biebl
2018-07-16
6
-6
/
+2
*
test: Fix typo in TEST-19-DELEGATE
Michael Biebl
2018-07-15
1
-1
/
+1
*
test: Fix networkd test for an already running service
Martin Pitt
2018-07-09
1
-4
/
+34
*
test: Reset systemd-resolved.service in networkd test
Martin Pitt
2018-07-09
1
-2
/
+2
*
tests: redirect ASAN reports on journald to a file
Evgeny Vereshchagin
2018-07-03
1
-0
/
+6
*
tests: add a wrapper for when systemd is built with ASAN
Evgeny Vereshchagin
2018-07-03
1
-1
/
+34
*
test: fix networkd-test.py rate limiting and dynamic user
Martin Pitt
2018-07-03
1
-0
/
+8
*
tests: up the image size a little, use twice that size with STRIP_BINARIES=no
Evgeny Vereshchagin
2018-07-02
1
-2
/
+6
*
test: add test for specifier of configuration directory root
Yu Watanabe
2018-06-20
2
-0
/
+2
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
2
-4
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
3
-3
/
+3
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
6
-7
/
+7
*
Merge pull request #9246 from keszybz/ellipsize-invalid-mem-ref
Lennart Poettering
2018-06-11
2
-1
/
+14
|
\
|
*
basic/ellipsize: do not assume the string is NUL-terminated when length is given
Zbigniew Jędrzejewski-Szmek
2018-06-11
2
-0
/
+9
|
*
meson: add fuzz regressions to list
Zbigniew Jędrzejewski-Szmek
2018-06-11
1
-1
/
+5
*
|
fuzz: add testcase for issue 8827
Yu Watanabe
2018-06-11
2
-0
/
+6
|
/
*
test: turn off the kernel's passive agressive /dev/kmsg ratelimit for our tests
Lennart Poettering
2018-06-06
1
-0
/
+1
*
test: make sure output of test TEST-03 test service ends up on console
Lennart Poettering
2018-06-06
2
-1
/
+3
*
test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUT
Lennart Poettering
2018-06-06
2
-0
/
+2
*
tests: tighten check for TEST-06-SELINUX dependencies a bit
Lennart Poettering
2018-06-06
1
-1
/
+1
*
Merge pull request #9167 from keszybz/ellipsization
Lennart Poettering
2018-06-04
1
-0
/
+6
|
\
|
*
test-ellipsize: add tests for ellipsize_mem, fix bugs
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-0
/
+6
*
|
test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=
Yu Watanabe
2018-06-03
3
-0
/
+10
|
/
*
shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP e...
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+0
*
shared/logs-show: fix mixup between length-based memory duplication and strin...
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+0
*
journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+0
*
fuzz-journal-remote: a fuzzer for journal-remote over-the-wire input
Zbigniew Jędrzejewski-Szmek
2018-05-31
2
-0
/
+181
*
Fix pattern to detect distribution
Sergio Lindo Mansilla
2018-05-30
1
-3
/
+3
[next]