flutter/packages/flutter_test
Greg Spencer a5053bfb29
Fix transforms for things with RenderPointerListeners (#32535)
This fixes #32525, because it now marks the compositing bits as needing to be recalculated if the mouse tracker changes its idea of whether or not a mouse is attached.

This bug occurred because the test framework was leaking state from one test to the next (the state about whether a mouse pointer was active), and so even though there was a "passing" test when run in order with the other tests in the file, when the test was run individually (or first), it would have failed and caught the bug.

This adds an assert to make sure that after each test there are no simulated mouse pointers connected, and now calls removePointer in all of the tests where this was a problem.
2019-05-13 15:48:12 -07:00
..
lib Fix transforms for things with RenderPointerListeners (#32535) 2019-05-13 15:48:12 -07:00
test Fixing accidental merge from WIP branch. (#32520) 2019-05-10 15:53:41 -07:00
BUILD.gn Leave source list empty for Fuchsia targets. (#15337) 2018-03-12 15:38:32 +01:00
pubspec.yaml Capture JSON RPC errors that presently get swallowed (#31584) 2019-04-25 08:27:00 -07:00