summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests: fix fallthrough condition for supplementary groupsDavide Cavalca2018-10-116-16/+16
* tests: pass halt_on_error=1 to UBSanEvgeny Vereshchagin2018-10-111-1/+1
* meson: rename cpp_cmd to cxx_cmdZbigniew Jędrzejewski-Szmek2018-10-101-1/+1
* meson: we cannot call get_compiler('cpp') if we didn't "add" itZbigniew Jędrzejewski-Szmek2018-10-091-1/+1
* README.testsuite: update the documentation for mesonZbigniew Jędrzejewski-Szmek2018-10-091-26/+47
* test-execute: filter out ip6tnl0@ and ip6gre0@ interfacesZbigniew Jędrzejewski-Szmek2018-10-091-1/+1
* test: add TEST-24-UNIT-TESTS running all basic tests under containersYu Watanabe2018-10-093-0/+141
* test: do not use global variable to pass errorYu Watanabe2018-10-092-3/+6
* test: replace duplicated Makefile by symbolic linkYu Watanabe2018-10-097-28/+7
* test: make install_keymaps() optionally install more keymapsYu Watanabe2018-10-091-0/+10
* test: add paths of keymaps in install_keymaps()Yu Watanabe2018-10-091-1/+5
* test: introduce install_zoneinfo()Yu Watanabe2018-10-091-0/+7
* test: install libraries required by testsYu Watanabe2018-10-091-1/+1
* meson: use same compilers to build fuzzersYu Watanabe2018-10-091-1/+3
* Merge pull request #10134 from keszybz/test-runnerLennart Poettering2018-10-052-0/+69
|\
| * run-unit-tests: add option to run unsafe tests tooZbigniew Jędrzejewski-Szmek2018-09-241-0/+12
| * tests: add a runner for installed testsZbigniew Jędrzejewski-Szmek2018-09-242-0/+57
* | Merge pull request #10117 from keszybz/undynamicifyLennart Poettering2018-10-051-0/+1
|\ \
| * | Revert "resolve: enable DynamicUser= for systemd-resolved.service"Zbigniew Jędrzejewski-Szmek2018-09-201-0/+1
| |/
* | test-execute: add a test for systemcall filter (#10273)Yu Watanabe2018-10-052-0/+10
* | Merge pull request #10261 from yuwata/test-networkZbigniew Jędrzejewski-Szmek2018-10-031-4/+2
|\ \
| * | test: make systemd-networkd-tests.py run on arbitrary directoryYu Watanabe2018-10-031-1/+1
| * | test: replace stop+start by restartYu Watanabe2018-10-031-3/+1
* | | test-execute: also tests under the condition that unshare() is filteredYu Watanabe2018-10-032-2/+2
* | | test: add a testcase for oss-fuzz#10746Yu Watanabe2018-10-031-0/+0
|/ /
* | Merge pull request #10246 from keszybz/fuzz-bussLennart Poettering2018-10-0268-45/+34
|\ \
| * | bus-message: avoid wrap-around when using length read from messageZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | fuzz-bus-message: add two test cases that pass nowZbigniew Jędrzejewski-Szmek2018-10-022-0/+0
| * | bus-message: fix skipping of array fields in !gvariant messagesZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: fix calculation of offsets table for arraysZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: fix calculation of offsets tableZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: do not crash on message with a string of zero lengthZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: let's always use -EBADMSG when the message is badZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | bus-message: avoid an infinite loop on empty structuresZbigniew Jędrzejewski-Szmek2018-10-022-0/+0
| * | sd-bus: unify three code-paths which free struct bus_containerZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | fuzz-bus-message: add fuzzer for message parsingZbigniew Jędrzejewski-Szmek2018-10-021-0/+0
| * | meson: treat all fuzz cases as unit testsZbigniew Jędrzejewski-Szmek2018-10-021-30/+20
| * | fuzz: unify the "fuzz-regressions" directory with the main corpusZbigniew Jędrzejewski-Szmek2018-10-0231-2/+1
| * | fuzz: rename "fuzz-corpus" directory to just "fuzz"Zbigniew Jędrzejewski-Szmek2018-10-0222-0/+0
* | | test: fix tests for supplementary groupsYu Watanabe2018-10-029-9/+25
|/ /
* | test: Add tests for networkd (#10147)Susant Sahani2018-09-2980-0/+1429
* | tests: add a reproducer for the heap-buffer-overflow fixed in cb1bdeaf5685227...Evgeny Vereshchagin2018-09-292-0/+1
* | tests: add a reproducer for the heap-buffer-overflow fixed in b387d3c1327a3ad2Evgeny Vereshchagin2018-09-292-0/+1
* | tests: add a reproducer for another infinite loop in ndisc_handle_datagramEvgeny Vereshchagin2018-09-262-0/+1
* | tests: add a reproducer for an infinite loop in ndisc_handle_datagramEvgeny Vereshchagin2018-09-262-0/+1
* | Make Watchdog Signal ConfigurableAnita Zhang2018-09-261-0/+1
* | Merge pull request #10059 from yuwata/env-exec-directoryLennart Poettering2018-09-255-0/+5
|\ \
| * | test-execute: add tests for $RUNTIME_DIRECTORY= or friendsYu Watanabe2018-09-135-0/+5