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
  1. tholenst commented at 7:07 PM on December 12, 2013: contributor

    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.

  2. 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
    0b7eb2dc25
  3. 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.

  4. tholenst closed this on Dec 13, 2013

  5. tholenst commented at 11:29 AM on December 13, 2013: contributor

    This request doesn't solve the problem correctly.

  6. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me