-
I recently ran into an issue where a dart script was running with an unexpected language version:
```
~/dev/engine/src % ./third_party/dart/tools/sdks/dart-sdk/bin/dart third_party/dart/tools/gene…
-
This issue tracks running the Impeller Scene and dart:gpu tests on CI as we continue to make progress on those prototypes. Per @zanderso, the Engine V2 build setup should make configuring such a shard…
-
The tool-tests_windows shard of Cirrus is reliably crashing on https://github.com/flutter/flutter/pull/34176. This is Dart VM version: 2.3.2-dev.0.1.flutter-7f146e431e (Sat Jun 8 01:21:59 2019 +0000)
…
-
I vaguely remember having a conversation with @stuartmorgan about why this file isn't in the ephemeral directory but I can't recall the details.
Either it should be generated in the ephemeral direc…
-
Hello!
First of all, thanks a lot for an awesome framework, it adds crucial missing features to the Flutter integration tests thus making our lives much easier
### Steps to reproduce
1) Creat…
-
After running pub run test, all tests succeed, but then it looks like the Dart VM crashes on shutdown.
Repro instructions:
This will reproduce with a Flutter checkout from top of tree. In parti…
-
Currently, the triple head bot overwrites files in the flutter/bin/cache folder to run tests against custom built artifacts: https://dart.googlesource.com/recipes/+/master/recipes/dart/flutter_engine.…
-
I'm not sure if this is feasible. I'm hoping @Hixie and/or @Piinks will know.
When a 3p customer test (e.g. flutter_svg) fails on a golden file, perhaps because of minor and visually acceptable cha…
-
## Steps to Reproduce
Add a stack overflow bug to test/widgets/sliver_fill_viewport_test.dart
I would hope running the test with a stack overflow would return a stack trace providing some indic…
-
Essentially all other packages have unit tests that run in less than a minute; flutter_migrate is doing something more like integration tests, and the tests take 10 minutes. We should look into slimmi…