-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Spurious test failure codegen-llvm/issue-107681-unwrap_unchecked.rs #158500
Copy link
Copy link
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.Category: This is a bug.I-flaky-testIssue: A test is flaky/unreliable/spuriously failsIssue: A test is flaky/unreliable/spuriously failsT-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.
Description
Activity
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-bugCategory: This is a bug.Category: This is a bug.I-flaky-testIssue: A test is flaky/unreliable/spuriously failsIssue: A test is flaky/unreliable/spuriously failsT-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.
On quite a few PRs, this test failed spuriously:
#158462 (comment)
#155521 (comment)
#158493 (comment)
#152225 (comment)
More affected prs: https://github.com/rust-lang/rust/pulls?q=is%3Apr+issue-107681-unwrap_unchecked.rs
Zulip discussion thread: #t-compiler/help > Spurious test failure in `codegen-llvm/issue-107681.rs`