-
Some errors are sneaky (like #127) and lead to unexpected crashes. These errors and crashes could be easily avoided with unit tests. In the future, widget testing could also be implemented.
**Addit…
-
The macos_ui tests run as part of Flutter's infrastructure. There's about 141 unit tests, but they take 5-7 minutes to run. This is in contrast to some other tests, e.g. the flutter_reactive_ble tests…
-
Support running iPad apps on arm64 Macs with `My Mac (Designed for iPad)`.
We originally didn't allow `flutter run` to avoid confusion with macOS-proper development when that platform was not yet i…
-
Seen in eb89b9440520672aadde05b26e0cdbbaa6668add
```
$ autoninja -C out/host_debug_unopt flutter_linux_unittests
$ ./out/host_debug_unopt/flutter_linux_unittests --gtest_filter=*RegistrarRegister…
-
## Steps to Reproduce
1. In the Flutter repo `cd dev/integration_tests/flutter_gallery`
2. Edit `dev/integration_tests/flutter_gallery/test_driver/run_demos.dart` and throw an exception in the mid…
-
### Steps to reproduce
1. `flutter create -e example`
2. `flutter build apk --release`
3. Install the apk via `bundletool` (`bundletool install-apks --apks=/MyApp/my_app.apks --allow-downgrade`)
…
-
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…
-
**Description**
Support for the `--machine` option from `flutter test`. It provides a way to output a summary of the tests that were executed. How many failed, how long they took, etc... This output …
-
Currently, JUnit tests are blocked for tests requiring Android SDK 29 (Q) because of issues with Robolectric, our Android testing framework. To make progress on high priority tickets, we will land PRs…
-
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…