- 03 Nov, 2020 2 commits
-
-
Janice Collins authored
-
Emmanuel Garcia authored
-
- 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.
-
- 27 Oct, 2020 2 commits
-
-
Jonah Williams authored
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query Co-authored-by: Gary Roumanis <grouma@google.com> Co-authored-by: Anna Gringauze <annagrin@google.com>
-
Jonah Williams authored
-
- 26 Oct, 2020 2 commits
-
-
Yegor authored
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
- 22 Oct, 2020 5 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.
-
Janice Collins authored
-
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
-
- 21 Oct, 2020 2 commits
-
-
Michael Goderbauer authored
-
Janice Collins authored
-
- 20 Oct, 2020 1 commit
-
-
Yegor authored
* refactor command running utilities for tests Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
- 16 Oct, 2020 1 commit
-
-
Martin Kustermann authored
-
- 14 Oct, 2020 1 commit
-
-
godofredoc authored
* Fix docset generation. * Remove checks to be able to test. * More logging * More logging * More logging. * more logging. * More logging. * Add flags to firebase command. * Re-enable docset generation. * Disable firebase step. * Comment docset to speed up validations. * Re-enable docset. * Add back condition to prevent uploading docs from PRs.
-
- 12 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 09 Oct, 2020 2 commits
-
-
Jonah Williams authored
The train command does nothing and was originally added to provide a no-output default for generating app-jit snapshots. The inject-plugins command is only for a repo-only analysis check, which is not necessary since we regenerate during pub get. #29805
-
nturgut authored
* adding tests that uses integration_test (e2e) package to flutter * change the package name for the import * fix licenses. fix README commands. add links * adding dependency change auto generated by the tool * more analyzer error fixes
-
- 08 Oct, 2020 2 commits
-
-
Greg Spencer authored
This converts the packages/flutter/test/services directory to NNBD, now that the services package is converted. I changed the signature of checkMessageHandler and checkMockMessageHandler on BinaryMessenger to take a nullable handler, since the tests wanted to check to make sure a handler wasn't set, and that functionality no longer works if the handler is non-nullable.
-
Kate Lovett authored
-
- 07 Oct, 2020 2 commits
-
-
Michael Goderbauer authored
-
Janice Collins authored
-
- 06 Oct, 2020 1 commit
-
-
keyonghan authored
-
- 03 Oct, 2020 1 commit
-
-
Jonah Williams authored
[null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171) Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary. dart-lang/sdk#42253
-
- 01 Oct, 2020 2 commits
-
-
Jacob MacDonald authored
-
Michael Goderbauer authored
-
- 29 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 28 Sep, 2020 1 commit
-
-
Jonah Williams authored
Check in linux and windows platform code now that they are stable, so that we could use in devicelab in the future. Removed the ICO from the windows example to avoid analysis check, and since it won't be important for benchmarking or UI tests
-
- 25 Sep, 2020 1 commit
-
-
godofredoc authored
This PR also enables firebase tests on presubmit and removes code that won't be used anymore from test runner. Bug: https://github.com/flutter/infra/pull/225
-
- 23 Sep, 2020 2 commits
-
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
Jonah Williams authored
[flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422) Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances. Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released. Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
-
- 22 Sep, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 21 Sep, 2020 1 commit
-
-
Yegor authored
-