3.0.4
  1. de44a23 [test_runner] Cleanup unused compiler names by Nicholas Shahan · 2 years, 6 months ago
  2. 1afb59f [pkg/expect] use package:lints/recommended.yaml by Devon Carew · 2 years, 7 months ago
  3. 87d1806 [test_runner] Add new name for ddc compiler by Nicholas Shahan · 2 years, 7 months ago
  4. d5bd015 [expect] Replace @alwaysThrows with Never by Sam Rawlins · 2 years, 8 months ago
  5. 84c695a Reland "[test] Fix some tests for Dart2Wasm." by Joshua Litt · 2 years, 10 months ago
  6. d61c47f Revert "[test] Fix some tests for Dart2Wasm." by Joshua Litt · 2 years, 10 months ago
  7. 7f0fa31 [test] Fix some tests for Dart2Wasm. by Joshua Litt · 2 years, 10 months ago
  8. 317e346 [pkg] use package:lints when analyzing pkg/smith, pkg/expect by Devon Carew · 3 years, 2 months ago
  9. f7c46f1 [pkg] prefer 'any' deps for package dev dependencies by Devon Carew · 3 years, 3 months ago
  10. 6ebd263 Use `any` deps for all unpublished packages by Nate Bosch · 3 years, 4 months ago
  11. e003a83 Add myself to OWNERS in the various test packages. by Robert Nystrom · 3 years, 6 months ago
  12. 30beab0 [infra] Add OWNERS to the Dart SDK by Alexander Thomas · 3 years, 7 months ago
  13. b453c6b [gardening] Fix env_test/has_mirror_support. by Alexander Aprelev · 3 years, 8 months ago
  14. cd0606e Simplify `asyncExpectThrows` and enhance `Expect.throws`. by Lasse R.H. Nielsen · 3 years, 8 months ago
  15. 83286de Allow pub get/upgrade to run on a number of packages in pkg/ by Kevin Moore · 3 years, 11 months ago
  16. 46b3b63 Clean up null-aware tests. by Lasse R.H. Nielsen · 4 years, 4 months ago
  17. 6730b12 [vm] Add --resolve-dwarf-paths (disabled by default). by Tess Strickland · 4 years, 5 months ago
  18. 6c8f4aa Reland "[vm] Fix V8 snapshot profile handling of the dispatch table." by Tess Strickland · 4 years, 5 months ago
  19. 03101c0 Update LICENSE by Franklin Yow · 4 years, 5 months ago
  20. bf74cad [vm/compiler] Change when parents of local functions are retained. by Tess Strickland · 4 years, 6 months ago
  21. c88171c [sdk] Bump version to 2.13 by Alexander Thomas · 4 years, 7 months ago
  22. 8cba879 Add additional validations to the pkg/ package pubspecs. by Devon Carew · 4 years, 9 months ago
  23. 3b9b779 Reland "[vm/compiler] Move AssertAssignables out of closure bodies." by Tess Strickland · 4 years, 10 months ago
  24. 1003e91 Remove uses of, and need for, Expect.throwsNullCheckedError. by Lasse Reichstein Holst Nielsen · 4 years, 10 months ago
  25. 3a7eeb6 Rename is{Strong,Weak}Mode to has{Sound,Unsound}NullSafety by Erik Ernst · 4 years, 10 months ago
  26. 063c3ed Update pkg dependencies on pkg:analyzer by Kevin Moore · 4 years, 11 months ago
  27. def5090 Make flow analysis handling of is/==/??=/?. consistent with mixed mode semantics by Paul Berry · 5 years ago
  28. 3af367c Migrate the new async error tests. by Robert Nystrom · 5 years ago
  29. f0c87e9 Clean up no-publish comments in pubspecs by Michael Thomsen · 5 years ago
  30. 4c78bac Migrate language_2/implicit_creation to NNBD. by Robert Nystrom · 5 years ago
  31. 99285eb Add nnbd_mode_test to package:expect. by Mayank Patke · 5 years ago
  32. b955271 Migrate language_2/function_subtype to NNBD. by Robert Nystrom · 5 years ago
  33. d9bb487 Treat the expect and async_helper packages as opted in to NNBD. by Robert Nystrom · 5 years ago
  34. 54ae6c1 Make minitest and async_minitest NNBD agnostic. by Robert Nystrom · 5 years ago
  35. 28fb096 Initializing ExpectException's name to the empty string instead of null when no name is provided. by Mark Zhou · 5 years ago
  36. 5e9be81 Make all CastErrors be TypeErrors. by Leaf Petersen · 5 years ago
  37. 63bff1a Improve asynchronous test failures and async_minitest. by Robert Nystrom · 5 years ago
  38. 4b7ba5a Add a script to generate a package_config.json for the SDK. by Robert Nystrom · 6 years ago
  39. 01907a6 Migrate standalone tests off ancient deprecated unittest package. by Robert Nystrom · 6 years ago
  40. 44f027b Remove the matchers_lite.dart library. by Robert Nystrom · 6 years ago
  41. 081e2ac [test] Update copied mirrors tests for Dart 3. by Ryan Macnak · 6 years ago
  42. 929a306 [tests] Fix missing space in failure message by Nicholas Shahan · 6 years ago
  43. 596bd5b [dartdevc] Add modular NNBD test by Vijay Menon · 6 years ago
  44. b37dd72 Revert "Revert "Make package:expect NNBD agnostic"" by Vijay Menon · 6 years ago
  45. 9b23c48 Revert "Make package:expect NNBD agnostic" by Vijay Menon · 6 years ago
  46. 10c212f Make package:expect NNBD agnostic by Vijay Menon · 6 years ago
  47. aee6563 Add constructors to `Stream` which creates single data or error event streams. by Lasse R.H. Nielsen · 6 years ago
  48. fb29d0e Move async_minitest to package:async_helper. by Sigmund Cherem · 6 years ago
  49. 204651f Replace package:expect annotations with @pragma by Johnni Winther · 7 years ago
  50. 627e96c [dartdevc] simplify microtask scheduling using JS Promise by Jenny Messerly · 7 years ago
  51. a92ddcf Add package:expect/matchers_lite.dart by Peter von der Ahé · 7 years ago
  52. a60a06f Update pkg:expect to use @alwaysThrows annotation on fail functions by Kevin Moore · 7 years ago
  53. 6f3ce5b Fixes for SDK packages by Kevin Moore · 7 years ago
  54. 6d4d3c6 Remove TrustTypeAnnotations by Johnni Winther · 7 years ago
  55. 2da0b9f fix some typos by G?nter Z?chbauer · 7 years ago
  56. 0496569 implement super mixins in dartdevc and fix a few issues in Analyzer by Jenny Messerly · 7 years ago
  57. cc08d0e Add operators `&`, `|` and `^` to `bool`. by Lasse R.H. Nielsen · 7 years ago
  58. b1eeacc Remove usage of unittest package from a number of tests. by Lasse R.H. Nielsen · 7 years ago
  59. 76db06c Fix assert in Future code to allow a Future<Future<int>>. by Lasse R.H. Nielsen · 7 years ago
  60. 6bc7288 Fix fused UTF-8/JSON decoding. by Lasse R.H. Nielsen · 7 years ago
  61. 5ea271b Clean up documentation of implicit new/const insertions tests. by Lasse R.H. Nielsen · 7 years ago
  62. 56d59dd Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes by Mike Fairhurst · 8 years ago
  63. ec58f56 Revert "Make `void` a static warning to use almost everywhere." by Mike Fairhurst · 8 years ago
  64. 09eed74 Make `void` a static warning to use almost everywhere. by Mike Fairhurst · 8 years ago
  65. 5d84d68 Update status files for more Safari breakage. by Lasse R.H. Nielsen · 8 years ago
  66. 87e7861 Make Expect.throws not accept an expectation error as a throw. by Lasse R.H. Nielsen · 8 years ago
  67. ffab960 Add Expect.notIdentical and Expect.allDistinct to package:expect. by Lasse Reichstein Holst Nielsen · 8 years ago
  68. 11a1cd5 Remove version from unpublished packages by Kevin Moore · 8 years ago
  69. 4d5bcd5 Make minitest.dart a little more resilient against misues. by Bob Nystrom · 8 years ago
  70. 07b9df2 Use the Expect.throws___() helper methods throughout tests. by Bob Nystrom · 8 years ago
  71. 2dfad9c Remove unnecessary "catch" clauses by Paul Berry · 8 years ago
  72. 9d4be00 Migrate block 44. by Bob Nystrom · 8 years ago
  73. cc8ae6b Add some more validation of things in expect that should not be used. by Bob Nystrom · 8 years ago
  74. 5c213ab Changed expect.dart typeAssertionsEnabled to pass strong mode tests. by Erik Ernst · 8 years ago
  75. 3b05eb9 Add support to dart2js for option --enable-asserts. by Erik Ernst · 8 years ago
  76. 029b1cb Spelling fixes e to i. by Erik Corry · 8 years ago
  77. 85af025 Expect.equals and Expect.identical escape more strings by Stephen Adams · 8 years ago
  78. 60a9666 Remove uses of unittest in the HTML tests where possible. by Bob Nystrom · 9 years ago
  79. ae5a566 Move minitest.dart into the expect package. by Bob Nystrom · 9 years ago
  80. 2305865 Start cleaning up the HTML tests. by Bob Nystrom · 9 years ago
  81. bd4c7a8 Add Base64 codec to dart:convert. by Lasse R.H. Nielsen · 10 years ago
  82. d3013cf Fix typos of "function". by Lasse R.H. Nielsen · 10 years ago
  83. a2bf14b Support @NoInlining in the ssa-builder. by floitsch@google.com · 11 years ago
  84. 44541ff Support [AssumeDynamic] and [TrustTypeAnnotations] in the inferrer. by herhut@google.com · 11 years ago
  85. 9d9b462 Add test annotations to package:expect by johnniwinther@google.com · 11 years ago
  86. fab20ad Change Expect.stringEquals to give more information about the difference, so it's possible to find it in a long string. by lrn@google.com · 11 years ago
  87. f48916d Make Expect.throws not accept arguments that fail to be called. by lrn@google.com · 11 years ago
  88. 97835dc pkg/unittest: added LICENSE by kevmoo@google.com · 12 years ago
  89. 18ca7d0 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 12 years ago
  90. 61f6c51 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 12 years ago
  91. 02638c5 add versions and constraints for packages and samples by jmesserly@google.com · 12 years ago
  92. 544e706 Remove leftover debug-prints in Expect. by lrn@google.com · 12 years ago
  93. 969a5f2 Fix bug in Expect package's string compare. by lrn@google.com · 12 years ago
  94. faa7227 Make new StreamController be async by default. by lrn@google.com · 12 years ago
  95. 8fd6d0a Remove Expect from core library. by floitsch@google.com · 12 years ago
  96. 5dc8107 Revert "Remove Expect from core library." by floitsch@google.com · 13 years ago
  97. 12dbd2f Remove Expect from core library. by floitsch@google.com · 13 years ago