summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: add test for Type=execLennart Poettering2019-05-033-0/+74
* bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* fuzz-bus-message: add two test cases that pass nowZbigniew Jędrzejewski-Szmek2019-05-032-0/+0
* bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2019-05-032-0/+0
* fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek2019-05-031-0/+0
* meson: treat all fuzz cases as unit testsZbigniew Jędrzejewski-Szmek2019-05-031-28/+20
* fuzz: unify the "fuzz-regressions" directory with the main corpusZbigniew Jędrzejewski-Szmek2019-05-0329-2/+1
* test: add testcase for issue 10007 by oss-fuzzYu Watanabe2019-05-032-0/+7
* fuzz: rename "fuzz-corpus" directory to just "fuzz"Zbigniew Jędrzejewski-Szmek2019-05-0322-0/+0
* tests: add a reproducer for another infinite loop in ndisc_handle_datagramEvgeny Vereshchagin2019-05-032-0/+1
* tests: add a reproducer for an infinite loop in ndisc_handle_datagramEvgeny Vereshchagin2019-05-032-0/+1
* tests: add reproducers for several issues uncovered with fuzz-journald-syslogEvgeny Vereshchagin2019-05-035-0/+8
* test: don't overwrite TESTDIR if already setFrantisek Sumsal2019-03-131-2/+7
* tests: also run TEST-01-BASIC in an unprivileged container (#9957)Evgeny Vereshchagin2019-03-102-6/+18
* tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTSEvgeny Vereshchagin2019-03-101-1/+1
* tests: use the asan wrapper to boot a VM/container if systemd is built with ASANEvgeny Vereshchagin2019-03-101-2/+6
* tests: redirect ASAN reports on journald to a fileEvgeny Vereshchagin2019-03-101-0/+6
* tests: add a wrapper for when systemd is built with ASANEvgeny Vereshchagin2019-03-101-1/+34
* tests: create the asan wrapper automatically if systemd has been built with ASANEvgeny Vereshchagin2019-03-101-0/+24
* test: add TEST-24-UNIT-TESTS running all basic tests under containersYu Watanabe2019-03-043-0/+141
* rule-syntax-check: allow PROGRAM as an assignmentJan Synacek2019-02-181-1/+4
* test-network: ignore tunnel devices automatically added by kernelYu Watanabe2019-02-141-1/+1
* test: replace echo with socatFrantisek Sumsal2019-02-141-3/+3
* test: Drop SKIP_INITRD for QEMU-based testsMichael Biebl2019-01-146-6/+2
* tests: explicitly enable user namespaces for TEST-13-NSPAWN-SMOKEFrantisek Sumsal2019-01-141-1/+6
* sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-12-061-0/+0
* Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-291-0/+0
* bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-291-0/+0
* Revert "udev: remove WAIT_FOR key"Michal Sekletar2018-08-021-1/+1
* test: add test for specifier of configuration directory rootYu Watanabe2018-06-212-0/+2
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-142-4/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-143-3/+3
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-146-7/+7
* Merge pull request #9246 from keszybz/ellipsize-invalid-mem-refLennart Poettering2018-06-112-1/+14
|\
| * basic/ellipsize: do not assume the string is NUL-terminated when length is givenZbigniew Jędrzejewski-Szmek2018-06-112-0/+9
| * meson: add fuzz regressions to listZbigniew Jędrzejewski-Szmek2018-06-111-1/+5
* | fuzz: add testcase for issue 8827Yu Watanabe2018-06-112-0/+6
|/
* test: turn off the kernel's passive agressive /dev/kmsg ratelimit for our testsLennart Poettering2018-06-061-0/+1
* test: make sure output of test TEST-03 test service ends up on consoleLennart Poettering2018-06-062-1/+3
* test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUTLennart Poettering2018-06-062-0/+2
* tests: tighten check for TEST-06-SELINUX dependencies a bitLennart Poettering2018-06-061-1/+1
* Merge pull request #9167 from keszybz/ellipsizationLennart Poettering2018-06-041-0/+6
|\
| * test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek2018-06-021-0/+6
* | test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe2018-06-033-0/+10
|/