The file "-.gcno" is created by leveldb in case configure was ran with "--enable-lcov" as follows: (1) the leveldb Makefile calls build_detect_platform (2) build_detect_platform compiles an input from <stdin> to figure out if <cstdatomic> is present (3) gcc --coverage is used, which in turn creates the file "-.gcno" The file disrupts the creation of coverage info and should be removed.
Removes a spurious file which is created by leveldb #3404
pull tholenst wants to merge 1 commits into bitcoin:master from tholenst:delete_leveldb_spurious_file changing 1 files +1 −0-
tholenst commented at 7:07 PM on December 12, 2013: contributor
-
0b7eb2dc25
Removes a spurious file which is created as follows:
(1) the leveldb makefile calls build_detect_platform (2) build_detect_platform compiles an input from <stdin> to figure out if <cstdatomic> is present (3) gcc --coverage is used, which in turn creates the file -.gcno -
BitcoinPullTester commented at 7:34 PM on December 12, 2013: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/0b7eb2dc253e67ecbb3fa344af78d09bcb07f044 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
- tholenst closed this on Dec 13, 2013
-
tholenst commented at 11:29 AM on December 13, 2013: contributor
This request doesn't solve the problem correctly.
- DrahtBot locked this on Sep 8, 2021
Contributors