about summary refs log tree commit diff
path: root/compiler/rustc_thread_pool/tests
diff options
context:
space:
mode:
authorywxt <ywxtcwh@gmail.com>2025-06-26 14:49:20 +0800
committerywxt <ywxtcwh@gmail.com>2025-06-28 17:58:21 +0800
commit46e18d1fe048a80613afacb05472d3eb44cec535 (patch)
treecfa342aa1d28fb7063f19617500192fb09f66f02 /compiler/rustc_thread_pool/tests
parent44e69f592f4e80a39abe98db5279e03e00c73cef (diff)
Add FIXMEs for those ignored tests.
Diffstat (limited to 'compiler/rustc_thread_pool/tests')
-rw-r--r--compiler/rustc_thread_pool/tests/stack_overflow_crash.rs1
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() {