0.4.2.4
  1. affd539 Fix escaping in YAML RegExp. by rnystrom@google.com · 12 years ago
  2. d7729fd Update generated analyzer_experimental for new List interface. by scheglov@google.com · 12 years ago
  3. 52f0f0a Add issue number to failing test by alanknight@google.com · 12 years ago
  4. 343f7c0 Tweaking html_config to stabilize location test. by blois@google.com · 12 years ago
  5. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  6. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  7. 16a944b Change status file for intl test with encoding issue on Windows by alanknight@google.com · 12 years ago
  8. 6a22d28 Add the ability to abort a scheduled test. by nweiz@google.com · 12 years ago
  9. ab0ead6 Intl test spawning processes must specify the encoding for stdout by alanknight@google.com · 12 years ago
  10. a9a8d42 Add a SafeHttpServer shim to work around issue 9140. by nweiz@google.com · 12 years ago
  11. cf827e4 Making it easier to run individual HTML tests. by blois@google.com · 12 years ago
  12. afc9838 Fix windows and pub failures in intl tests by alanknight@google.com · 12 years ago
  13. 0446767 Adds facilities for extracting Intl.message calls and generating code from translations by alanknight@google.com · 12 years ago
  14. b44320b Add a ScheduledServer class. by nweiz@google.com · 12 years ago
  15. 519fa6c pkg/args Option should be more strict about names and abbreviations by kevmoo@j832.com · 12 years ago
  16. 9827d99 Bring webdriver up to date with SDK changes, and a bit of refactoring. by gram@google.com · 12 years ago
  17. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  18. 2a857de dart2js: Create noSuchMethod handlers at runtime to reduce overhead. by erikcorry@google.com · 12 years ago
  19. 139e02c Rename analyzer-experimental to analyzer_experimental. by scheglov@google.com · 12 years ago
  20. 050c82b pkg/unittest: locking down TestCase by kevmoo@j832.com · 12 years ago
  21. ec56993 Disable resolver_test. by scheglov@google.com · 12 years ago
  22. d946286 Look for dart-sdk in two places. by scheglov@google.com · 12 years ago
  23. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  24. 26c4b3a Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it. by ager@google.com · 12 years ago
  25. 3f6b0a7 pkg/unittest: fixed deprecations in alt configs by kevmoo@j832.com · 12 years ago
  26. ecf000d Use ".."-style imports in scheduled_test. by nweiz@google.com · 12 years ago
  27. 813010c Display which nested tasks are running when an error occurs in a scheduled test. by nweiz@google.com · 12 years ago
  28. bed4ef5 Display metadata about out-of-band callbacks in scheduled test errors. by nweiz@google.com · 12 years ago
  29. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  30. 7a5e210 Skip analyzer-experimental/.../resolver_test test. by scheglov@google.com · 12 years ago
  31. 5ef5ba5 Fixing build. by scheglov@google.com · 12 years ago
  32. 204d01d Push new analyzer-experimental with Resolver and ResolverTest. by scheglov@google.com · 12 years ago
  33. 6e056b8 Lots of little changes for dartdoc/apidoc. by amouravski@google.com · 12 years ago
  34. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 12 years ago
  35. 53f877e Rename String.concat to operator+. by lrn@google.com · 12 years ago
  36. 5dc8107 Revert "Remove Expect from core library." by floitsch@google.com · 13 years ago
  37. 12dbd2f Remove Expect from core library. by floitsch@google.com · 13 years ago
  38. afcfcce Accommodate a race condition in pkg/scheduled_test/scheduled_process_test. by nweiz@google.com · 13 years ago
  39. b73ee6b Remove debugging prints and comment out a few more tests in pkg/scheduled_test. by nweiz@google.com · 13 years ago
  40. 88c193c Add a bunch of ugly debugging prints to figure out why the bots are failing. by nweiz@google.com · 13 years ago
  41. 8fe98ec Fix the build breakages caused by r19742. by nweiz@google.com · 13 years ago
  42. 15762df Stop working around issue 8512. by nweiz@google.com · 13 years ago
  43. b67be38 Add a ScheduledProcess class to pkg/scheduled_test. by nweiz@google.com · 13 years ago
  44. 72390e1 pkg/unittest: fixed references to configuration implementations by kevmoo@j832.com · 13 years ago
  45. 5ea5ef0 Fix webdriver build warnings. by amouravski@google.com · 13 years ago
  46. e6d4c99 Revert "Don't output tons of messages on apidoc." and "Fix bot breaks." by ahe@google.com · 13 years ago
  47. d9fc776 Mark date_time_format_unitialized_test as flaky. by floitsch@google.com · 13 years ago
  48. dd48256 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 13 years ago
  49. bead146 Renamed StreamSink to EventSink. Renamed signalError to addError. by lrn@google.com · 13 years ago
  50. b609684 Make IOSink implement StringSink by sgjesse@google.com · 13 years ago
  51. cc1932c Don't output tons of messages on apidoc. by amouravski@google.com · 13 years ago
  52. bf4db7b Suppress failure in pkg/intl/test/date_time_format_http_request_test by ricow@google.com · 13 years ago
  53. ff47888 Make instances of HeaderValue and ContentType immutable by sgjesse@google.com · 13 years ago
  54. 31636d3 Use JavaFile instead of Dart File. by scheglov@google.com · 13 years ago
  55. 7d86e62 Import packages outside oauth2 via ../../.../pkg/ . This allows packages by dgrove@google.com · 13 years ago
  56. be50bdd Use limited JavaStringBuilder implementation instead of Dart StringBuffer. by scheglov@google.com · 13 years ago
  57. 6e7bff2 Attempt to fix builds after analyzer-experimental fixes. by scheglov@google.com · 13 years ago
  58. 3a98de6 Update analyzer-experimental. by scheglov@google.com · 13 years ago
  59. 8b1e267 pkg/unittest: fix TestCase.runningTime by gram@google.com · 13 years ago
  60. c9a3ba4 Tweak mismatch description message to check for Iterable, not Collection. by gram@google.com · 13 years ago
  61. 7ba1dbb Don't throw if a non-string is passed to RegExpMatcher. by gram@google.com · 13 years ago
  62. 58c337d Fix scheduled_test after corelib broke it. by rnystrom@google.com · 13 years ago
  63. 25619b3 Fix deprecated StringBuffer usages in Intl by alanknight@google.com · 13 years ago
  64. e84340b Fixed two doc comments in pathos. by amouravski@google.com · 13 years ago
  65. d91bca2 Add List.asMap(). by floitsch@google.com · 13 years ago
  66. f4300b8 Make List.from and Iterable.toList default to not growable. by lrn@google.com · 13 years ago
  67. 786a246 There are features needed for unittest impl that don't make a lot of sense for users. by gram@google.com · 13 years ago
  68. b1f515c Fix build break with dart2js not liking conditional expressions in initializers of const classes. by gram@google.com · 13 years ago
  69. 9b40e6b Fix issue with async callbacks that get called synchronously while running test case function causing the test to be marked as complete prematurely. by gram@google.com · 13 years ago
  70. 5a1ee93 pkg/unittest: Types, deprecations, docs by sigmund@google.com · 13 years ago
  71. d43f565 Don't use package: imports in logging until dartdoc/mirros support them. by sigmund@google.com · 13 years ago
  72. d3a373e When we have excess callbacks, throw instead of calling error() so that we by gram@google.com · 13 years ago
  73. a903dfd Remove the wrapStream workaround for issue 8310. by nweiz@google.com · 13 years ago
  74. 3ce4e71 Make use of Completer.isComplete in pub and pkg/scheduled_test. by nweiz@google.com · 13 years ago
  75. 2846493 Fix the pkg/http multipart test to avoid a race condition. by nweiz@google.com · 13 years ago
  76. 3dc5889 Make oauth2 warning-clean. by nweiz@google.com · 13 years ago
  77. 51212d2 Remove deprecated ms arguments for Timer and Future. by floitsch@google.com · 13 years ago
  78. 755454d Fix the pkg/http multipart tests. by nweiz@google.com · 13 years ago
  79. ad5ec46 Un-mark scheduled_test_test as skipped. by nweiz@google.com · 13 years ago
  80. a5c797e Reduce the number of times pumpEventQueue pumps. by nweiz@google.com · 13 years ago
  81. 1ac65e0 Add a change for r19194 that got eaten in a merge. by nweiz@google.com · 13 years ago
  82. 1c81389 Fix status file. Review URL: https://codereview.chromium.org//12383011 by asiva@google.com · 13 years ago
  83. 63a8d12 Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http. by nweiz@google.com · 13 years ago
  84. a4338c4 Skip scheduled_test_test in debug mode under the VM as it seems to timeout always. by asiva@google.com · 13 years ago
  85. f28a7cb Revert "Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http." by nweiz@google.com · 13 years ago
  86. b9f616e LoggerEvents get on -> Stream<LogRecord> get onRecord by sigmund@google.com · 13 years ago
  87. f937c36 make dartdoc and editor happy by sigmund@google.com · 13 years ago
  88. e575394 Change MultipartFile.fromFile to MultipartFile.fromPath in pkg/http. by nweiz@google.com · 13 years ago
  89. 0a10733 Remove wrapInputStream and wrapOutputStream from pkg/http. by nweiz@google.com · 13 years ago
  90. 4eb2c68 Fix a dartc error for pkg/http/multipart_test. by nweiz@google.com · 13 years ago
  91. 2e8f08f TBR: Fix dartc break by removing re-export of fail from unittest; already in matcher.dart. by gram@google.com · 13 years ago
  92. 512208e Aligns with usage of FailureHandler and behavior of expect by gram@google.com · 13 years ago
  93. 017d21b Unit test changes: by gram@google.com · 13 years ago
  94. cea269d Make List.from default to not growable. by lrn@google.com · 13 years ago
  95. 501819c Make unit-test not create a fixed-length list of tests. by lrn@google.com · 13 years ago
  96. fa78a93 Make arg parser return growable list of rest arguments. by lrn@google.com · 13 years ago
  97. 6b4f4b1 Change new List(n) to return fixed length list. by lrn@google.com · 13 years ago
  98. 1f69581 TBR: Removing the config assertions again; they still seem to be causing problems. by gram@google.com · 13 years ago
  99. 0485f78 pkg/unittest: fixed asserts around currentTestCase by gram@google.com · 13 years ago
  100. 336df64 Added ability for test cases to return Futures. by gram@google.com · 13 years ago