update tests to be compatible w/ the SDK test runner #4404
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
type-test
In anticipation of running tests as part of the SDK build, we need to update them to run using the test discovery mechanism of our test runner.
Today:
(Note the
all.dart
vs. discovery of_test.dart
files.)As a baby-step, updating bot.sh to use
dart test
seems good.As part of this, we'll also want to convert
To be run as a test.
SDK migration readiness steps
bot.sh
to invoke tests viadart test
tool/checks/driver.dart
to a test run in the main test suiteThe text was updated successfully, but these errors were encountered: