summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-08shared/sleep-config: add switches to kill specific sleep modesZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-08test-sleep: print function namesZbigniew Jędrzejewski-Szmek1-2/+8
2018-10-08basic/proc-cmdline: allow parsing of cmdline from a stringZbigniew Jędrzejewski-Szmek1-14/+80
2018-10-05path-util: fix path_simplify() with kill_dots and "."Thomas Haller1-4/+4
2018-10-05Merge pull request #10134 from keszybz/test-runnerLennart Poettering1-24/+22
2018-10-05Merge pull request #10117 from keszybz/undynamicifyLennart Poettering1-34/+0
2018-10-05Merge pull request #10152 from yuwata/udev-use-extractLennart Poettering3-7/+194
2018-10-05test-execute: add a test for systemcall filter (#10273)Yu Watanabe1-0/+1
2018-10-04test: fix memleak in test-fs-utilYu Watanabe1-6/+6
2018-10-04test-fs-util: run all tests on the specified directoryZbigniew Jędrzejewski-Szmek1-33/+79
2018-10-03test-fs-util: simplify testdir creationZbigniew Jędrzejewski-Szmek1-8/+4
2018-10-03Merge pull request #10251 from poettering/renameat-racyZbigniew Jędrzejewski-Szmek1-0/+72
2018-10-03test-execute: also tests under the condition that unshare() is filteredYu Watanabe1-29/+61
2018-10-02test: add test for sd_deviceYu Watanabe1-0/+4
2018-10-02Merge pull request #10249 from keszybz/lgtm-fixesLennart Poettering1-1/+1
2018-10-02test: add test case for rename_noreplace()Lennart Poettering1-0/+72
2018-10-02shared/install: avoid overwriting 'r' counter with a partial resultZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-02Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek1-0/+62
2018-10-01Merge pull request #10218 from keszybz/export-sd-device-hwdbYu Watanabe2-0/+78
2018-10-01test-sd-hwdb: skip tests if hwdb cannot be openedZbigniew Jędrzejewski-Szmek1-3/+14
2018-10-01Merge pull request #10138 from yuwata/test-check-containerZbigniew Jędrzejewski-Szmek3-6/+45
2018-09-30test-sd-hwdb: add a simple test for export sd-hwdb functionsZbigniew Jędrzejewski-Szmek2-0/+67
2018-09-27Merge pull request #10173 from poettering/sd-boot-utfZbigniew Jędrzejewski-Szmek1-5/+39
2018-09-26Merge pull request #10158 from keszybz/seccomp-log-tighteningLennart Poettering1-40/+67
2018-09-26test: introduce test-udev-build-argvYu Watanabe2-0/+90
2018-09-26test: add tests for strv_split_full()Yu Watanabe1-7/+104
2018-09-25utf8: add utf8_to_utf16() helperLennart Poettering1-5/+39
2018-09-25Merge pull request #10059 from yuwata/env-exec-directoryLennart Poettering2-6/+39
2018-09-24seccomp: reduce logging about failure to add syscall to seccompZbigniew Jędrzejewski-Szmek1-8/+8
2018-09-24test-seccomp: log function namesZbigniew Jędrzejewski-Szmek1-1/+28
2018-09-24test-seccomp: move two similar tests closerZbigniew Jędrzejewski-Szmek1-31/+31
2018-09-24test-udev: use _cleanup_ and modernize styleZbigniew Jędrzejewski-Szmek1-24/+22
2018-09-24exec-util: in execute_directories, support initial exec environmentDimitri John Ledkov1-7/+36
2018-09-22test-udev: use LOG_REALM_UDEVYu Watanabe1-1/+1
2018-09-21test-execute: skip several tests when running in containerYu Watanabe1-1/+11
2018-09-21test-execute: also check python3 is installed or notYu Watanabe1-0/+17
2018-09-21test-process-util: skip several verifications when running in unprivileged co...Yu Watanabe1-4/+9
2018-09-21test-fs-util: skip some tests when running in unprivileged containerYu Watanabe1-1/+8
2018-09-21test-seccomp: add log messages when skipping testsYu Watanabe1-22/+68
2018-09-21test-process-util: logs something when skipping testsYu Watanabe1-2/+6
2018-09-20bus-util: drop now-unused functionsZbigniew Jędrzejewski-Szmek1-34/+0
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-11/+3
2018-09-15Merge pull request #10070 from keszybz/test-reportingYu Watanabe53-263/+198
2018-09-14Merge pull request #9920 from yuwata/udev-cleanup-4Zbigniew Jędrzejewski-Szmek1-7/+2
2018-09-14tests: add a helper function to skip with errnoZbigniew Jędrzejewski-Szmek7-33/+16
2018-09-14tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek51-105/+86
2018-09-14test-condition: make function return voidZbigniew Jędrzejewski-Szmek1-4/+2
2018-09-14tests: add helper to unify skipping a test and exitingZbigniew Jędrzejewski-Szmek19-123/+80
2018-09-13test: unset $XDG_{CONFIG,DATA}_DIRSYu Watanabe1-0/+2
2018-09-13meson: do not build tests by default when '-Dtests=false'Yu Watanabe1-3/+6