summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #10087 from keszybz/xnox/fix-test-functionsZbigniew Jędrzejewski-Szmek2018-09-241-3/+2
|\ \ \ | |_|/ |/| |
| * | test/test-functions: adjust to Exec*= paths not being absoluteZbigniew Jędrzejewski-Szmek2018-09-151-1/+1
| * | test/test-functions: drop all prefixesDimitri John Ledkov2018-09-151-3/+2
| |/
* | tests: make UBSan print full backtracesEvgeny Vereshchagin2018-09-161-2/+3
* | meson: do not build tests by default when '-Dtests=false'Yu Watanabe2018-09-131-1/+1
* | meson: disable _all_ tests when -Dtests=falseZbigniew Jędrzejewski-Szmek2018-09-131-10/+18
|/
* tests: add reproducers for several issues uncovered with fuzz-journald-syslogEvgeny Vereshchagin2018-09-035-0/+8
* Merge pull request #9977 from sourcejedi/no-remount-superblock3Yu Watanabe2018-09-014-4/+11
|\