summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* basic/mkdir: use timespec_store instead of _nsec for mkdir_p_root_fullMike Yuan2024-05-071-20/+20
* test-bpf-foreign-programs: pass the right error variableDavid Tardon2024-05-071-1/+1
* test-bpf-restrict-fs: pass the right error variableDavid Tardon2024-05-071-1/+1
* test-socket-bind: pass the right error variableDavid Tardon2024-05-071-1/+1
* repart: respect `SOURCE_DATE_EPOCH` on `mkdir_p_root`Moritz Sanft2024-05-072-12/+39
* test: Only set environment variable if integration tests are enabled.Daan De Meyer2024-05-061-2/+1
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* test: modernize test-dirent-utilLuca Boccassi2024-04-261-20/+20
* test: do not fail if mknod() fails in a build systemLuca Boccassi2024-04-261-7/+14
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-1/+1
* test: Skip meson integration tests if SYSTEMD_INTEGRATION_TESTS != 1Daan De Meyer2024-04-251-0/+1
* core: drop unused param, move taint calculation to separate fileZbigniew Jędrzejewski-Szmek2024-04-243-20/+15
* test: ensure all architecture ids we define definitely fit into .v/ patternsLennart Poettering2024-04-221-0/+13
* Merge pull request #32389 from keszybz/bin-sbin-mergeLuca Boccassi2024-04-222-7/+6
|\
| * Try path without sbin even if compiled with split-bin=trueZbigniew Jędrzejewski-Szmek2024-04-222-7/+6
* | test-execute: Use new assertion macrosDaan De Meyer2024-04-221-138/+138
* | test: Add ASSERT_ERROR() and ASSERT_ERROR_ERRNO()Daan De Meyer2024-04-221-0/+15
* | test: Make sure test_fdset_close_others does not affect logging fdsDaan De Meyer2024-04-221-0/+9
* | test-bpf-restrict-fs: Add @application to allowed filesystems as wellDaan De Meyer2024-04-221-6/+6
* | test-bpf-firewall: Skip if ping is not availableDaan De Meyer2024-04-221-0/+4
* | sd-id128: add an app-specific flavour of the invocation ID tooLennart Poettering2024-04-201-1/+31
* | Merge pull request #32142 from bluca/portable_vpickLuca Boccassi2024-04-191-1/+1
|\ \
| * | vpick: add pick_filter_image_any filter that matches both dirs and imagesLuca Boccassi2024-04-191-1/+1
* | | test: initialize _cleanup_ variablesLuca Boccassi2024-04-191-1/+1
|/ /
* / use FOREACH_ELEMENTMatteo Croce2024-04-185-6/+6
|/
* test: initialize _cleanup_ variablesLuca Boccassi2024-04-161-8/+8
* ASSERT_STREQ for simple casesIvan Kruglov2024-04-1593-1519/+1519
* tree-wide: insert missing space after commaYu Watanabe2024-04-121-4/+4
* test: PROJECT_FILE macro cannot be used in generated codeYu Watanabe2024-04-111-0/+7
* Merge pull request #32202 from DaanDeMeyer/assertYu Watanabe2024-04-117-25/+31
|\
| * Introduce ASSERT_OK_ERRNO()Daan De Meyer2024-04-107-25/+31
* | Merge pull request #32181 from YHNdnzj/open-fileLuca Boccassi2024-04-111-6/+4
|\ \
| * | shared/open-file: use xescape to escape ':'Mike Yuan2024-04-101-6/+4
| |/
* / ASSERT_NULL/ASSERT_NOT_NULLIvan Kruglov2024-04-1032-154/+154
|/
* test: add a couple of sanity tests for ASSERT_*() macrosFrantisek Sumsal2024-04-091-0/+57
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-093-0/+6
* test-date: add missing headerAntonio Alvarez Feijoo2024-04-091-0/+2
* test: Various build environment fixesDaan De Meyer2024-04-095-12/+39
* Merge pull request #32156 from YHNdnzj/mountfsd-followupMike Yuan2024-04-081-2/+2
|\
| * uid-range: place 'ret' param at lastMike Yuan2024-04-081-2/+2
* | I made more unit test to use the test macroUsman Akinyemi2024-04-0821-402/+402
|/
* test-execute: check for s390x first and duplicate testLuca Boccassi2024-04-081-0/+3
* mountfsd: add new systemd-mountfsd componentLennart Poettering2024-04-061-0/+3
* nsresourced: add new daemon for granting clients user namespaces and assignin...Lennart Poettering2024-04-061-1/+4
* cgroup-util: add helpers for opening cgroup by idLennart Poettering2024-04-061-0/+44
* uid-range: add some basic operations on UidRange objectsLennart Poettering2024-04-061-7/+30
* uid-range: optionally load outside view of UID range from uid_map procfs fileLennart Poettering2024-04-061-2/+2
* image-policy: add a new image_policy_intersect() callLennart Poettering2024-04-061-0/+32
* test: improve debug-ability of test-executeFrantisek Sumsal2024-04-061-1/+5
* Merge pull request #31131 from poettering/dlopen-kmodLuca Boccassi2024-04-063-10/+22
|\