flutter/packages/flutter_test/lib/src
Todd Volkert 2ba0deb77a
Make runAsync() run in child zone, not root zone (#17359)
Some APIs (such as the ones in package:test) assume you're running
in a child zone of the test zone by attempting to extract information
from the zone values. When we run runAsync() in the root zone, those
zone values are lost, and such API methods don't work.

The solution is to run in a child zone, but with a specification that
says to use the Root zone for task scheduling (both timers and
microtakss).
2018-05-07 18:33:44 -07:00
..
all_elements.dart rename Element.visitChildrenForSemantics to visitOnstageChildren; fix DropdownButton (#11744) 2017-09-01 09:48:12 -07:00
binding.dart Make runAsync() run in child zone, not root zone (#17359) 2018-05-07 18:33:44 -07:00
controller.dart Fix various strong mode issues. (#14284) 2018-01-31 08:21:32 +01:00
finders.dart Implicit a11y scrolling for iOS (and caching in Viewports) (#17021) 2018-05-04 10:48:06 -07:00
goldens.dart Golden file fixes (#17299) 2018-05-07 11:33:41 -07:00
matchers.dart Golden file fixes (#17299) 2018-05-07 11:33:41 -07:00
nonconst.dart work around const lints (#14416) 2018-02-02 08:06:42 +01:00
platform.dart Roll engine to 33b88173f3820690169348859bbdc29133179e0b (#14832) 2018-02-26 11:39:48 -08:00
stack_manipulation.dart Declare locals final where not reassigned (flutter_test) (#8569) 2017-03-03 17:51:01 -08:00
test_async_utils.dart Fix tests to use Ahem, and helpful changes around that (#9332) 2017-04-12 13:33:02 -07:00
test_pointer.dart Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. (#15444) 2018-03-12 15:44:25 -07:00
test_text_input.dart Pipe onsubmit for text form fields (#13687) 2018-01-03 23:57:38 +08:00
test_vsync.dart Improve test coverage (#7430) 2017-01-10 20:41:42 -08:00
widget_tester.dart Fix expectLater to not wrap the delegate in a guard (#17085) 2018-04-30 10:05:04 -07:00