@@ -11374,7 +11374,7 @@ mod tests {
1137411374 assert ! ( bridge. deferred_captions[ 0 ] . contains( "species." ) ) ;
1137511375 }
1137611376
11377- #[ cfg( not( target_arch = "wasm32" ) ) ]
11377+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1137811378 #[ test]
1137911379 fn test_detect_layout_ocr_benchmark_dashboard_on_real_pdf ( ) {
1138011380 let path =
@@ -11455,7 +11455,7 @@ mod tests {
1145511455 assert ! ( !rendered. contains( "| Lockdown Period |" ) ) ;
1145611456 }
1145711457
11458- #[ cfg( not( target_arch = "wasm32" ) ) ]
11458+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1145911459 #[ test]
1146011460 fn test_to_markdown_captioned_media_document_on_real_pdf_72 ( ) {
1146111461 let path =
@@ -11488,7 +11488,7 @@ mod tests {
1148811488 ) ;
1148911489 }
1149011490
11491- #[ cfg( not( target_arch = "wasm32" ) ) ]
11491+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1149211492 #[ test]
1149311493 fn test_to_markdown_captioned_media_document_on_real_pdf_73 ( ) {
1149411494 let path =
@@ -11563,7 +11563,7 @@ mod tests {
1156311563 ) ;
1156411564 }
1156511565
11566- #[ cfg( not( target_arch = "wasm32" ) ) ]
11566+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1156711567 #[ test]
1156811568 fn test_render_layout_recommendation_infographic_on_real_pdf ( ) {
1156911569 let path =
@@ -11585,7 +11585,7 @@ mod tests {
1158511585 assert ! ( rendered. contains( "Compared to regular model" ) ) ;
1158611586 }
1158711587
11588- #[ cfg( not( target_arch = "wasm32" ) ) ]
11588+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1158911589 #[ test]
1159011590 fn test_render_layout_stacked_bar_report_on_real_pdf ( ) {
1159111591 let path =
@@ -11663,7 +11663,7 @@ mod tests {
1166311663 assert ! ( rendered. contains( "# 6.2. Expectations for Re-Hiring Employees" ) ) ;
1166411664 }
1166511665
11666- #[ cfg( not( target_arch = "wasm32" ) ) ]
11666+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1166711667 #[ test]
1166811668 fn test_render_layout_multi_figure_chart_document_on_real_pdf ( ) {
1166911669 let path =
@@ -11692,7 +11692,7 @@ mod tests {
1169211692 ) ) ;
1169311693 }
1169411694
11695- #[ cfg( not( target_arch = "wasm32" ) ) ]
11695+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1169611696 #[ test]
1169711697 fn test_render_layout_open_plate_document_on_real_pdf ( ) {
1169811698 let path =
@@ -11707,7 +11707,7 @@ mod tests {
1170711707 assert ! ( rendered. contains( "Public aquariums, because of their inhouse expertise" ) ) ;
1170811708 }
1170911709
11710- #[ cfg( not( target_arch = "wasm32" ) ) ]
11710+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1171111711 #[ test]
1171211712 fn test_to_markdown_open_plate_document_on_real_pdf ( ) {
1171311713 let path =
@@ -11856,7 +11856,7 @@ mod tests {
1185611856 ) ;
1185711857 }
1185811858
11859- #[ cfg( not( target_arch = "wasm32" ) ) ]
11859+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1186011860 #[ test]
1186111861 fn test_to_markdown_projection_sheet_document_on_real_pdf ( ) {
1186211862 let path =
@@ -11881,7 +11881,7 @@ mod tests {
1188111881 ) ;
1188211882 }
1188311883
11884- #[ cfg( not( target_arch = "wasm32" ) ) ]
11884+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1188511885 #[ test]
1188611886 fn test_to_markdown_appendix_tables_document_on_real_pdf ( ) {
1188711887 let path =
@@ -11917,7 +11917,7 @@ mod tests {
1191711917 assert ! ( md. contains( "*Exchange rate: Rs 75 to USD*" ) , "{md}" ) ;
1191811918 }
1191911919
11920- #[ cfg( not( target_arch = "wasm32" ) ) ]
11920+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1192111921 #[ test]
1192211922 fn test_to_markdown_titled_dual_table_document_on_real_pdf ( ) {
1192311923 let path =
@@ -11948,7 +11948,7 @@ mod tests {
1194811948 ) ;
1194911949 }
1195011950
11951- #[ cfg( not( target_arch = "wasm32" ) ) ]
11951+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1195211952 #[ test]
1195311953 fn test_to_markdown_registration_report_document_on_real_pdf ( ) {
1195411954 let path =
@@ -11973,7 +11973,7 @@ mod tests {
1197311973 assert ! ( !md. contains( "| | Democracy Party |" ) , "{md}" ) ;
1197411974 }
1197511975
11976- #[ cfg( not( target_arch = "wasm32" ) ) ]
11976+ #[ cfg( all ( not( target_arch = "wasm32" ) , not ( target_os = "windows" ) ) ) ]
1197711977 #[ test]
1197811978 fn test_to_markdown_dual_table_article_document_on_real_pdf ( ) {
1197911979 let path =
0 commit comments