summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* format-table: add some minimal testing for new table_add_many() featuresLennart Poettering2019-07-161-5/+6
* test: make sure colors don't confuse our testLennart Poettering2019-07-161-0/+1
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-153-3/+0
* test: modernize test-alloc-util.c test a bitLennart Poettering2019-07-121-4/+4
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-124-8/+8
|\
| * test-process-util: invert reporting to make sure that we're not dividing by 0Zbigniew Jędrzejewski-Szmek2019-07-121-2/+2
| * test: minor modernizationZbigniew Jędrzejewski-Szmek2019-07-122-5/+5
| * test-alloc-util: assert on the return value to appease coverityZbigniew Jędrzejewski-Szmek2019-07-111-1/+1
* | tree-wide: get rid of strappend()Lennart Poettering2019-07-124-23/+6
* | Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering2019-07-111-1/+27
|\ \ | |/ |/|
| * tests: Check trivial loop between two jobsMichal Koutný2019-06-261-1/+11
| * tests: Check job ordering on execution cyclesMichal Koutný2019-06-261-1/+17
* | Merge pull request #13011 from keszybz/auto-eraseLennart Poettering2019-07-112-33/+9
|\ \
| * | test-strv: test strv_free_erase() a little bitZbigniew Jędrzejewski-Szmek2019-07-101-9/+9
| * | Remove string_eraseZbigniew Jędrzejewski-Szmek2019-07-101-24/+0
* | | Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-111-0/+11
|\ \ \
| * | | basic/log: add a define for path relative to source rootZbigniew Jędrzejewski-Szmek2019-07-041-0/+11
* | | | Merge pull request #12965 from keszybz/auto-eraseLennart Poettering2019-07-101-0/+16
|\ \ \ \ | | |/ / | |/| |
| * | | test: add _cleanup_(erase_and_freep)Zbigniew Jędrzejewski-Szmek2019-07-101-0/+16
| |/ /
* | | tree-wide: introduce strerror_safe()Yu Watanabe2019-07-053-9/+11
* | | sd-event: replace snprintf() with strpcpyf()Yu Watanabe2019-07-051-0/+21
|/ /
* | Merge pull request #12903 from keszybz/condition-quotingYu Watanabe2019-06-304-82/+104
|\ \
| * | test-condition: do not accidentally treat error as passing conditionZbigniew Jędrzejewski-Szmek2019-06-291-51/+51
| * | Treat kernel version condition as a list of quoted checksZbigniew Jędrzejewski-Szmek2019-06-291-1/+23
| * | Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-283-30/+30
* | | Merge pull request #12887 from fbuihuu/coredump-cleanup-part-1Zbigniew Jędrzejewski-Szmek2019-06-281-2/+2
|\ \ \ | |/ / |/| |
| * | journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-2/+2
| |/
* | Merge pull request #12890 from yuwata/fix-conf-parser-12883Zbigniew Jędrzejewski-Szmek2019-06-271-6/+13
|\ \
| * | test: add testcase for issue #12883Yu Watanabe2019-06-271-6/+13
| |/
* | test: fix argument type of test_format_bytes_one()Yu Watanabe2019-06-271-7/+8
* | util,test: rename variable non_iec -> siYu Watanabe2019-06-271-3/+3
|/
* bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-251-3/+50
* test: add more testcases for prefix_roota()Yu Watanabe2019-06-241-0/+3
* path-util: get rid of prefix_root()Lennart Poettering2019-06-212-8/+8
* test: add tests for format_bytes()Yu Watanabe2019-06-192-0/+42
* util: introduce format_bytes_full()Yu Watanabe2019-06-192-2/+2
* libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe2019-06-121-15/+15
* Merge pull request #11778 from anitazha/rfe_11654_dbusChris Down2019-06-051-0/+46
|\
| * core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-0/+46
* | test-cpu-set-util: fix allocation size check on i386Zbigniew Jędrzejewski-Szmek2019-06-041-1/+3
* | test-cpu-set-util: fix comparison for allocation sizeZbigniew Jędrzejewski-Szmek2019-06-041-11/+11
* | cpu-set-util: use %d-%d format in cpu_set_to_range_string() only for actual ...Michal Sekletar2019-06-031-7/+9
* | test-sleep: also print parsed modes and statesZbigniew Jędrzejewski-Szmek2019-06-041-1/+20
* | Merge pull request #12619 from zachsmith/refactor-parse-sleep-configZbigniew Jędrzejewski-Szmek2019-06-031-4/+2
|\ \
| * | systemd-sleep: refactor sleep config parsingZach Smith2019-05-301-4/+2
* | | Merge pull request #12700 from yuwata/udev-propagate-critical-errorsZbigniew Jędrzejewski-Szmek2019-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | udev: modernize udev-rules.cYu Watanabe2019-06-021-1/+1
* | | shared/varlink: add missing terminator in json stringsZbigniew Jędrzejewski-Szmek2019-05-301-0/+4
* | | test-user-util: add simple test for make_salt()Zbigniew Jędrzejewski-Szmek2019-05-301-0/+16
|/ /
* | Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-304-78/+241
|\ \