-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#55638Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listblockedIssue is blocked by another issueIssue is blocked by another issuec: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.e: engine-toolEngine-specific tooling (i.e. `tools/engine_tool`).Engine-specific tooling (i.e. `tools/engine_tool`).team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Currently many tests in the engine are run via Python scripts. Instead, tests written in Dart should be generated using a gn target just like we do with tests written in C++ or Objective-C.
Output could either be a dart native binary or a shell script (Mac, linux) or ps1/bat (Windows) that invokes the standalone binary on the input Dart files.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listblockedIssue is blocked by another issueIssue is blocked by another issuec: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.e: engine-toolEngine-specific tooling (i.e. `tools/engine_tool`).Engine-specific tooling (i.e. `tools/engine_tool`).team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team