1. 06 Nov, 2018 3 commits
  2. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  3. 18 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests (#12132) · 88cd043d
      Ian Hickson authored
      Fixes some tests that weren't aggressively catching exceptions.
      Fixes some actual failures that were found because of this.
      Tries to fix an intermittent failure with crash1_test.dart which could be a race condition.
      88cd043d
  4. 07 Sep, 2017 1 commit
  5. 30 Jun, 2017 1 commit
  6. 10 Jan, 2017 1 commit
  7. 16 Dec, 2015 1 commit
  8. 14 Dec, 2015 1 commit
  9. 21 Aug, 2015 1 commit
    • Adam Barth's avatar
      Introduce sky/unit/test · b64e1aab
      Adam Barth authored
      This patch adds a new test harness and a first, trivial test to run with the
      harness. The new test harness is built on package:test and should run on
      Travis. Over time, we'll migrate our existing tests into this harness.
      b64e1aab