-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Closed
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Currently all the tests under flutter_tools are run in a the same shard called tool_tests that includes all subshards from flutter_tools/test directory. This makes it hard to separate into web-related and non-web-related tests that is needed to run flutter hhh web and flutter hhh bots:
Line 127 in ad9b30b
| 'tool_tests': _runToolTests, |
Splitting the web related tests into a separate directory would solve this problem, and make it much simpler to classify the problems that pop up on hhh bots into "vm" or "web" category.
Related issue: web tests breaking on non-web hhh bot: #69711
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.