flutter/flutter
Respect flutter::Settings from command line arguments specified to test harnesses.
Ouverte
#134 471 ouverte le 11 sept. 2023
P2c: tech-debtgood first issueteam-enginetriaged-engine
Métriques du dépôt
- Stars
- (176 322 étoiles)
- Métriques de merge PR
- (Merge moyen 7j 7h) (491 PRs mergées en 30 j)
Description
In //flutter/common, there are flutter::Settings in switches.h that can be read from the command line (via flutter::SettingsFromCommandLine). However, these settings are not respected in any of the test harnesses in //flutter/testing. Now, not all the settings are valid in unit-tests. So these likely need to be split apart into base settings for all exectuables. But stuff like log control, log tags, and such should be configurable from the command line in unit-tests.