tests/codegen/target-feature-inline-closure.rs is flaky #117060
Labels
A-codegen
Area: Code generation
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The
tests/codegen/target-feature-inline-closure.rs
test has been failing randomly in CI.The problem is that it is searching for the string
fadd
, which can appear in hex strings.#116591 attempted to fix it, but that only helped with comparing the rustc version hash. It still fails if the characters
fadd
appear in a symbol hash. For example:The text was updated successfully, but these errors were encountered: