Process tests: check timer status in various tests.
[oweals/dinit.git] / src / tests /
2018-01-25 Davin McCallProcess tests: check timer status in various tests.
2018-01-21 Davin McCallRename load_service.cc to load-service.cc for consistency.
2018-01-20 Davin McCallSupport for running services as a different user (run...
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-18 Davin McCallAdd test for console release for STARTING to STOPPED...
2018-01-18 Davin McCallBuild: rename EXTRA_LIBS to the more conventional LDFLAGS.
2018-01-16 Davin McCalltests build: use dependencies auto-generated from teste...
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-16 Davin McCallAdd second smooth recovery test.
2018-01-16 Davin McCallFix smooth recovery test.
2018-01-16 Davin McCallAdd process service stop timeout test.
2018-01-15 Davin McCallAdd a proc test, and name each test.
2018-01-15 Davin McCallFix issue with process services restarting after start...
2018-01-15 Davin McCallAdd getpgid stub to bp_sys namespace.
2018-01-15 Davin McCallproctests: complete existing tests and add a 4th (curre...
2018-01-15 Davin McCalltests makefile: auto-generate dependencies (*.d) while...
2018-01-15 Davin McCallImplement mock functionality for some system calls...
2018-01-14 Davin McCallStub out system functions for testing (WIP).
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallAdd some process-service tests.
2018-01-13 Davin McCallStub out Dasynq functionality for tests.
2018-01-12 Davin McCalltests: infrastructure for implementing mock headers.
2018-01-12 Davin McCallMove includes into a separate directory.
2018-01-11 Davin McCallTests: use stubs for various functions.
2018-01-11 Davin McCallFix build of tests.
2018-01-08 Davin McCallRename service_type (type) to service_type_t.
2018-01-05 Davin McCallAllow for interrupting process startup (by sending...
2018-01-05 Davin McCallBuild and run tests with sanitizers enabled.
2018-01-05 Davin McCallMerge pull request #1 from mskarbek/tests_fix
2018-01-05 Marcin SkarbekFixed tests 1/head
2017-10-03 Davin McCallAdd some tests for milestone dependencies.
2017-10-02 Davin McCallDefine and use a macro to run a named test.
2017-10-01 Davin McCallCorrect use of SOFT vs WAITS_FOR dependency type in...
2017-09-30 Davin McCallRe-work dependency specification for service_record...
2017-09-07 Davin McCallImprove a test (and make it pass).
2017-09-05 Davin McCallFix test 6, add a new test (test 7).
2017-07-07 Davin McCalltests: add another.
2017-07-06 Davin McCallTests: add another test.
2017-07-06 Davin McCalltests: correct get_state call (after rename from getState).
2017-06-17 Davin McCallIf a service stops and won't restart, release explicit...
2017-06-17 Davin McCallBuild: fix dependencies of tests executable.
2017-06-16 Davin McCallAllow "make check" to run tests.
2017-06-16 Davin McCallBeginnings of automated test suite.