- 14 Aug, 2023 1 commit
-
-
Matan Lurey authored
Partial work towards https://github.com/flutter/flutter/issues/132245. As far as I can tell, this just plumbs flags downwards and has no semantic changes.
-
- 01 Jun, 2023 1 commit
- 25 May, 2023 1 commit
-
-
Elias Yishak authored
Addresses issues: - https://github.com/flutter/flutter/issues/127135 - https://github.com/flutter/flutter/issues/99767 Creates a matcher class that we can use for `ProcessResult` to check for the exit code. *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
-
- 23 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 17 Mar, 2023 1 commit
-
-
Jackson Gardner authored
Always flush files when setting up the test directory.
-
- 09 Sep, 2022 1 commit
-
-
Ivan Dlugos authored
-
- 25 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 16 Mar, 2022 1 commit
-
-
Gary Qian authored
-
- 20 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Oct, 2021 1 commit
-
-
Danny Tuppeny authored
Limit 10 second future modification-date in integration test to only where required for reloads (#91300) This prevents all of the `flutter run` calls immediately re-running `flutter pub get` when it has already been run by test setup code.
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 05 Mar, 2021 1 commit
-
-
Gary Qian authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 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
-
- 25 Jan, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 21 Jan, 2021 1 commit
-
-
Kenzie Schmoll authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 15 Sep, 2020 1 commit
-
-
Jonah Williams 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.
-
- 30 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Dec, 2019 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tool] Prevent accidental calls to io.exit when asserts are active in unit tests (#46210)" (#46630) This reverts commit b698c9d7.
-
Jonah Williams authored
-
- 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
-
- 10 Oct, 2019 1 commit
-
-
Danny Tuppeny authored
* Capture stdout in test helper * Simplify running getPackages() in test utils * Remove unused import
-
- 07 Oct, 2019 1 commit
-
-
Ian Hickson authored
Applying our style guide: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#have-good-hygiene-when-using-temporary-directories
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Jul, 2019 1 commit
-
-
Ian Hickson authored
-
- 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)
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 17 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
This will help track down any that aren't cleaning up and also may help track down leaked flutter_tester processes (https://github.com/dart-lang/sdk/issues/35549).
-
- 19 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
* Switch to URIs for breakpoints and unskip tests on Windows addBreakpointWithScriptUri expects Uris. By coincidence, FS paths work on Mac/Linux but they fail on Windows. One of the issues in the skip comment is fixed, the other one seems not relevant here. * Apply symlink resolution to all integration tests The default temp folders we get include symlinks which breaks breakpoints. * Save
* Fix typo
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 10 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
* Rename util -> test_utils * Rename flutter_test_driver -> test_driver * Switch testWithContext -> test * Remove unused import * Move test project into a class to make it easier to have multiple of these Each "TestProject" class can contain its files and things like named breakpoint locations. * Split expression evaluation tests into own file * Include last response in error messages * Update expectations based on current bugs * Fix async-ness in tests * Fix incorrect expectation in test * Fix incorrect evaluations * Remove skips for tests that are now passing on master * Expect pass on Linux
♂️ * Call the code * Skip expression evaluation tests on Windows * Skip whole group, not just one test * Remove duplicated method from merge * Fix misplaced close of group * Remove code that was duplicated from test we copied Not sure how this ended up in here? * Re-fix typo
-
- 27 Jun, 2018 1 commit
-
-
Danny Tuppeny authored
-