diff options
| author | DianQK <dianqk@dianqk.net> | 2024-12-22 14:47:34 +0800 |
|---|---|---|
| committer | DianQK <dianqk@dianqk.net> | 2024-12-22 14:49:01 +0800 |
| commit | 4dca485db6b0f552d7cee25b4a66f6c05acf9ce3 (patch) | |
| tree | 65b63f84b2f67843184398665cec143b8c8b77b9 | |
| parent | 6076beecb8e875286ba68d491627cb0c04e3d459 (diff) | |
| download | rust-4dca485db6b0f552d7cee25b4a66f6c05acf9ce3.tar.gz rust-4dca485db6b0f552d7cee25b4a66f6c05acf9ce3.zip | |
Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-93775.rs`
| -rw-r--r-- | tests/ui/associated-consts/issue-93775.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/associated-consts/issue-93775.rs b/tests/ui/associated-consts/issue-93775.rs index d7416d03707..88e88b55987 100644 --- a/tests/ui/associated-consts/issue-93775.rs +++ b/tests/ui/associated-consts/issue-93775.rs @@ -1,6 +1,6 @@ -//@ ignore-windows-msvc -// FIXME(#132111, #133432): this test is flaky on windows msvc, it sometimes fail but it sometimes -// passes. +//@ ignore-rustc-debug-assertions +// Similar to stress testing, the test case requires a larger call stack, +// so we ignore rustc's debug assertions. //@ build-pass // ignore-tidy-linelength |
