Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.2(EOL), 10.3(EOL), 10.4(EOL)
Description
Compiling with:
cmake . -DCMAKE_BUILD_TYPE=Debug -DENABLE_GCOV=ON
|
make -j10
|
Then running a test
./mtr --gcov main.subselect
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
main.subselect [ pass ] 2364
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 2.364 of 5 seconds executing testcases
|
|
Completed: All 1 tests were successful.
|
|
Running dgcov
|
open(<string.c.gcda.gcov): No such file or directory at ./dgcov.pl line 165.
|
|
Then hit the above error.
Also checked dgcov works on 10.1.
Attachments
Issue Links
- blocks
-
MDBF-158 Gcov builder
- Open
- relates to
-
MDEV-25914 gcda data files are not created when invoking the test for GCOV builds
- Closed
-
MDEV-25915 dgcov --generate error
- Closed
-
MDEV-26102 dgcov: add support for *.gcda.gcov.json.gz files of gcov 9.1+
- Closed