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#12005scaffold_test.dartpackages#11973navigation_rail_test.dartpackages#11974drawer_test.dartpackages#11976slider_test.dartpackages#11977menu_anchor_test.dartpackages#11995animated_icon_test.dartandautocomplete_test.dartpackages#12000search_anchor_test.dartpackages#11997app_bar_test.dartpackages#11998animated_icon_test.dartandautocomplete_test.dartpackages#12000bottom_sheet_test.dartpackages#12001dialog_test.dart,dropdown_menu_test.dartandsliver_app_bar_test.dartpackages#12002dialog_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#12004semantics_testerimport frommaterial/tooltip_theme_test#188572widgets/import inflexible_space_bar_test.dart,app_bar_sliver_test.dartand partial fix inchip_test.dartpackages#12004Cupertino 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