- 19 Aug, 2022 1 commit
-
-
Anna Gringauze authored
* Temporarily remove a bogus warning until fixed by dwds update * Addressed CR feedback
-
- 21 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 11 May, 2022 1 commit
-
-
Anna Gringauze authored
* Provide flutter sdk kernel files to dwds launcher instead of dart ones * Update log test to report all warnings * Update licences for new files * Addressed CR comments * Addressed CR comments
-
- 29 Sep, 2021 1 commit
-
-
Nicholas Shahan authored
-
- 26 Aug, 2021 1 commit
-
-
Anna Gringauze authored
Helps: https://github.com/flutter/flutter/issues/88911
-
- 18 Aug, 2021 1 commit
-
-
Anna Gringauze authored
-
- 29 Jul, 2021 1 commit
-
-
Anna Gringauze authored
-
- 12 Jul, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 Jun, 2021 1 commit
-
-
Darren Austin authored
Turned off all tests in expression_evaluation_web_test.dart as there were several that appeared in flake reports.
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 11 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Apr, 2021 1 commit
-
-
Ben Konyi authored
-
- 02 Apr, 2021 1 commit
-
-
Sam Rawlins authored
-
- 18 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Anna Gringauze authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 13 Nov, 2020 1 commit
-
-
Anna Gringauze authored
* Disable failing test due to SDK issue * Disable failing debugger and hot reload windows tests
-
- 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
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Nov, 2020 1 commit
-
-
Anna Gringauze authored
Temporarily disable web expression evaluation tests, until we figure out how to disable the only on non-web bot.
-
- 29 Oct, 2020 3 commits
-
-
Jonah Williams authored
Enable web tool integration tests: expression evaluation, stepping, and basic hot restart
-
Jonah Williams authored
This reverts commit d0cdfa41.
-
Jonah Williams authored
* [flutter_tools] stage web integration tests
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 08 Sep, 2020 1 commit
-
-
Jonah Williams authored
Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used. Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
-
- 19 Jun, 2020 1 commit
-
-
Anna Gringauze authored
-
- 13 May, 2020 1 commit
-
-
Anna Gringauze authored
-
- 17 Apr, 2020 1 commit
-
-
Anna Gringauze authored
-
- 02 Apr, 2020 1 commit
-
-
Anna Gringauze authored
-
- 26 Feb, 2020 1 commit
-
-
Alexander Aprelev authored
* Fix expression evaluation test leaking flutter_tester processes. Let flutter_tester process complete, wait for it completion, kill the test only if didn't complete on time. * Type annotation
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 18 Oct, 2019 3 commits
-
-
Ian Hickson authored
See #41880 for history.
-
Jonah Williams authored
This reverts commit 1781d5c9.
-
Ian Hickson authored
-
- 09 Aug, 2019 1 commit
-
-
Yegor authored
update dependencies; add a Web smoke test
-
- 22 Jul, 2019 1 commit
-
-
Danny Tuppeny authored
Plus: - Resume the app being run after expression has been evaluated to prevent the test run being forcefully terminated because it didn't end - Skip non-JSON when waiting for JSON (eg. when running in verbose mode for debugging locally) - Pass defaultTimeout in waitForJson (otherwise the assert in _timeoutWithMessages fails when it's not provided) Closes https://github.com/flutter/flutter/issues/26518 (the original reason for skip was fixed in https://github.com/dart-lang/sdk/issues/34224).
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 26 Jun, 2019 2 commits
-
-
Jonah Williams authored
-
Dan Field authored
Shard tool_tests
-
- 06 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some formatting issues * address review comments * fix indent
-