1. 16 May, 2019 1 commit
  2. 20 Mar, 2019 1 commit
  3. 21 Feb, 2019 1 commit
  4. 26 Jan, 2019 1 commit
  5. 02 Oct, 2018 1 commit
  6. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Try to resolve an intermitted crash during coverage collection (#20506) · d5812085
      Ian Hickson authored
      * Try to resolve an intermitted crash during coverage collection
      
      The only theory I can come up with is that maybe the test completes
      before we finish processing the standard input, so I made the test
      harness wait for the observatory URL before considering whether the
      test has finished or not.
      
      Also, some code cleanup while I'm at it, e.g. avoiding using "onFoo"
      for the names of methods, avoiding back-to-back switch statements with
      the same values, avoiding `_` argument names, and using `?.` instead
      of `if (foo != null) foo.`.
      
      * Revert back the signature of _pipeStandardStreamsToConsole
      
      * Also remove the other additions to this method.
      Unverified
      d5812085
  7. 12 Mar, 2018 1 commit
  8. 22 Oct, 2017 1 commit
  9. 13 Jun, 2017 1 commit