flutter/packages/flutter_test
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
..
lib Make runAsync() run in child zone, not root zone (#17359) 2018-05-07 18:33:44 -07:00
test Make runAsync() run in child zone, not root zone (#17359) 2018-05-07 18:33:44 -07:00
BUILD.gn Leave source list empty for Fuchsia targets. (#15337) 2018-03-12 15:38:32 +01:00
pubspec.yaml Add basic support for golden image file testing (#17094) 2018-04-30 10:35:56 -07:00