@@ -689,6 +689,7 @@ mod tests {
689689 assert_eq ! ( ctx. text, "public.f" ) ;
690690 }
691691
692+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
692693 #[ mz_ore:: test]
693694 fn same_schema_bare_name ( ) {
694695 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -714,6 +715,7 @@ mod tests {
714715 ) ;
715716 }
716717
718+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
717719 #[ mz_ore:: test]
718720 fn cross_schema_qualified ( ) {
719721 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -748,6 +750,7 @@ mod tests {
748750 ) ;
749751 }
750752
753+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
751754 #[ mz_ore:: test]
752755 fn cross_database_fully_qualified ( ) {
753756 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -772,6 +775,7 @@ mod tests {
772775 ) ;
773776 }
774777
778+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
775779 #[ mz_ore:: test]
776780 fn external_deps_included ( ) {
777781 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -810,6 +814,7 @@ mod tests {
810814 assert_eq ! ( ext_items[ 0 ] . label, "ext.src" ) ;
811815 }
812816
817+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
813818 #[ mz_ore:: test]
814819 fn kind_mapping ( ) {
815820 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -839,6 +844,7 @@ mod tests {
839844 assert_eq ! ( view_item. kind, Some ( CompletionItemKind :: STRUCT ) ) ;
840845 }
841846
847+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
842848 #[ mz_ore:: test]
843849 fn file_outside_models_returns_empty ( ) {
844850 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -853,6 +859,7 @@ mod tests {
853859 assert ! ( items. is_empty( ) ) ;
854860 }
855861
862+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
856863 #[ mz_ore:: test]
857864 fn schema_prefix_strips_label_to_bare_name ( ) {
858865 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -883,6 +890,7 @@ mod tests {
883890 ) ;
884891 }
885892
893+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
886894 #[ mz_ore:: test]
887895 fn db_prefix_disambiguates_to_schema_dot_object ( ) {
888896 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -908,6 +916,7 @@ mod tests {
908916 ) ;
909917 }
910918
919+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
911920 #[ mz_ore:: test]
912921 fn full_qualification_strips_to_bare_name ( ) {
913922 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -931,6 +940,7 @@ mod tests {
931940 ) ;
932941 }
933942
943+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
934944 #[ mz_ore:: test]
935945 fn prefix_filters_non_matching_objects ( ) {
936946 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -983,6 +993,7 @@ mod tests {
983993 std:: fs:: write ( root. join ( "types.lock" ) , toml) . unwrap ( ) ;
984994 }
985995
996+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
986997 #[ mz_ore:: test]
987998 fn column_deps_at_zero_dots ( ) {
988999 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1018,6 +1029,7 @@ mod tests {
10181029 assert ! ( labels. contains( & "bar" ) , "expected 'bar', got: {:?}" , labels) ;
10191030 }
10201031
1032+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
10211033 #[ mz_ore:: test]
10221034 fn column_deps_filtered_by_prefix ( ) {
10231035 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1058,6 +1070,7 @@ mod tests {
10581070 ) ;
10591071 }
10601072
1073+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
10611074 #[ mz_ore:: test]
10621075 fn column_deps_no_types_cache ( ) {
10631076 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1079,6 +1092,7 @@ mod tests {
10791092 assert ! ( items. is_empty( ) , "expected empty without types cache" ) ;
10801093 }
10811094
1095+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
10821096 #[ mz_ore:: test]
10831097 fn column_deps_multiple_dependencies ( ) {
10841098 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1112,6 +1126,7 @@ mod tests {
11121126 assert ! ( labels. contains( & "b" ) , "expected 'b', got: {:?}" , labels) ;
11131127 }
11141128
1129+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
11151130 #[ mz_ore:: test]
11161131 fn column_qualified_bare_object ( ) {
11171132 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1156,6 +1171,7 @@ mod tests {
11561171 ) ;
11571172 }
11581173
1174+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
11591175 #[ mz_ore:: test]
11601176 fn column_qualified_schema_object ( ) {
11611177 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1199,6 +1215,7 @@ mod tests {
11991215 ) ;
12001216 }
12011217
1218+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
12021219 #[ mz_ore:: test]
12031220 fn column_qualified_fully_qualified ( ) {
12041221 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1237,6 +1254,7 @@ mod tests {
12371254 assert ! ( labels. contains( & "id" ) , "expected 'id', got: {:?}" , labels) ;
12381255 }
12391256
1257+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
12401258 #[ mz_ore:: test]
12411259 fn column_qualified_non_dependency_excluded ( ) {
12421260 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1289,6 +1307,7 @@ mod tests {
12891307 ) ;
12901308 }
12911309
1310+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
12921311 #[ mz_ore:: test]
12931312 fn column_qualified_object_not_in_cache ( ) {
12941313 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1319,6 +1338,7 @@ mod tests {
13191338 assert ! ( items. is_empty( ) , "expected empty when object not in cache" ) ;
13201339 }
13211340
1341+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
13221342 #[ mz_ore:: test]
13231343 fn column_qualified_filter_case_insensitive ( ) {
13241344 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1367,6 +1387,7 @@ mod tests {
13671387 ) ;
13681388 }
13691389
1390+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
13701391 #[ mz_ore:: test]
13711392 fn column_kind_and_detail ( ) {
13721393 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1406,6 +1427,7 @@ mod tests {
14061427 assert_eq ! ( name_item. detail. as_deref( ) , Some ( "text (nullable)" ) ) ;
14071428 }
14081429
1430+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
14091431 #[ mz_ore:: test]
14101432 fn column_sort_before_objects ( ) {
14111433 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1457,6 +1479,7 @@ mod tests {
14571479 }
14581480 }
14591481
1482+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
14601483 #[ mz_ore:: test]
14611484 fn column_alias_explicit ( ) {
14621485 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1501,6 +1524,7 @@ mod tests {
15011524 ) ;
15021525 }
15031526
1527+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
15041528 #[ mz_ore:: test]
15051529 fn column_alias_bare_table_name ( ) {
15061530 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1540,6 +1564,7 @@ mod tests {
15401564 assert ! ( labels. contains( & "id" ) , "expected 'id', got: {:?}" , labels) ;
15411565 }
15421566
1567+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
15431568 #[ mz_ore:: test]
15441569 fn column_alias_non_dependency_empty ( ) {
15451570 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1593,6 +1618,7 @@ mod tests {
15931618 ) ;
15941619 }
15951620
1621+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
15961622 #[ mz_ore:: test]
15971623 fn column_alias_multiple_joins ( ) {
15981624 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1647,6 +1673,7 @@ mod tests {
16471673 ) ;
16481674 }
16491675
1676+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
16501677 #[ mz_ore:: test]
16511678 fn column_alias_case_insensitive ( ) {
16521679 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
@@ -1690,6 +1717,7 @@ mod tests {
16901717 ) ;
16911718 }
16921719
1720+ #[ cfg_attr( miri, ignore) ] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
16931721 #[ mz_ore:: test]
16941722 fn column_alias_non_query_stmt_empty_map ( ) {
16951723 let root = tempfile:: tempdir ( ) . unwrap ( ) ;
0 commit comments