diff options
| author | ywxt <ywxtcwh@gmail.com> | 2025-06-25 19:38:40 +0800 |
|---|---|---|
| committer | ywxt <ywxtcwh@gmail.com> | 2025-06-28 17:58:20 +0800 |
| commit | 0ceac216c9ea96b4b63cba77ae1fabfc8e0320a1 (patch) | |
| tree | f5fbd7d559d9c36276958d2a7673cf57991fc666 /compiler/rustc_thread_pool/tests | |
| parent | d41e12f1f4e4884c356f319b881921aa37040de5 (diff) | |
Only work-steal in the main loop for rustc_thread_pool
Co-authored-by: Zoxc <zoxc32@gmail.com>
Diffstat (limited to 'compiler/rustc_thread_pool/tests')
| -rw-r--r-- | compiler/rustc_thread_pool/tests/stack_overflow_crash.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs b/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs index 805b6d8ee3f..2b89ea4be19 100644 --- a/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs +++ b/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs @@ -36,7 +36,7 @@ fn overflow_code() -> Option<i32> { } #[test] -#[cfg_attr(not(any(unix, windows)), ignore)] +#[cfg_attr(not(any(unix)), ignore)] fn stack_overflow_crash() { // First check that the recursive call actually causes a stack overflow, // and does not get optimized away. |
