flutter/dev/bots/suite_runners
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
..
run_add_to_app_life_cycle_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_analyze_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_android_java11_integration_tool_tests.dart Update test to include more complete instructions for how to run tests locally, add example to andoid 11 tests as well (#158528) 2024-11-12 22:07:55 +00:00
run_android_preview_integration_tool_tests.dart Refactor android preview tool integration tests (#146518) 2024-04-19 20:05:33 +00:00
run_customer_testing_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_docs_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_flutter_driver_android_tests.dart Update test to include more complete instructions for how to run tests locally, add example to andoid 11 tests as well (#158528) 2024-11-12 22:07:55 +00:00
run_flutter_packages_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_framework_coverage_tests.dart Refactor framework coverage tests (#146210) 2024-04-18 21:07:05 +00:00
run_framework_tests.dart Adjust timeout for devicelab tests (#156553) 2024-10-15 20:47:03 +00:00
run_fuchsia_precache.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_realm_checker_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_skp_generator_tests.dart Refactor skp_generator_tests (#145871) 2024-03-28 19:01:40 +00:00
run_test_harness_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_verify_binaries_codesigned_tests.dart iOS,macOS: Add list of expected-unsigned binaries (#154591) 2024-09-04 18:27:06 +00:00
run_web_tests.dart [tool] Removes deprecated --web-renderer parameter. (#159314) 2024-12-02 18:33:02 +00:00