-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package config URI into VM test entrypoints (#2245)
Towards #2246 This will allow a client of the VM service to evaluate the top level variable and locate the package config used by the test runner. Add a public `testBootstapContents` function in `test_compiler.dart` which centralizes the bootstrap templates. Add an argument for the package config URI and a `VmTestType` which is either "Vm" or "Native". Add the first test case in `test_core`. Add the pub dependency and override for `package:test`, as well as the mono_repo configuration to run unit tests. Other tests for `test_core` code is under the `test` package but should be moved eventually.
- Loading branch information
Showing
7 changed files
with
182 additions
and
72 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.