-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the llvm coverage tests a little more robust.
Check that the actual coverage data simply contains the expected coverage data, rather than checking for an exact match. This matters for when we start to process baseline coverage, which may result in header files getting included in the report. This is in-keeping with the other coverage tests. Also adds the branch data into the reports, which we will check when we're using an LLVM version that supports branch coverage, and a test that checks header files that include coverage data are actually included in the final report. Required for #24593 Closes #24624. PiperOrigin-RevId: 7051775 Change-Id: I2247434d0b005f2218761249238e52597a452e12
- Loading branch information
Showing
2 changed files
with
149 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters