summaryrefslogtreecommitdiff
path: root/mysql-test/dgcov.pl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-18/+20
|\
| * MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-1/+1
| | | | | | | | | | | | | | | | | | When building with `make` gcov files use full path names, when building with `ninja` gcov files use paths relative to the source root in gcov_one_file() the current directory is somewhere under CMakeFiles/, so if a file exists in the specified location, this location must've been a full path name.
| * MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | For every file.gcda file, gcov <7.x created file.cc.gcda.gcov. While gcov 7.x and 8.x create file.cc.gcov And sometimes otherfile.h.gcov or otherfile.ic.gcov, for included files. (gcov 9.x+ creates .json.gz files, see MDEV-26102) So, we use `gcov -l` that will create file.cc.gcda##file.cc.gcov, file.cc.gcda##otherfile.h.gcov, etc. And we search and parse all those file.cc.gcda*.gcov files.
* | MDEV-20787 Script dgcov.pl does not workMonty2021-06-141-2/+7
| | | | | | | | Author: Anel Husakovic <anel@mariadb.org>
* | Flush gcov files for DBUG_ASSERT and DBUG_SUICIDEMonty2021-05-241-1/+1
|/
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|
* MDEV-14267: correct FSF addressDaniel Black2018-10-301-1/+1
|
* dgcov: import, rewrite to work with cmake and gitSergei Golubchik2017-01-111-0/+198