105b170ddb
This required some changes to analysis_server, since analysis_server used to have its own version of pumpEventQueue(). Since pumpEventQueue() is now provided by the test package, I've removed analysis_server's version, and I've updated some of the call sites to pass in "times: 5000" to replicate the old analysis_server behavior. This also required some changes to analyzer, since the fail() method is now marked as @alwaysThrows, so no code may follow it without producing a dead code hint. Change-Id: Ie5ef3a5cc685c18da02de699e59f63f3bb8865f7 Reviewed-on: https://dart-review.googlesource.com/32683 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>