tests/codegen/target-feature-inline-closure.rs is flaky #117060
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
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: