summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27659 from yuwata/memfd-sealMike Yuan2023-05-162-0/+31
|\
| * test: add basic test for memfd_set_sealed() and memfd_get_sealed()Yu Watanabe2023-05-162-0/+31
* | test: add tests for UpheldBy= in [Install] sectionMike Yuan2023-05-151-2/+10
|/
* Merge pull request #27565 from yuwata/static-destructDaan De Meyer2023-05-121-4/+37
|\
| * static-destruct: introduce STATIC_ARRAY_DESTRUCTOR_REGISTER()Yu Watanabe2023-05-091-4/+37
* | mkfs-util: Add quiet argument to make_filesystem()Daan De Meyer2023-05-121-4/+4
* | Merge pull request #27534 from keszybz/deperlifyYu Watanabe2023-05-092-10/+19
|\ \ | |/ |/|
| * test: rework how udev-test is invokedZbigniew Jędrzejewski-Szmek2023-05-092-6/+6
| * test-udev: add an optional timeout argumentZbigniew Jędrzejewski-Szmek2023-05-091-4/+13
* | test-specifier: Ignore -ENOPKG from specifier_printf()Daan De Meyer2023-05-081-1/+1
|/
* parse-util: make parse_fd() return -EBADFYu Watanabe2023-05-081-2/+2
* Merge pull request #27536 from dtardon/checked-fd-parsingLuca Boccassi2023-05-051-0/+13
|\
| * test: add a test for parse_fd()David Tardon2023-05-051-0/+13
* | tpm2 PCRs: fix unchecked attempt to set PCR[24]OMOJOLA2023-05-051-1/+2
|/
* mount-util: simplify mount_switch_root() a bitLennart Poettering2023-05-031-0/+43
* generate-sym-test: only look in .c and .h filesLennart Poettering2023-05-021-0/+2
* generate-sym-test: search for missing symbolsLennart Poettering2023-05-021-2/+25
* test: also test all _public_ functions are listed in .sym filesYu Watanabe2023-05-012-28/+81
* cgroup: rework how we validate/escape cgroupsLennart Poettering2023-04-271-5/+10
* image-policy: split out code that "extends" underspecified partition policy f...Lennart Poettering2023-04-271-0/+9
* coredump filter: add mask for 'all' using UINT32_MAX, not UINT64_MAXLuca Boccassi2023-04-261-0/+2
* Merge pull request #27408 from keszybz/creds-missing-messageZbigniew Jędrzejewski-Szmek2023-04-261-4/+4
|\
| * shared/creds-util: return 0 for missing creds in read_credential_strings_manyZbigniew Jędrzejewski-Szmek2023-04-251-4/+4
* | test: cover missed stuff from securebits-util.hFrantisek Sumsal2023-04-251-0/+13
|/
* mountpoint-util: make path_get_mnt_id_at() work with a NULL pathLennart Poettering2023-04-251-0/+47
* fs-util: make sure open_mkdir_at() does something roughly sensible when invok...Lennart Poettering2023-04-251-0/+17
* Merge pull request #27386 from dtardon/test-cleanupLuca Boccassi2023-04-2511-155/+65
|\
| * test-hashmap-plain: use _cleanup_David Tardon2023-04-241-57/+22
| * test-set: use _cleanup_David Tardon2023-04-241-4/+2
| * test-calendarspec: use _cleanup_David Tardon2023-04-241-11/+5
| * test: use _cleanup_ for temp. filesDavid Tardon2023-04-217-72/+31
| * test-fdset: use _cleanup_David Tardon2023-04-211-5/+2
| * test: shorten a bitDavid Tardon2023-04-211-6/+3
* | Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-243-122/+266
|\ \ | |/ |/|
| * core/unit: add UNIT_ESCAPE_EXEC_SYNTAXZbigniew Jędrzejewski-Szmek2023-04-241-18/+38
| * core/unit: rename UNIT_ESCAPE_EXEC_SYNTAX → *_ENVZbigniew Jędrzejewski-Szmek2023-04-241-2/+2
| * core/unit: fix shell-escaping of stringsZbigniew Jędrzejewski-Szmek2023-04-241-5/+5
| * basic/logarithm: add popcount() wrapperZbigniew Jędrzejewski-Szmek2023-04-241-0/+21
| * test-core-unit: add new test file for unit_escape_setting() and friendsZbigniew Jędrzejewski-Szmek2023-04-042-0/+105
| * meson: redo grouping of tests under src/test/Zbigniew Jędrzejewski-Szmek2023-04-041-122/+120
* | chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-192-39/+37
* | chase: make the result absolute when a symlink is absoluteYu Watanabe2023-04-191-1/+10
* | chase: make chaseat() provides absolute path also when dir_fd points to the r...Yu Watanabe2023-04-191-0/+28
* | test: modernize test-async a bitFrantisek Sumsal2023-04-161-8/+7
* | Merge pull request #27283 from mrc0mmand/assorted-test-tweaksYu Watanabe2023-04-166-1/+209
|\ \
| * | test: add a couple of tests with invalid UTF-8 charactersFrantisek Sumsal2023-04-161-1/+19
| * | test: add a simple test for getenv_path_list()Frantisek Sumsal2023-04-161-0/+35
| * | test: add a simple test for secure-bits stuffFrantisek Sumsal2023-04-162-0/+85
| * | test: add tests for uuid/uint64 specifiersFrantisek Sumsal2023-04-161-0/+27
| * | test: add a test case for table_dup_cell()Frantisek Sumsal2023-04-151-0/+43