1. 01 Dec, 2015 1 commit
  2. 10 Nov, 2015 1 commit
  3. 02 Nov, 2015 3 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
    • Hixie's avatar
      Try to fix the test framework better than before · 297b90e2
      Hixie authored
      The previous attempt to port the 'test' framework to the new framework
      wasn't super-successful. This does a better job, hopefully.
      297b90e2
  4. 29 Oct, 2015 1 commit
  5. 16 Sep, 2015 1 commit
  6. 20 Aug, 2015 1 commit