Some test files import test utilities from other library's tests. This won't be possible once Material and Cupertino are moved to the flutter/packages repo.
$ rg "import '\.\.\/widgets" packages/flutter/test/material -l
$ rg "import '\.\.\/widgets" packages/flutter/test/cupertino -l
$ rg "import '\.\.\/rendering" packages/flutter/test/cupertino -l
Some test files import test utilities from other library's tests. This won't be possible once Material and Cupertino are moved to the flutter/packages repo.
For example:
flutter/packages/flutter/test/material/scaffold_test.dart
Line 15 in 935b8f7
Umbrella issue: #177028
What to do about it
The utils
Rendering:
Widgets:
Tests to fix:
Material importing Widgets
bottom_navigation_bar_testpackages#12005tabs_testpackages#12021ink_well_testpackages#12016list_tile_testpackages#12017icon_button_testpackages#12015scaffold_test.dartpackages#11973dropdown_testpackages#12011floating_action_button_testpackages#12014navigation_rail_test.dartpackages#11974filter_chip_testpackages#12013drawer_test.dartpackages#11976checkbox_list_tile_testpackages#12007slider_test.dartpackages#11977menu_anchor_test.dartpackages#11995animated_icon_test.dartandautocomplete_test.dartpackages#12000search_anchor_test.dartpackages#11997app_bar_test.dartpackages#11998radio_list_tile_testpackages#12019animated_icon_test.dartandautocomplete_test.dartpackages#12000text_field_testpackages#12022bottom_sheet_test.dartpackages#12001calendar_date_picker_testpackages#12006dialog_test.dart,dropdown_menu_test.dartandsliver_app_bar_test.dartpackages#12002popup_menu_testpackages#12018date_range_picker_testpackages#12010dialog_test.dart,dropdown_menu_test.dartandsliver_app_bar_test.dartpackages#12002dialog_test.dart,dropdown_menu_test.dartandsliver_app_bar_test.dartpackages#12002widgets/import inflexible_space_bar_test.dart,app_bar_sliver_test.dartand partial fix inchip_test.dartpackages#12004widgets/import inflexible_space_bar_test.dart,app_bar_sliver_test.dartand partial fix inchip_test.dartpackages#12004chip_testpackages#12009switch_list_tile_testpackages#12020semantics_testerimport frommaterial/tooltip_theme_test#188572widgets/import inflexible_space_bar_test.dart,app_bar_sliver_test.dartand partial fix inchip_test.dartpackages#12004time_picker_testpackages#12061Cupertino importing Widgets
sliding_segmented_control_test.darttoSemanticsHandlepackages#11979nav_bar_test.darttoSemanticsHandlepackages#11980radio_test.darttoSemanticsHandlepackages#11981segmented_control_test.darttoSemanticsHandlepackages#11982route_test.darttoSemanticsHandlepackages#11993button_test.darttoSemanticsHandlepackages#11992picker_test.darttoSemanticsHandlepackages#12008bottom_tab_bar_test.darttoSemanticsHandlepackages#12012Cupertino importing Rendering