Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bazel_cc_code_coverage_test more robust against GCC version diff… #16235

Closed

Commits on Sep 8, 2022

  1. Make bazel_cc_code_coverage_test more robust against GCC version diff…

    …erences
    
    * -fprofile-dir shouldn't be used because on the g++ command line
      because it has different behaviour with different versions (w.r.t.
      where the output gcda file ends up).
    * The gcda and gcno files may end up in the same directory as the object
      file or in the current working directory.
    * The output of the gcov call in collect_cc_coverage may be
      "*.gcda.gcov.json.gz" or "*.gcov.json.gz" (as well as the original
      text file for much older GCC versions).
    
    Also re-enable the test for Ubuntu 20.04 pre and postsubmits.
    
    Fixes bazelbuild#16229
    c-mita committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3cc009b View commit details
    Browse the repository at this point in the history