summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | shared/cpu-set-util: only force range printing one timeZbigniew Jędrzejewski-Szmek2019-05-291-3/+4
| * | shared/cpu-set-util: introduce cpu_set_to_range()Michal Sekletar2019-05-291-0/+50
| * | test-cpu-set-util: add test for dbus conversionsZbigniew Jędrzejewski-Szmek2019-05-291-0/+31
| * | test-execute: use CPUSet tooZbigniew Jędrzejewski-Szmek2019-05-291-7/+6
| * | test-cpu-set-util: add a smoke test for test_parse_cpu_set_extend()Zbigniew Jędrzejewski-Szmek2019-05-291-0/+25
| * | test-cpu-set-util: add simple test for cpus_in_affinity_mask()Zbigniew Jędrzejewski-Szmek2019-05-291-0/+9
| * | Move cpus_in_affinity_mask() to cpu-set-util.[ch]Zbigniew Jędrzejewski-Szmek2019-05-291-0/+1
| * | Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-292-81/+99
| * | shared/cpu-set-util: move the part to print cpu-set into a separate functionZbigniew Jędrzejewski-Szmek2019-05-211-0/+29
* | | Merge pull request #12646 from yuwata/networkctl-use-tableZbigniew Jędrzejewski-Szmek2019-05-301-2/+3
|\ \ \
| * | | tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-2/+3
| | |/ | |/|
* | | tests: skip test-bpf only when we're 100% sure it's run in containersEvgeny Vereshchagin2019-05-301-1/+1
* | | Merge pull request #12617 from mbiebl/skip-test-bpf-containersEvgeny Vereshchagin2019-05-291-2/+3
|\ \ \ | |/ / |/| |
| * | test-bpf: skip test when run inside containersMichael Biebl2019-05-191-2/+3
| |/
* | test: exit cleanly on successLennart Poettering2019-05-281-0/+1
* | test-fs-util: don't validate mode of symlinksLennart Poettering2019-05-241-1/+0
* | tests: add simple test case for chmod_and_chown()Lennart Poettering2019-05-241-0/+46
* | test-execute: let's ignore the difference between CLD_KILLED and CLD_DUMPEDLennart Poettering2019-05-241-1/+7
* | test-execute: check exit code before exit statusLennart Poettering2019-05-241-6/+8
* | test: use the new action in our testsLennart Poettering2019-05-241-1/+1
* | Merge pull request #12590 from keszybz/unicode-cmdlinesLennart Poettering2019-05-243-78/+171
|\ \
| * | basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-39/+39
| * | basic/escape: add truncation to xescape tooZbigniew Jędrzejewski-Szmek2019-05-221-3/+41
| * | util-lib: do not truncate kernel comm namesZbigniew Jędrzejewski-Szmek2019-05-221-6/+8
| * | Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-40/+39
| * | util-lib: add truncation based on printable width to utf8_escape_non_printable()Zbigniew Jędrzejewski-Szmek2019-05-221-0/+32
| * | test-utf8: add function headers and rename tests after functions they testZbigniew Jędrzejewski-Szmek2019-05-211-4/+26
| |/
* | test: Remove superfluous error checkChris Down2019-05-221-1/+0
* | pid1: improve message when setting up namespace failsZbigniew Jędrzejewski-Szmek2019-05-221-1/+2
|/
* test: add test that shows all colors we defineLennart Poettering2019-05-101-0/+33
* test-alloc-util: add "test" that cleanup functions are done in expected orderZbigniew Jędrzejewski-Szmek2019-05-101-0/+29
* tests: add varlink testLennart Poettering2019-05-092-0/+243
* cgroup: Test that it's possible to set memory protection to 0 againChris Down2019-05-081-3/+3