-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue-93775 test overflows stack with debug assertions enabled #133432
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Nov 25, 2024
cc #132111 |
jieyouxu
added
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.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
labels
Nov 25, 2024
I added my platform to the issue. It might be relevant because that other issue was also on windows. |
What stack size do we use on Windows? |
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Dec 16, 2024
This test seems to be quite flaky. See: - rust-lang#132111 - rust-lang#133432
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 16, 2024
…atrieb Disable `tests/ui/associated-consts/issue-93775.rs` on windows msvc This test seems to be quite flaky. See: - rust-lang#132111 - rust-lang#133432
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Dec 16, 2024
Rollup merge of rust-lang#134372 - jieyouxu:disable-flaky-test, r=Noratrieb Disable `tests/ui/associated-consts/issue-93775.rs` on windows msvc This test seems to be quite flaky. See: - rust-lang#132111 - rust-lang#133432
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When
debug-assertions=true
is in config.toml, the testtests\ui\associated-consts\issue-93775.rs
fails with a stack overflow. I think it stems from here inrustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
:I tested this on
x86_64-pc-windows-msvc
, unsure if it happens on other platforms.The text was updated successfully, but these errors were encountered: