-
On the devicelab the app installation deltas directory seems to grow and grow, eventually leading to low disk space:
```
~/Library/Containers/com.apple.CoreDevice.CoreDeviceService/Data/Library/Cach…
-
We already have tests for the android implementation but they are not been run on CI for each PR
# Folders and tests
So we have:
- `lib/`: library implementation, the interace that clients use.
…
-
One of the objectives of the engine v2 builds is to add the ability of running framework end to end tests (devicelab, flutter driver, flutter test, integration tests) using engine presubmit artifacts.…
-
Discovered while working on https://github.com/flutter/flutter/pull/152358. In this PR, I tried to change `DefaultResidentCompiler` to call `flush` on the stdin sink of the compiler frontend process a…
-
https://github.com/flutter/flutter/pull/151433 added the new `Linux android_java11_tool_integration_tests` `ci.yaml` target, but this target didn't start getting run automatically in post submit till …
-
Can you use integration_test package instead of driver package to test the app?
Use:
```
flutter test integration_test/gherkin_suite_test.dart
```
Instead of:
```
flutter drive --driver=tes…
-
### Is there an existing issue for this?
- [X] I have searched the [existing infra issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Ateam-infra)
### Type of Reques…
-
I currently have a setup similar to this:
```yaml
## TESTING
test:flutter:
run: |
melos exec --fail-fast --dir-exists="test" --depends-on="flutter_test" --flutter -- \
"…
-
https://github.com/flutter/flutter/issues/118832 found an issue which manifests only if you are writing against the flutter framework with swift. There currently is no test harness that builds agains…
-
There are new test failures on [[cfe] Use unwrapping of nullability constructor in upper bound](https://github.com/dart-lang/sdk/commit/1b2c267bb23ff7d6cb5c5cb6c66203cef72b9a65).
The tests
```
fl…