David Iglesias
|
1e1b5271f4
|
[tool] Removes deprecated --web-renderer parameter. (#159314)
Removes the `--web-renderer` option.
Flutter tool users won't be able to select their web renderer.
In order to not drop test coverage, tests are still run with the HTML
Renderer, until its code is fully removed from the engine.
Part of https://github.com/flutter/flutter/issues/145954
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
|
2024-12-02 18:33:02 +00:00 |
|
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 |
|
Zachary Anderson
|
d773c5a9ea
|
[flutter_tool] Delete skipped tests (#136364)
These tests have been skipped due to flakiness for a long time.
Closes https://github.com/dart-lang/webdev/issues/1562
Closes https://github.com/flutter/flutter/issues/124214
|
2023-10-11 10:24:14 -07:00 |
|
Elliott Brooks
|
a3b85ba9a9
|
[flutter_tools] Disable flaky output_web_test test case (#124257)
[flutter_tools] Disable flaky `output_web_test` test case
|
2023-04-13 20:38:07 +00:00 |
|
Jonah Williams
|
dfaec11ba5
|
migrate web integration tests to null safety (#106231)
|
2022-06-21 11:19:09 -07:00 |
|
Elliott Brooks (she/her)
|
fe57704594
|
Enable skipped test for Dart URI logs from DWDS (#105274)
|
2022-06-09 15:03:11 -07:00 |
|
Elliott Brooks (she/her)
|
5414ef4c86
|
Hide unresolved DartUri log messages (#102338)
|
2022-04-22 12:43:39 -07:00 |
|
Anna Gringauze
|
74944d528f
|
Run update-packages (#101450)
* Run update-packages
* Update DwdsLauncher, disable failing test
* Fix analyze error
Co-authored-by: Jenn Magder <magder@google.com>
|
2022-04-07 17:07:05 -07:00 |
|
Anna Gringauze
|
ca62470796
|
De-flake web tool tests (#93948)
|
2021-11-30 17:39:05 -08:00 |
|