Jacob MacDonald
Jacob MacDonald
Macros can emit diagnostics, of varying severity. In the SDK repo, we have language tests for validating diagnostics that we expect compilers to report, and I think they generally work...
Maybe we should be listening to the stdout/stderr streams earlier or something? it fails with a [timeout](https://github.com/dart-lang/test/actions/runs/7106411937/job/19345803219#step:5:70)
I am faking them for now when serializing, to maintain backwards compatibility with older flutter versions, when a user doesn't have a (transitive) dependency on test_api. But we should delete...
There isn't a good way today (that I know of) to only run a subset of your tests by default. It might be nice if the `preset` configuration had a...
https://github.com/dart-lang/test/pull/1941 adds some tests that run on all platforms and compilers, but the firefox tests are failing on windows due to failing to delete the temp directory. Possibly we need...
It isn't required today, because it breaks flutter and would require two separate breaking releases to roll it out. But in the next breaking release we should really make it...
We have a test today that uses the null safety language experiment, but I have to skip it since that goes away in Dart 3.0. We could keep rolling this...
See https://github.com/dart-lang/test/actions/runs/3492267638/jobs/5847364525
Originally this issue surfaced in the build repo, where we run regular tests against bleeding edge of the SDK. Tried running normal web tests here as well (`cd pkgs/test &&...