Matan Lurey
|
3a17b67353
|
Add a tag and assert some state in FlutterTestDriver tests. (#159099)
Towards https://github.com/flutter/flutter/issues/51421.
Asserts some state we would not like to be hit by in integration tests
using `Flutter*TestDriver`.
In addition, adds a tag that can be used to run all tests that currently
use this pattern:
```sh
flutter test --tags flutter-test-driver
```
This showcases processes leaking quite a bit:
<https://gist.github.com/matanlurey/190d9084d3a45bc5737b8406bc05b4cd>.
|
2024-11-18 23:37:05 +00:00 |
|
Jesús S Guerrero
|
fe8dcf6631
|
[flutter_tools] timeline_test.dart flaky (#116667)
* contains name instead of remove last
* fix expect
* remove and expect on elements
* delete unused code
|
2023-01-03 20:44:53 +00:00 |
|
Jonah Williams
|
9f28b83c19
|
[flutter_tools] migrate some integration tests to null safety (#103560)
|
2022-05-13 09:39:10 -07:00 |
|
Ian Hickson
|
f25b833f27
|
Enable avoid_print lint. (#91444)
|
2021-10-07 16:48:04 -07:00 |
|
Mouad Debbar
|
c2ea78d231
|
Revert "Enable avoid_print lint. (#91332)" (#91438)
This reverts commit cb378edc9e .
|
2021-10-07 16:16:17 -04:00 |
|
Ian Hickson
|
cb378edc9e
|
Enable avoid_print lint. (#91332)
|
2021-10-07 09:53:03 -07:00 |
|
Jason Simmons
|
2004afae06
|
Use async timeline events for the phases of the scheduler binding (#88825)
|
2021-09-10 10:17:05 -07:00 |
|
Jonah Williams
|
2bada6097b
|
[flutter_tools] add timeline ANR integration test (#79991)
|
2021-04-08 15:23:11 -07:00 |
|