File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ mod tests {
546
546
}
547
547
548
548
#[ test]
549
+ #[ cfg( unix) ]
549
550
fn test_frame_collection ( ) {
550
551
let _guard = TEST_MUTEX . lock ( ) . unwrap ( ) ;
551
552
ensure_callback_cleared ( ) ;
@@ -596,6 +597,7 @@ mod tests {
596
597
}
597
598
598
599
#[ test]
600
+ #[ cfg( unix) ]
599
601
fn test_stacktrace_string_collection ( ) {
600
602
let _guard = TEST_MUTEX . lock ( ) . unwrap ( ) ;
601
603
ensure_callback_cleared ( ) ;
@@ -627,6 +629,7 @@ mod tests {
627
629
}
628
630
629
631
#[ test]
632
+ #[ cfg( unix) ]
630
633
fn test_no_callback_registered ( ) {
631
634
let _guard = TEST_MUTEX . lock ( ) . unwrap ( ) ;
632
635
ensure_callback_cleared ( ) ;
@@ -648,6 +651,7 @@ mod tests {
648
651
}
649
652
650
653
#[ test]
654
+ #[ cfg( unix) ]
651
655
fn test_direct_pipe_writing ( ) {
652
656
let _guard = TEST_MUTEX . lock ( ) . unwrap ( ) ;
653
657
ensure_callback_cleared ( ) ;
You can’t perform that action at this time.
0 commit comments