summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34675 from poettering/dupfd-queryLuca Boccassi2024-10-082-22/+44
|\
| * fd-util: use F_DUPFD_QUERY for same_fd()Lennart Poettering2024-10-081-1/+17
| * fd-util: introduce fd_validate() helperLennart Poettering2024-10-082-21/+27
* | time-util: fix parsing timestamp with NZ timezoneYu Watanabe2024-10-081-0/+31
|/
* tree-wide: drop doubled empty linesYu Watanabe2024-10-078-8/+0
* sd-varlink: mark functions that can take 'more' flag in IDL structures with a...Lennart Poettering2024-10-021-1/+1
* tree-wide: always do dlopen() with RTLD_NOW + RTLD_NODELETELennart Poettering2024-10-023-3/+3
* Merge pull request #34511 from YHNdnzj/strv-extend-strv-consumeYu Watanabe2024-09-211-0/+40
|\
| * basic/strv: introduce strv_extend_strv_consume()Mike Yuan2024-09-211-0/+40
* | verbs: use strv_find_closest()Yu Watanabe2024-09-201-0/+22
* | strv: introduce strv_find_closest()Yu Watanabe2024-09-201-0/+27
|/
* test: add tests for seccomp_suppress_sync()Yu Watanabe2024-09-191-0/+52
* test-process-util: Ignore EINVAL from setresuid() and setresgid()Daan De Meyer2024-09-191-2/+4
* test-process-util: Use FORK_REOPEN_LOG everywhere we close all fdsDaan De Meyer2024-09-191-7/+7
* test-process-util: Migrate to new assertion macrosDaan De Meyer2024-09-191-201/+226
* Add ASSERT_OK_ZERO_ERRNO() and ASSERT_OK_EQ_ERRNO()Daan De Meyer2024-09-191-0/+12
* test: quote paths to executablesYu Watanabe2024-09-181-2/+2
* dns-domain: add test case from #34399Lennart Poettering2024-09-131-0/+3
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-131-1/+1
* extend sysctl functions to shadow valuesMatteo Croce2024-09-111-2/+2
* cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policyLennart Poettering2024-09-061-3/+13
* iovec-util: add iovec_append() for appending to an existing iovecLennart Poettering2024-09-061-0/+13
* test-utmp: replace UT_LINESIZE/UT_NAMESIZE/UT_HOSTSIZE with sizeof_field()Lennart Poettering2024-09-061-12/+6
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-1/+28
* json-util: Add JSON_BUILD_PAIR_CALLBACK_NON_NULL()Daan De Meyer2024-09-031-0/+12
* json-util: Add JSON_BUILD_STRING_ORDERED_SET()Daan De Meyer2024-09-031-0/+14
* repart: Add compression supportDaan De Meyer2024-09-031-4/+4
* test: modernize test-conf-parser.cYu Watanabe2024-09-011-26/+30
* conf-parser: make config_parse_strv() stricter and optionally drop duplicated...Yu Watanabe2024-09-011-8/+15
* progress-bar: Put a space after the prefixAdrian Vovk2024-08-311-1/+1
* test: when refusing to run slow tests, mention how to run themLennart Poettering2024-08-301-2/+2
* tests: Add ASSERT_OK_EQ()Daan De Meyer2024-08-271-0/+6
* hwdb: rename hwdb_bin_paths -> HWDB_BIN_PATHSYu Watanabe2024-08-211-1/+1
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-1/+2
* Merge pull request #34026 from DaanDeMeyer/testsDaan De Meyer2024-08-188-10/+23
|\
| * test: Gracefully handle running within user namespace with single userDaan De Meyer2024-08-188-10/+23
* | core/unit: rename set_unit_path() -> setenv_unit_path()Mike Yuan2024-08-1711-16/+16
|/
* test: remove temporary directory on successYu Watanabe2024-08-151-5/+3
* test: add ASSERT_OK_POSITIVE() and ASSERT_OK_ZERO()Yu Watanabe2024-08-141-0/+12
* cgroup-util: drop unused cg_rmdir()Mike Yuan2024-08-021-6/+1
* cgroup-setup: drop unused cg_migrate_callback for cg_attach_everywhere()Mike Yuan2024-08-021-1/+1
* test: use ASSERT_OK_ERRNO() for setenv() and unsetenv()Yu Watanabe2024-08-014-26/+26
* test: resolve "Unchecked return value" coverity warningYu Watanabe2024-08-011-1/+1
* Merge pull request #33825 from DaanDeMeyer/chattrLuca Boccassi2024-07-253-206/+228
|\
| * fs-util: Handle dangling symlinks in openat_report_new()Daan De Meyer2024-07-241-0/+11
| * test-fs-util: Modernize openat_report_new() testDaan De Meyer2024-07-241-40/+36
| * test-id128: Use new assertion macrosDaan De Meyer2024-07-241-166/+166
| * test: Add ASSERT_EQ_ID128() and ASSERT_NE_ID128()Daan De Meyer2024-07-241-0/+10
| * test: Add ASSERT_FAIL()Daan De Meyer2024-07-241-0/+5
* | basic/log: do not treat all negative errnos as syntheticMike Yuan2024-07-251-5/+9
|/