0.1.4.1
  1. 403bbf4 Added the ability for testrunner to start the HTTP server with a random port and communicate that port to the tests via a 'testState' map in unittest. by gram@google.com · 13 years ago
  2. 29611d7 Added ability to have custom test HTTP server handlers in the test directories. by gram@google.com · 13 years ago
  3. fc169ee "Reverting 13451" by rnystrom@google.com · 13 years ago
  4. 87f5622 Print out the working directory when git fails. by rnystrom@google.com · 13 years ago
  5. e9ff266 "Reverting 13440" by rnystrom@google.com · 13 years ago
  6. 8fe2700 Try enabling Git on Windows again. by rnystrom@google.com · 13 years ago
  7. 20788ff Show git command that failed. by rnystrom@google.com · 13 years ago
  8. 7707b97 "Reverting 13434" by rnystrom@google.com · 13 years ago
  9. 68fdad3 Enable Git on Windows, again. by rnystrom@google.com · 13 years ago
  10. 182ae3e Update pub to use new import syntax. by rnystrom@google.com · 13 years ago
  11. 1ac8be8 Better pub integration test error reporting. by rnystrom@google.com · 13 years ago
  12. eb33df7 Include stderr on git failure. by rnystrom@google.com · 13 years ago
  13. 9de6ef8 "Reverting 13373" by rnystrom@google.com · 13 years ago
  14. d6bef3a Enable pub git tests on Windows. by rnystrom@google.com · 13 years ago
  15. 1bde0bc Update buildbot.py to support jsshell builders. by ricow@google.com · 13 years ago
  16. 6a2cac8 Create destination directory before git cloning into it. by rnystrom@google.com · 13 years ago
  17. 2602f8c Change imports etc to new syntax. by gram@google.com · 13 years ago
  18. 57a43b6 Spit pub tests into smaller suites. by rnystrom@google.com · 13 years ago
  19. f9b1655 Pass in DART_SDK from batch file on Windows. by rnystrom@google.com · 13 years ago
  20. 7cb95a6 Members and comments inherited in dartdoc. by johnniwinther@google.com · 13 years ago
  21. 3baa35c Don't warn on the absence of "lib" in the root package. by rnystrom@google.com · 13 years ago
  22. 699c54c Make Mirror.simpleName unique. by johnniwinther@google.com · 13 years ago
  23. 2eff2ba New testrunner that runs the test pipleine in an isolate. by gram@google.com · 13 years ago
  24. 9486bb1 Revert "Tentatively enable pub hosted tests on Windows." by rnystrom@google.com · 13 years ago
  25. da067c5 Tentatively enable pub hosted tests on Windows. by rnystrom@google.com · 13 years ago
  26. 1b52caa Extract archives by writing .tar.gz to temp file on Windows. by rnystrom@google.com · 13 years ago
  27. 9f1afef Update the way that pub determines DART_SDK on macos/linux. by dgrove@google.com · 13 years ago
  28. 71a2d4d Second attempt to fix issue 3402. It turns out that we can't use by dgrove@google.com · 13 years ago
  29. c2d8dd6 revert change 13025. Review URL: https://codereview.chromium.org//10990112 by dgrove@google.com · 13 years ago
  30. ba55e7aa Fix issue 3402 . The initial suggestion of using readlink doesn't by dgrove@google.com · 13 years ago
  31. 5418ac3 Pass DART_SDK into pub for Linux/MacOS. by dgrove@google.com · 13 years ago
  32. 37197c2 Stop using the Hashable interface. by lrn@google.com · 13 years ago
  33. 7977b42 Update all occurrences of raw strings. by ager@google.com · 13 years ago
  34. def86f3 Convert raw strings in pub (and apidoc) to new syntax. by rnystrom@google.com · 13 years ago
  35. ec120ee Update peg parser tests to r'' strings by sra@google.com · 13 years ago
  36. a1faa6f Change IllegalArgumentException to ArgumentError. by lrn@google.com · 13 years ago
  37. 85b348a Allow circular dependencies on the root source in Pub. by nweiz@google.com · 13 years ago
  38. 88e331a Support dependencies in SDK packages. by rnystrom@google.com · 13 years ago
  39. e8fe8a6 Beat on hosted repo support on Windows a bit more. by rnystrom@google.com · 13 years ago
  40. d4c7f79 Added support for running an HTTP server during the test and being able to serve up static files. Later this will be extended to being able to write tests on both ends of the connection, but this is a first step. by gram@google.com · 13 years ago
  41. 18a5503 A variety of cleanups to bring our samples up-to-date. by dgrove@google.com · 13 years ago
  42. eeef253 Support for pixel layout tests. by gram@google.com · 13 years ago
  43. 770f7eb2 Dartdoc supports package directory. by johnniwinther@google.com · 13 years ago
  44. e86e1ce Fix API misuse bug I introduced when fixing another API misuse bug. :-) by ager@google.com · 13 years ago
  45. 395cbc5 Create a sensible package cache directory on Windows. by rnystrom@google.com · 13 years ago
  46. 4610c4d Remove "pub list" command. by rnystrom@google.com · 13 years ago
  47. 5096506 Add packages/ directories for dart files in web/. by nweiz@google.com · 13 years ago
  48. d9e0a8f Use more semantic exit codes so we can detect HTTP errors. by nweiz@google.com · 13 years ago
  49. 9f56916 Delete the packages/ directory before installing new packages to it. by nweiz@google.com · 13 years ago
  50. fff3024 Make copy of flags before passing it to TestCompiler by ricow@google.com · 13 years ago
  51. df6862a Fix git on non-Windows. Fix create_sdk on machines using svn. by rnystrom@google.com · 13 years ago
  52. 9c970fa First pass at getting git and tar.gz working on Windows. by rnystrom@google.com · 13 years ago
  53. e2d772d Fix use of Process API in pub. by ager@google.com · 13 years ago
  54. c8e6d1c Remove uses of String.operator+. by lrn@google.com · 13 years ago
  55. a16b96f Run checked mode tests on the slow IE bot by ricow@google.com · 13 years ago
  56. 1834e21 Reapply change which was reverted by mistake. by antonm@google.com · 13 years ago
  57. 13de872 Triaging dart2dart co19 tests. by antonm@google.com · 13 years ago
  58. 81aafa6 Refactor utils/compiler/buildbot.py (partly to fix IE bots, partly because it needs it) by ricow@google.com · 13 years ago
  59. e4d7741 Fix sharding index extraction for in browser testing. by ricow@google.com · 13 years ago
  60. 89a6921 Change utils/compiler/buildbot.py to use our new naming schema. by ricow@google.com · 13 years ago
  61. b162605 Add tests for updating a git repo to a bad/different pubspec. by nweiz@google.com · 13 years ago
  62. bb46849 Don't extract the name of a package from its description. by nweiz@google.com · 13 years ago
  63. a46ca5f Re-mark pub_(install|update)_hosted_test as flaky. by nweiz@google.com · 13 years ago
  64. 665f07f Mark pub_(install|update)_hosted_test as unflaky. by nweiz@google.com · 13 years ago
  65. 1159462 Switch from interfaces to abstract classes in dart:io. by ager@google.com · 13 years ago
  66. 99749ca This reapplies the change to remove "dynamic" from Object. by lrn@google.com · 13 years ago
  67. 54d6cbd Revert "Remove Object.dynamic." by lrn@google.com · 13 years ago
  68. 9cc07e2 Remove Object.dynamic. by lrn@google.com · 13 years ago
  69. 9163dfe revert 1204. Will investigate when I get a chance. by efortuna@google.com · 13 years ago
  70. 383488e Update unittest to new package layout. by rnystrom@google.com · 13 years ago
  71. 659a57d Revert "Make unittest follow the new package layout." by rnystrom@google.com · 13 years ago
  72. 2ba8103 Make unittest follow the new package layout. by rnystrom@google.com · 13 years ago
  73. a6f34e5 Hack to accept, but not use, colors option by ahe@google.com · 13 years ago
  74. 05dadf4 Reorganize dartdoc to new package layout. by rnystrom@google.com · 13 years ago
  75. 16f8dd9 Changed final to const in apidoc. by johnniwinther@google.com · 13 years ago
  76. 722e7ce Add --step_name option to test.dart. by ahe@google.com · 13 years ago
  77. e11b3b8 Make args package follow new layout. by rnystrom@google.com · 13 years ago
  78. 26a215b Changed interfaces to abstract classes in utils. by bak@google.com · 13 years ago
  79. bcb6bcc - Simplify pub.status file. by iposva@google.com · 13 years ago
  80. 3317817 Support both new and old style package layouts. by rnystrom@google.com · 13 years ago
  81. e24a805 Look for git.cmd on Windows. by nweiz@google.com · 13 years ago
  82. 3436e0c Mark pub test as flaky by ahe@google.com · 13 years ago
  83. db5a928 Add a 30s timeout for all HTTP requests in Pub. by nweiz@google.com · 13 years ago
  84. 441f255 Pub: fix the 'system_cache' library by nweiz@google.com · 13 years ago
  85. a1770a8 Sync .gitignore with the corresponding svn properties. by antonm@google.com · 13 years ago
  86. ebd6307 Scrub step names to avoid breaking buildbot features. by ahe@google.com · 13 years ago
  87. 4fa1021 Incorporate handwritten dartdoc comments into API docs. by eub@google.com · 13 years ago
  88. 123a262 Do not rename assert syntax. by antonm@google.com · 13 years ago
  89. c8ca545f Update status file for dart2dart. by ahe@google.com · 13 years ago
  90. 94f1c2ed1 Change our 'is int' check to use Math.floor instead of a smi check. by ngeoffray@google.com · 13 years ago
  91. 9beb871 Get rid of a lot of () for getters. by kasperl@google.com · 13 years ago
  92. a1eecbb Added support for layout render tests. These use expected values for the text render output from DumpRenderTree. When running a test in DRT the testrunner will see if there is a file with a .render extension in the same directory as the test file and with the same base file name. If so it will do additional checks of the rendered layout. by gram@google.com · 13 years ago
  93. bc23d1b Allow apidoc to skip MDN database.json entries that are bogus. by eub@google.com · 13 years ago
  94. b5fe256 Improvements for checked mode: check when intializing fields, and when assigning to fields. by ngeoffray@google.com · 13 years ago
  95. fce3e2e Fix checked mode on browser. by ngeoffray@google.com · 13 years ago
  96. f19c48c Remove dom_deprecated from everywhere but lib/dom and lib/html. by efortuna@google.com · 13 years ago
  97. f60c22a Disable browser dart2js checked mode tests. Too broken. by ahe@google.com · 13 years ago
  98. ccc5a66 One more problem with checked mode in browsers. by ahe@google.com · 13 years ago
  99. 2cb2b01 Disable checked mode browser tests on platforms where they break test framework. by ahe@google.com · 13 years ago
  100. c19aded Test dart2js checked mode. by ahe@google.com · 13 years ago