1. 02 Nov, 2015 2 commits
    • Hixie's avatar
      fix the 'dart:profiler' bug · 466a91ab
      Hixie authored
      ...by requiring a new version of analyzer.
      
      Also, when the subprocess is terminated unexpectedly, report the actual
      problem in more detail.
      466a91ab
    • Hixie's avatar
      Handle crashing engine. · b43722e7
      Hixie authored
      When the engine dies unexpectedly during test execution, we have to
      terminate any tests running in that engine. Previously, they would just
      hang. For some reason that I was never able to satisfactorily explain,
      the WebSocket doesn't die in a way I can detect in this case. So
      instead, we hand in a future that we only complete when we detect the
      server subprocess ends.
      b43722e7
  2. 20 Aug, 2015 1 commit