1. 38b5696 Add solo test and group (#881) by Gary Roumanis · 6 years ago
  2. f9fc83b prep for release (#879) by Gary Roumanis · 6 years ago 0.12.41
  3. 244df57 Enable the default reporter and colors always if !windows (#880) by Jacob MacDonald · 6 years ago
  4. 5e20b27 Remove Dartium hack (#877) by Gary Roumanis · 6 years ago
  5. 9f60a14 Support VM debugging (#876) by Gary Roumanis · 6 years ago
  6. a75d0d4 Skip hybrid tests against the browser (#874) by Nate Bosch · 6 years ago
  7. 8af9299 Add explicit casts for virtual channel IDs (#875) by Nate Bosch · 6 years ago
  8. 8ece305 Re-enable some skipped tests for a stale issue (#870) by Nate Bosch · 6 years ago
  9. f6725e5 enable prefer_typing_uninitialized_variables lint and make related fixes (#871) by Kevin Moore · 6 years ago
  10. 69fb67e Add types to a bunch of uninitalized variables (#869) by Nate Bosch · 6 years ago
  11. be331fd Update comment explaining untyped StreamChannelTransformer (#858) by Nate Bosch · 6 years ago
  12. 16e7dd9 Enable check for implicit casts (#868) by Nate Bosch · 6 years ago
  13. c46faea More Dart 2 fixes (#867) by Gary Roumanis · 6 years ago
  14. 3d6da49 Fixes for latest SDK (dev.61 - default sync-async) (#864) by Gary Roumanis · 6 years ago
  15. 00e2e7d Fix implicit casts in lib directory (#861) by Nate Bosch · 6 years ago
  16. 4302ce4 Drop AsyncFunction typedef (#859) by Nate Bosch · 6 years ago
  17. 7573051 fix reporter tests for dart 2 (#856) by Gary Roumanis · 6 years ago
  18. be10a2c Avoid `Future.sync` wrapping an async method (#855) by Nate Bosch · 6 years ago
  19. 5bdb54c Dart 2 fixes (#851) by Gary Roumanis · 6 years ago
  20. a2f75b2 Report original test location in the json_reporter if different (#853) by Jacob MacDonald · 6 years ago 0.12.40
  21. 984ed9b fix config test (#852) by Gary Roumanis · 6 years ago
  22. a96ab1a Enable prefer_equal_for_default_values lint (#850) by Nate Bosch · 6 years ago
  23. 6e369b1 Change the default reporter logic to use `stdout.supportsAnsiEscapes` (#849) by Jacob MacDonald · 6 years ago
  24. b7d40cf Dart 2 fixes (#848) by Gary Roumanis · 6 years ago
  25. 0fe2219 Drop sanitizeForWindows workaround (#845) by Nate Bosch · 6 years ago
  26. cc53729 More Dart 2 runtime semantic fixes (#844) by Nate Bosch · 6 years ago 0.12.38+3
  27. 9d379d8 Fix types for Dart 2 (#843) by Gary Roumanis · 6 years ago
  28. 29e6d5a Avoid constructing our own NoSuchMethodError (#841) by Nate Bosch · 6 years ago
  29. a594ca6 Fix several Dart 2 runtime type errors (#834) by Kevin Moore · 6 years ago 0.12.38+1
  30. 86c3224 Support the latest pkg:analyzer and prepare to release 0.12.38 (#833) by Kevin Moore · 6 years ago 0.12.38
  31. 73ff2f7 Use a new future instead of a cached future from another zone (#831) by Ian Hickson · 6 years ago
  32. 735a644 Use lowercase constants from dart:io (#832) by Nate Bosch · 6 years ago
  33. 419bbe6 fix up all deprecation warnings and other cleanup (#827) by Jacob MacDonald · 6 years ago
  34. 3ac22b1 Require meta 1.1.5 and use @isTest and @isTestGroup to mark test() and group(). (#826) by Konstantin Scheglov · 6 years ago
  35. 5700bd9 Make neverCalled return Null instead of T (#825) by Nate Bosch · 6 years ago
  36. 8f23d8b add build stages for travis (#815) by Jacob MacDonald · 6 years ago
  37. f4286fb Remove transformer and barback dependency (#823) by Jacob MacDonald · 6 years ago 0.12.37
  38. 6c9ef5a Expose bootstrap methods publicly (#820) by Jacob MacDonald · 6 years ago 0.12.36
  39. be2d02a Fix for Dart 2 runtime failures (#819) by Keerti Parthasarathy · 6 years ago
  40. 2cdf2c3 Remove a number of unused members (#816) by Kevin Moore · 6 years ago
  41. dc801b1 Update test that validates args usage with new args output (#817) by Kevin Moore · 6 years ago
  42. b74c281 update matcher dependency (#814) by Jacob MacDonald · 6 years ago
  43. 8570383 Drop dev_dependency on http (#813) by Nate Bosch · 6 years ago
  44. ad35c5c Drop dartium support (#812) by Nate Bosch · 6 years ago
  45. 4940116 Remove upper case constants (#808) by Lasse R.H. Nielsen · 6 years ago
  46. c168b03 Fix node bootstrapping for dart2 (#811) by Jacob MacDonald · 6 years ago
  47. f4e99de Fix Dart 2 parse bugs in the VM (#810) by Nate Bosch · 6 years ago
  48. 8bbedd4 Fix default custom html handler (#809) by Jacob MacDonald · 6 years ago
  49. 0ff3bf1 fix node tests in subdirs (#807) by Jacob MacDonald · 6 years ago
  50. 8decadd prepare to release 0.12.34 (#806) by Jacob MacDonald · 6 years ago
  51. 093350c Require at least Dart 1.24 (#804) by Kevin Moore · 6 years ago
  52. d876e7f Add support for --precompiled node tests (#802) by Jacob MacDonald · 6 years ago
  53. f51b2a9 Stop using document.query in tests – use document.querySelector (#803) by Kevin Moore · 6 years ago
  54. ee2d153 Support --precompiled for vm tests (#801) by Jacob MacDonald · 6 years ago
  55. efab86c simplify --precompiled to serve the precompiled directory directly (#799) by Jacob MacDonald · 6 years ago
  56. 8a51004 Pass --categories=Server to dart2js when compiling Node (#794) by Natalie Weizenbaum · 6 years ago 0.12.33
  57. b5488f9 Fix formatStackTrace() in dart path/to/test.dart (#792) by Natalie Weizenbaum · 6 years ago
  58. dc00299 Warn when running VM or Node tests with --precompiled (#789) by Natalie Weizenbaum · 6 years ago
  59. e982696 Merge pull request #793 from dart-lang/fix-tests by Natalie Weizenbaum · 6 years ago
  60. 43299ca Skip tests broken by dart-lang/sdk#32633 by Natalie Weizenbaum · 6 years ago
  61. ab8fa3c Update a test so it produces colored output in CFE dart2js by Natalie Weizenbaum · 6 years ago
  62. 362f98d Workaround for async SDK issue (#787) by Gary Roumanis · 6 years ago 0.12.32+2
  63. df2ede5 Stop importing dart:io from browser libraries (#782) by Natalie Weizenbaum · 6 years ago 0.12.31+1
  64. 4ffda6d Add a platform selector variable for Google internal tests (#779) by Natalie Weizenbaum · 6 years ago 0.12.32
  65. c90bea9 Add the ability to include one config file from another (#777) by Matan Lurey · 6 years ago
  66. 5230fd6 Stop testing content shell (#780) by Natalie Weizenbaum · 6 years ago
  67. d48d6a8 Merge pull request #778 from dart-lang/suite-platform by Natalie Weizenbaum · 6 years ago
  68. bbfe7c5 Add comments about platform vs runtime by Natalie Weizenbaum · 6 years ago
  69. cc0c96e Rename TestPlatform to Runtime by Natalie Weizenbaum · 6 years ago
  70. decc01d Add a SuitePlatform class by Natalie Weizenbaum · 6 years ago
  71. 1bf06fb Fix PlatformPlugin's documentation by Natalie Weizenbaum · 6 years ago
  72. 880d03f Bump version to 0.12.31 (#776) by Natalie Weizenbaum · 6 years ago 0.12.31
  73. 37fed34 Allow Chrome's headless mode to be configured (#775) by Natalie Weizenbaum · 6 years ago
  74. 52581cf Fix a hang when a Node test failed to compile (#771) by Natalie Weizenbaum · 6 years ago
  75. 8c0926c remove headless option (#773) by Gary Roumanis · 6 years ago 0.12.30+4
  76. 0a10d7e Merge pull request #770 from dart-lang/mapper-refactor by Natalie Weizenbaum · 6 years ago
  77. 90b3f10 Handle stack trace mapping through suite channels by Natalie Weizenbaum · 6 years ago
  78. f6ee1ac Make deserializeSuite() sync and RunnerSuiteController.suite async by Natalie Weizenbaum · 6 years ago
  79. 2aa4cb2 Refactor how stack trace formatting is configured by Natalie Weizenbaum · 6 years ago
  80. 75c760c Add a RunnerSuite.channel() call that can connect to a test worker by Natalie Weizenbaum · 6 years ago
  81. 093a59f Merge pull request #763 from dart-lang/fix-tests by Natalie Weizenbaum · 6 years ago
  82. 3432c3c Fix typo in invoker.dart (#767) by Conor Reisman · 6 years ago
  83. 605a459 Force content shell not to trigger its expiration logic by Natalie Weizenbaum · 6 years ago
  84. b2b5cc8 Get the proper default settings for Firefox and IE by Natalie Weizenbaum · 6 years ago
  85. 6bc67cc Don't run any Dartium or Content Shell tests against Dart 2 by Natalie Weizenbaum · 6 years ago
  86. 52ae7e6 Stop incidentally using Content Shell in tests by Natalie Weizenbaum · 6 years ago
  87. 5594a7b Stop incidentally using Dartium in tests by Natalie Weizenbaum · 6 years ago
  88. b5f4825 Work around dart-lang/sdk#32113 (#760) by Natalie Weizenbaum · 6 years ago 0.12.30+3
  89. 1d53c24 Rely more loosely on dart2js output in tests (#761) by Natalie Weizenbaum · 6 years ago
  90. 6432cfa Fix a memory leak in host.dart (#759) by Natalie Weizenbaum · 6 years ago
  91. 178d899 Don't load test suites with excluded tags (#758) by Natalie Weizenbaum · 6 years ago 0.12.30+2
  92. a9c7ee1 Don't use Stream.firstWhere(defaultValue:) as it is being renamed (#756) by Sam Rawlins · 6 years ago
  93. 269ae63 prep for release (#754) by Gary Roumanis · 6 years ago 0.12.30+1
  94. c21689e Merge pull request #755 from dart-lang/wa-31963 by Paul Berry · 6 years ago
  95. a1b5847 Work around https://github.com/dart-lang/sdk/issues/31963 by Paul Berry · 6 years ago
  96. 26d91f2 Update code to eliminate Future flattening in Dart 2.0 (#752) by Keerti Parthasarathy · 6 years ago
  97. dc8389a Support operating system selectors under Node.js (#747) by Natalie Weizenbaum · 6 years ago 0.12.30
  98. 0c1112f Use finer-grained stack trace folding configuration (#746) by Natalie Weizenbaum · 6 years ago
  99. 219f1fa Type fail() to return Null (#745) by Natalie Weizenbaum · 6 years ago
  100. 65358b0 Fix a typo (#744) by Natalie Weizenbaum · 6 years ago