flutter/dev
Jonah Williams 37db92beeb
[versions] update all versions and fix tool tests (#60127)
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:

- systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
- MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
- RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
2020-06-23 15:48:37 -07:00
..
automated_tests [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
benchmarks [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
bots [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
ci Separate PR (#53619) 2020-03-31 11:16:02 -07:00
customer_testing [versions] update all versions (#59832) 2020-06-19 14:48:57 -07:00
devicelab [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
docs Update README.md (#56727) 2020-05-11 12:10:02 -07:00
integration_tests [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
manual_tests [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
missing_dependency_tests [flutter_tools] remove globals from compilers (#59184) 2020-06-18 10:33:17 -07:00
snippets [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
tools [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
tracing_tests [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
README.md Clean up test infrastructure (#43030) 2019-10-18 16:35:39 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.