diff options
Diffstat (limited to 'compiler/rustc_thread_pool/tests/stack_overflow_crash.rs')
| -rw-r--r-- | compiler/rustc_thread_pool/tests/stack_overflow_crash.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs b/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs index 2b89ea4be19..d854751542f 100644 --- a/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs +++ b/compiler/rustc_thread_pool/tests/stack_overflow_crash.rs @@ -35,6 +35,7 @@ fn overflow_code() -> Option<i32> { ExitStatus::from_raw(0xc00000fd /*STATUS_STACK_OVERFLOW*/).code() } +// FIXME: We should fix or remove this test on Windows. #[test] #[cfg_attr(not(any(unix)), ignore)] fn stack_overflow_crash() { | 
