summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-29tests: add an lldp fuzzerEvgeny Vereshchagin3-0/+0
2018-10-25Merge pull request #10378 from poettering/json-fuzz-fixZbigniew Jędrzejewski-Szmek1-0/+9
2018-10-24test: create /dev/null in test-udev.plYu Watanabe1-1/+2
2018-10-23tests: allow passing log_level via an environment variable (#10490)Evgeny Vereshchagin1-1/+1
2018-10-23tests: update networkd-test.py to use resolvectl instead of systemd-resolve (...Michael Biebl1-10/+10
2018-10-19fuzz: add testcase of oss-fuzz#11019Yu Watanabe1-0/+0
2018-10-19tests: clean up again after running tests (#10446)Lennart Poettering3-3/+11
2018-10-18fuzz: add test from oss-fuzz#10908Lennart Poettering1-0/+9
2018-10-18core: implement per unit journal rate limitingAnita Zhang1-0/+2
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca5-10/+14
2018-10-11tests: fix fallthrough condition for supplementary groupsDavide Cavalca6-16/+16
2018-10-11tests: pass halt_on_error=1 to UBSanEvgeny Vereshchagin1-1/+1
2018-10-10meson: rename cpp_cmd to cxx_cmdZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-09meson: we cannot call get_compiler('cpp') if we didn't "add" itZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-09README.testsuite: update the documentation for mesonZbigniew Jędrzejewski-Szmek1-26/+47
2018-10-09test-execute: filter out ip6tnl0@ and ip6gre0@ interfacesZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-09test: add TEST-24-UNIT-TESTS running all basic tests under containersYu Watanabe3-0/+141
2018-10-09test: do not use global variable to pass errorYu Watanabe2-3/+6
2018-10-09test: replace duplicated Makefile by symbolic linkYu Watanabe7-28/+7
2018-10-09test: make install_keymaps() optionally install more keymapsYu Watanabe1-0/+10
2018-10-09test: add paths of keymaps in install_keymaps()Yu Watanabe1-1/+5
2018-10-09test: introduce install_zoneinfo()Yu Watanabe1-0/+7
2018-10-09test: install libraries required by testsYu Watanabe1-1/+1
2018-10-09meson: use same compilers to build fuzzersYu Watanabe1-1/+3
2018-10-05Merge pull request #10134 from keszybz/test-runnerLennart Poettering2-0/+69
2018-10-05Merge pull request #10117 from keszybz/undynamicifyLennart Poettering1-0/+1
2018-10-05test-execute: add a test for systemcall filter (#10273)Yu Watanabe2-0/+10
2018-10-03Merge pull request #10261 from yuwata/test-networkZbigniew Jędrzejewski-Szmek1-4/+2
2018-10-03test-execute: also tests under the condition that unshare() is filteredYu Watanabe2-2/+2
2018-10-03test: make systemd-networkd-tests.py run on arbitrary directoryYu Watanabe1-1/+1
2018-10-03test: replace stop+start by restartYu Watanabe1-3/+1
2018-10-03test: add a testcase for oss-fuzz#10746Yu Watanabe1-0/+0
2018-10-02Merge pull request #10246 from keszybz/fuzz-bussLennart Poettering68-45/+34
2018-10-02bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02fuzz-bus-message: add two test cases that pass nowZbigniew Jędrzejewski-Szmek2-0/+0
2018-10-02bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2-0/+0
2018-10-02sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek1-0/+0
2018-10-02test: fix tests for supplementary groupsYu Watanabe9-9/+25
2018-10-02meson: treat all fuzz cases as unit testsZbigniew Jędrzejewski-Szmek1-30/+20
2018-10-02fuzz: unify the "fuzz-regressions" directory with the main corpusZbigniew Jędrzejewski-Szmek31-2/+1
2018-10-02fuzz: rename "fuzz-corpus" directory to just "fuzz"Zbigniew Jędrzejewski-Szmek22-0/+0
2018-09-29test: Add tests for networkd (#10147)Susant Sahani80-0/+1429