Skip to content

Commit 7d5a8bb

Browse files
committed
disable fiber test on Miri
1 parent 97b5f45 commit 7d5a8bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/std/tests/thread_local/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ fn thread_current_in_dtor() {
408408
// https://github.com/rust-lang/rust/pull/148799#issuecomment-3731806901
409409
#[cfg(target_os = "windows")]
410410
#[test]
411+
#[cfg_attr(miri, ignore)] // Miri does not support fibers
411412
fn fiber_does_not_trigger_dtor() {
412413
use core::ffi::c_void;
413414
use std::ptr;

0 commit comments

Comments
 (0)