summaryrefslogtreecommitdiff
path: root/tests/virtestmock.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused includesPeng Liang2022-06-161-2/+0
* tests: vir: use g_autofreeJán Tomko2021-09-091-7/+3
* Replace AbsPath judgement method with g_path_is_absolute()Luke Yue2021-04-211-1/+1
* meson: tests: add file access test setupPavel Hrdina2020-08-031-1/+1
* src: convert all code to use virsocket.hDaniel P. Berrangé2020-01-291-7/+2
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-6/+2
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-2/+1
* util: drop support for stack traces with loggingDaniel P. Berrangé2019-10-181-1/+0
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-1/+1
* util: replace strerror/strerror_r with g_strerrorDaniel P. Berrangé2019-10-141-2/+2
* virtestmock: Initialize symbols from stat() and its friendsMichal Privoznik2019-05-071-1/+5
* tests: fix mocking of stat() / lstat() functionsDaniel P. Berrangé2019-04-031-136/+4
* Fix names for abs_top_{src,build}dir variablesAndrea Bolognani2019-03-141-2/+2
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-1/+1
* virtestmock: Track actionMichal Privoznik2018-08-151-17/+22
* virtestmock: Track connect() tooMichal Privoznik2018-07-271-0/+22
* tests: Fix mode_t usage with va_arg()Andrea Bolognani2018-05-031-1/+1
* all: Use virFileCanonicalizePath() instead of canonicalize_file_name()Andrea Bolognani2018-05-031-7/+6
* virtestmock: Mock stat() properlyMichal Privoznik2016-05-201-0/+97
* tests: Drop VIR_MOCK_CALL_STATMichal Privoznik2016-05-201-4/+5
* virtestmock: Print invalid file accesses into a fileMichal Privoznik2016-05-141-2/+93
* tests: Introduce global mock libraryMichal Privoznik2016-05-141-0/+135