- 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 2 commits
-
-
Yegor authored
-
godofredoc authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-
- 18 Sep, 2020 1 commit
-
-
Darren Austin authored
-
- 16 Sep, 2020 2 commits
-
-
Michael R Fairhurst authored
- 15 Sep, 2020 2 commits
-
-
Jonah Williams authored
Port the deprecated settings devicelab test to tool integration shard. Tests that apps can be built using the deprecated android/settings.gradle file. Part of #65790
-
Jonah Williams authored
Currently these tests are taking CI time without providing any value, because there is no verification that network connectivity is avoided. This is better covered by a unit test that verifies that --offline is passed to pub.
-
- 13 Sep, 2020 1 commit
-
-
Greg Spencer authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 31 Aug, 2020 1 commit
-
-
Casey Hillers authored
-
- 28 Aug, 2020 1 commit
-
-
Casey Hillers authored
-
- 27 Aug, 2020 1 commit
-
-
Casey Hillers authored
-
- 26 Aug, 2020 1 commit
-
-
Dan Field authored
* Use Pixel4 for better wait times According to the firebase team, these have lower wait times for tests.
-
- 25 Aug, 2020 2 commits
-
-
Jonah Williams authored
To allow tests to begin migrating to null safety, sound null safety needs to be disabled. Also removes the experiment flag that is unnecessary since the framework is on the SDK allowlist.
-
Mouad Debbar authored
-
- 20 Aug, 2020 1 commit
-
-
Christopher Fujino authored
-
- 19 Aug, 2020 9 commits
-
-
Jonah Williams authored
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
-
Jonah Williams authored
-
Jonah Williams authored
Like Android/iOS, only enable --null-assertions if asked. Previously this was enabled by default for web, but in general this has proved to be too breaking to enable by default. #61042
-
Jonah Williams authored
Reland of acdb909f with fixes to semantics.dart #61042
-
Jonah Williams authored
-
Michael Goderbauer authored
-
Jenn Magder authored
This reverts commit acdb909f.
-
Michael Goderbauer authored
-
Jonah Williams authored
-
- 13 Aug, 2020 2 commits
-
-
Kate Lovett authored
-
Greg Spencer authored
Revert: Update prepare_package.dart to use the process_runner package instead having duplicate code. #62710 (#63608) This reverts #62710, since it has a noSuchMethodError in some circumstances. This isn't just a straight git revert, because I had to resolve the conflicts in the reverted pubspec.yaml files and re-run flutter update-packages --force-upgrade to make the checksums match.
-