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 |
|
chunhtai
|
55502fc36a
|
Add vmservice for android build options (#123034)
https://github.com/flutter/flutter/issues/120408
|
2023-04-18 18:16:09 +00:00 |
|
Jonah Williams
|
dfaec11ba5
|
migrate web integration tests to null safety (#106231)
|
2022-06-21 11:19:09 -07:00 |
|
Alexandre Ardhuin
|
07f1c20474
|
add missing trailing commas in list/set/map literals (#102585)
|
2022-04-27 09:15:35 +02:00 |
|
keyonghan
|
c178cf859f
|
Skip can validate flutter version in parallel test in Linux web_tool_tests (#99017)
|
2022-02-23 14:19:20 -08:00 |
|
Christopher Fujino
|
081d960237
|
[flutter_tools] remove flaky web vm service test (#98540)
|
2022-02-18 11:54:23 -08:00 |
|
Anna Gringauze
|
ca62470796
|
De-flake web tool tests (#93948)
|
2021-11-30 17:39:05 -08:00 |
|
Ian Hickson
|
61a0add286
|
Enable avoid_redundant_argument_values lint (#91409) (#91462)
|
2021-10-08 09:25:14 -07:00 |
|
Zachary Anderson
|
b9d2177da0
|
Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461)
This reverts commit 5fd259be24 .
|
2021-10-07 21:11:07 -07:00 |
|
Ian Hickson
|
5fd259be24
|
Enable avoid_redundant_argument_values lint (#91409)
|
2021-10-07 20:13:02 -07:00 |
|
Anna Gringauze
|
831d82c8ea
|
Fix race conditions in test_driver for tool tests (#88322)
|
2021-08-17 18:37:04 -07:00 |
|
Darren Austin
|
b08366ce7b
|
Updated skipped tests for flutter_tools. (#87925)
* Updated skipped tests for flutter_tools.
* Turned the flaky overall_experience test off as it was still failing on CI.
|
2021-08-10 22:22:08 -07:00 |
|
Jonah Williams
|
7a0b4669fc
|
[flutter_tools] switch web integration tests to use html (#85325)
|
2021-07-12 09:01:04 -07:00 |
|
Ben Konyi
|
75a44a29ad
|
[ Web ] Register service extensions with DDS, not DWDS (#79479)
|
2021-04-02 18:19:04 -07:00 |
|