- 15 Sep, 2020 1 commit
-
-
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
-
- 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
-
- 19 Aug, 2020 4 commits
-
-
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
-
Jenn Magder authored
This reverts commit acdb909f.
-
Jonah Williams authored
-
- 11 Aug, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 30 Jul, 2020 1 commit
-
-
Jonah Williams authored
There are some occasional difficult to repro flakes on the tool integration tests. Try running only a single isolate to simplify the environment a bit.
-
- 24 Jul, 2020 1 commit
-
-
Jason Simmons authored
Disabled web_benchmarks_canvaskit in the bot scripts because it was failing in the Cirrus environment.
-
- 15 Jul, 2020 1 commit
-
-
Jonah Williams authored
Enable null safety asserts for web debug mode. This induces runtime asserts at the boundaries between null safe and non-null safe libraries. Adds integration test that validates assertion error is thrown. #61042
-
- 09 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 08 Jul, 2020 1 commit
-
-
Jonah Williams authored
landing to unblock meta rollback
-
- 06 Jul, 2020 1 commit
-
-
Jonah Williams authored
Includes a fix to a startup race condition and log truncation that should make sure strings aren't cut off
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
Use tester (disclaimer, written by me) to unit test the flutter tools general shard. Since these tests are designed to be hermetic, the single compilation/single isolate model offers a tremendous speedup over the default pub run test workflow. On previous linux shard, test execution alone took 10:30, while now it takes only 1:30.
-
- 23 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Jun, 2020 2 commits
-
-
Jonah Williams authored
[flutter_tools] ensure generated entrypoint matches test and web entrypoint language version (#59291) Ensure that the language version of the test/web generated entrypoint matches the language version of the test file to run, or the overall package language version if no annotation is provided.
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 03 Jun, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 08 May, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 May, 2020 1 commit
-
-
Dan Field authored
-
- 01 May, 2020 1 commit
-
-
Jonah Williams authored
Ensure iOS and android builds can be correctly cached. Use the performance-measurement-file to verify that all targets were skipped on the second invocation. This is only run on the flutter_gallery build.
-
- 28 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 27 Apr, 2020 1 commit
-
-
Jonah Williams authored
Support --enable-experiment in flutter test (for flutter_tester). Required minor change for null safety.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Apr, 2020 1 commit
-
- 17 Apr, 2020 1 commit
-
-
Dan Field authored
-
- 16 Apr, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit b8bd09db.
-
Jonah Williams authored
-
- 13 Apr, 2020 1 commit
-
-
Yegor authored
-
- 12 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-