-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
mir-opt/instrument_coverage.rs test needs profiler support #75735
Copy link
Copy link
Closed as not planned
Labels
A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
mir-opt/instrument_coverage.rstest needs profiler support:rust/src/test/mir-opt/instrument_coverage.rs
Line 5 in 5f6fcad
However, profiler is disable by default:
rust/config.toml.example
Line 220 in 5f6fcad
So when the test failed I can't notice it in my machine.
P/S: Does profiler need support from LLVM ? I am using local LLVM if that count.
Originally posted by @lzutao in #75670 (comment)