Closed
Description
Issue by Hixie
Friday Oct 02, 2015 at 18:21 GMT
Originally opened as https://github.com/flutter/engine/issues/1457
Running the tests directly, as opposed to through the test harness, you get exceptions because the animation code is getting called from beginFrame() which is being called from the engine directly with a different clock time than the fake clock the test is trying to run the system with.