- 25 Jan, 2021 2 commits
-
-
Christopher Fujino authored
-
Jenn Magder authored
-
- 23 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 15 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Jan, 2021 2 commits
-
-
Christopher Fujino authored
This reverts commit b7f5aef1.
-
Christopher Fujino authored
-
- 05 Jan, 2021 1 commit
-
-
nturgut authored
* add web-renderer option to flutter test. run web tests with this option * remove debug lines
-
- 28 Dec, 2020 1 commit
-
-
nturgut authored
* add autodetect false * fix typo
-
- 22 Dec, 2020 1 commit
-
-
nturgut authored
-
- 21 Dec, 2020 1 commit
-
-
nturgut authored
-
- 15 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Dec, 2020 1 commit
-
-
Martin Kustermann authored
Revert "Pass --local-engine* flags from dev/bots/test.dart down to `pub test` via env variables (#71721)" (#72141) This reverts commit 4300226a. Reason for revert: The original PR correctly passes down the local engine flags to subprocesses of the tests. Though this causes issues because some tests assume a specific target but do not modify the value for `--local-engine` (which is set to `host_debug`) to reflect that. See more discussion here: https://github.com/flutter/flutter/pull/71721#issuecomment-743218994
-
- 09 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Dec, 2020 1 commit
-
-
Martin Kustermann authored
-
- 01 Dec, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 25 Nov, 2020 1 commit
-
-
Amir Hardon authored
-
- 23 Nov, 2020 1 commit
-
-
Amir Hardon authored
Adds a new Luci test shard that runs flutter/plugins tests. For now only the analysis phase of the flutter/plugins test suite is executed. Manual invocation on Luci completed successfully: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/amirha_google.com/3210bb2dac01fca71b7db04dda02fa6ccd4df025afd55abea1970d26087d4962/+/annotations
-
- 20 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Nov, 2020 1 commit
-
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
- 11 Nov, 2020 1 commit
-
-
Anna Gringauze authored
* Move web integration tool tests to web.shard Web integration tool tests depend on DDC changes in SDK. This change moves them to a separate shard and subshard so CI bot configurations can run them separately. In particular, with will allow running those tests on dart CI flutter HHH web bot instead of a non-web one, allowing early detection and easy classification of issues caused by SDK changes as VM- or Web related. * Enabled verbose mode for flaky web_tool_tests * Split out the test changes to be commited first
-
- 09 Nov, 2020 1 commit
-
- 06 Nov, 2020 4 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Dan Field authored
-
Jonah Williams authored
-
- 05 Nov, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit ada6b7e5.
-
Yuqian Li authored
For the ease of code reviews, this only includes minimal code from MetricPoint, GoogleBenchmarksParser, and their unit tests. See go/flutter-metrics-center-migration for the overall plan.
-
- 31 Oct, 2020 1 commit
-
-
Yegor authored
* start and stop chromedriver once per sub-shard; do not wait for it to quit * enable web_long_running_tests but keep them as flaky
-
- 30 Oct, 2020 2 commits
-
-
Jonah Williams authored
Disable null safety auto-detection for the web
-
Zachary Anderson authored
-
- 29 Oct, 2020 3 commits
-
-
Yegor authored
-
stuartmorgan authored
Enables build_test for Linux. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for Linux. Other example/test projects can be brought online for Linux in the future just by adding the linux/ directory to the project.
-
Jonah Williams authored
Currently we only have a test that measures if flutter drive can fail. Unfortunately it has been failing for multiple years based on the fact that the error is due to a missing Gradle config. Add a smoke success test case, and update both tests to use the test API and the tester-device.
-
- 26 Oct, 2020 1 commit
-
-
Yegor authored
-
- 22 Oct, 2020 4 commits
-
-
stuartmorgan authored
Enables build_test for Windows. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for Windows. Other example/test projects can be brought online for Windows in the future just by adding the windows/ directory to the project.
-
stuartmorgan authored
Enables build_test for Windows, macOS, and Linux. Currently only flutter_gallery has platform directories for the desktop platforms, so this will run only that build, but this will provide an end-to-end build test for all three desktop platforms. Once this lands, other example/test projects can be brought online for desktop platforms in the future just by adding the relevant platform directories to the project.
-
Michael Goderbauer authored
-
Jonah Williams authored
-