Liam Appelbe
Liam Appelbe
package:objective_c exports a bunch of generated classes/enums etc. The lists of these exports are duplicated in a few different places. We have a test that verifies all the lists match,...
There are new test failures on [Make async error injection set stack trace on errors.](https://github.com/dart-lang/sdk/commit/310d91aee82890fd065768b21bce952ca33ea745). The tests ``` vm/dart/isolates/concurrency_stress_sanity_test RuntimeError (expected Pass) ``` are failing on configurations ``` vm-appjit-linux-release-x64 vm-linux-release-x64...
Spin off of dart-lang/tools#510 It's a common pattern for Dart tools to read the default values for all their command line flags from yaml. This lets developers specify flag values...
If a file is not imported by the tests, it will not be compiled, so won't be mentioned in the source report. The compiler/VM won't be aware that the file...
We have a bunch of version checks for the VmService version, and a bunch of checks that are skipped for old SDKs. Some of these are very old, and can...
See https://github.com/linux-test-project/lcov/issues/221
Trying to add function and branch coverage to flutter (https://github.com/flutter/flutter/issues/108313), but function coverage is unusably slow, due to the large number of source files that need to be scanned in...
test/chrome_test.dart fails on windows CI, and I haven't been able to reproduce it locally. Skipping it for now. https://github.com/dart-lang/coverage/runs/6459692741?check_suite_focus=true
Follow up from dart-lang/tools#489. We should consider bumping the minimum SDK version to 2.17, perhaps when bumping the coverage version to 3. This would let us remove the `--packages` flag,...
Adding a ref counting test for package:objective_c's `NSInputStream`, but it looks like there's a memory leak.