Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.1.6.1
/
utils
tag
115c6645389c5e8c07168ab8e7be3bb966d4f426
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
4bdeea0d13e6df41d66ac84c9e9ebf92eb5cc461
0.1.6.1
5c4c062
Delete temporary profile files for Opera as well as Firefox.
by efortuna@google.com
· 13 years ago
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
29611d7
Added ability to have custom test HTTP server handlers in the test directories.
by gram@google.com
· 13 years ago
fc169ee
"Reverting 13451"
by rnystrom@google.com
· 13 years ago
87f5622
Print out the working directory when git fails.
by rnystrom@google.com
· 13 years ago
e9ff266
"Reverting 13440"
by rnystrom@google.com
· 13 years ago
8fe2700
Try enabling Git on Windows again.
by rnystrom@google.com
· 13 years ago
20788ff
Show git command that failed.
by rnystrom@google.com
· 13 years ago
7707b97
"Reverting 13434"
by rnystrom@google.com
· 13 years ago
68fdad3
Enable Git on Windows, again.
by rnystrom@google.com
· 13 years ago
182ae3e
Update pub to use new import syntax.
by rnystrom@google.com
· 13 years ago
1ac8be8
Better pub integration test error reporting.
by rnystrom@google.com
· 13 years ago
eb33df7
Include stderr on git failure.
by rnystrom@google.com
· 13 years ago
9de6ef8
"Reverting 13373"
by rnystrom@google.com
· 13 years ago
d6bef3a
Enable pub git tests on Windows.
by rnystrom@google.com
· 13 years ago
1bde0bc
Update buildbot.py to support jsshell builders.
by ricow@google.com
· 13 years ago
6a2cac8
Create destination directory before git cloning into it.
by rnystrom@google.com
· 13 years ago
2602f8c
Change imports etc to new syntax.
by gram@google.com
· 13 years ago
57a43b6
Spit pub tests into smaller suites.
by rnystrom@google.com
· 13 years ago
f9b1655
Pass in DART_SDK from batch file on Windows.
by rnystrom@google.com
· 13 years ago
7cb95a6
Members and comments inherited in dartdoc.
by johnniwinther@google.com
· 13 years ago
3baa35c
Don't warn on the absence of "lib" in the root package.
by rnystrom@google.com
· 13 years ago
699c54c
Make Mirror.simpleName unique.
by johnniwinther@google.com
· 13 years ago
2eff2ba
New testrunner that runs the test pipleine in an isolate.
by gram@google.com
· 13 years ago
9486bb1
Revert "Tentatively enable pub hosted tests on Windows."
by rnystrom@google.com
· 13 years ago
da067c5
Tentatively enable pub hosted tests on Windows.
by rnystrom@google.com
· 13 years ago
1b52caa
Extract archives by writing .tar.gz to temp file on Windows.
by rnystrom@google.com
· 13 years ago
9f1afef
Update the way that pub determines DART_SDK on macos/linux.
by dgrove@google.com
· 13 years ago
71a2d4d
Second attempt to fix issue 3402. It turns out that we can't use
by dgrove@google.com
· 13 years ago
c2d8dd6
revert change 13025. Review URL: https://codereview.chromium.org//10990112
by dgrove@google.com
· 13 years ago
ba55e7aa
Fix issue 3402 . The initial suggestion of using readlink doesn't
by dgrove@google.com
· 13 years ago
5418ac3
Pass DART_SDK into pub for Linux/MacOS.
by dgrove@google.com
· 13 years ago
37197c2
Stop using the Hashable interface.
by lrn@google.com
· 13 years ago
7977b42
Update all occurrences of raw strings.
by ager@google.com
· 13 years ago
def86f3
Convert raw strings in pub (and apidoc) to new syntax.
by rnystrom@google.com
· 13 years ago
ec120ee
Update peg parser tests to r'' strings
by sra@google.com
· 13 years ago
a1faa6f
Change IllegalArgumentException to ArgumentError.
by lrn@google.com
· 13 years ago
85b348a
Allow circular dependencies on the root source in Pub.
by nweiz@google.com
· 13 years ago
88e331a
Support dependencies in SDK packages.
by rnystrom@google.com
· 13 years ago
e8fe8a6
Beat on hosted repo support on Windows a bit more.
by rnystrom@google.com
· 13 years ago
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
18a5503
A variety of cleanups to bring our samples up-to-date.
by dgrove@google.com
· 13 years ago
eeef253
Support for pixel layout tests.
by gram@google.com
· 13 years ago
770f7eb2
Dartdoc supports package directory.
by johnniwinther@google.com
· 13 years ago
e86e1ce
Fix API misuse bug I introduced when fixing another API misuse bug. :-)
by ager@google.com
· 13 years ago
395cbc5
Create a sensible package cache directory on Windows.
by rnystrom@google.com
· 13 years ago
4610c4d
Remove "pub list" command.
by rnystrom@google.com
· 13 years ago
5096506
Add packages/ directories for dart files in web/.
by nweiz@google.com
· 13 years ago
d9e0a8f
Use more semantic exit codes so we can detect HTTP errors.
by nweiz@google.com
· 13 years ago
9f56916
Delete the packages/ directory before installing new packages to it.
by nweiz@google.com
· 13 years ago
fff3024
Make copy of flags before passing it to TestCompiler
by ricow@google.com
· 13 years ago
df6862a
Fix git on non-Windows. Fix create_sdk on machines using svn.
by rnystrom@google.com
· 13 years ago
9c970fa
First pass at getting git and tar.gz working on Windows.
by rnystrom@google.com
· 13 years ago
e2d772d
Fix use of Process API in pub.
by ager@google.com
· 13 years ago
c8e6d1c
Remove uses of String.operator+.
by lrn@google.com
· 13 years ago
a16b96f
Run checked mode tests on the slow IE bot
by ricow@google.com
· 13 years ago
1834e21
Reapply change which was reverted by mistake.
by antonm@google.com
· 13 years ago
13de872
Triaging dart2dart co19 tests.
by antonm@google.com
· 13 years ago
81aafa6
Refactor utils/compiler/buildbot.py (partly to fix IE bots, partly because it needs it)
by ricow@google.com
· 13 years ago
e4d7741
Fix sharding index extraction for in browser testing.
by ricow@google.com
· 13 years ago
89a6921
Change utils/compiler/buildbot.py to use our new naming schema.
by ricow@google.com
· 13 years ago
b162605
Add tests for updating a git repo to a bad/different pubspec.
by nweiz@google.com
· 13 years ago
bb46849
Don't extract the name of a package from its description.
by nweiz@google.com
· 13 years ago
a46ca5f
Re-mark pub_(install|update)_hosted_test as flaky.
by nweiz@google.com
· 13 years ago
665f07f
Mark pub_(install|update)_hosted_test as unflaky.
by nweiz@google.com
· 13 years ago
1159462
Switch from interfaces to abstract classes in dart:io.
by ager@google.com
· 13 years ago
99749ca
This reapplies the change to remove "dynamic" from Object.
by lrn@google.com
· 13 years ago
54d6cbd
Revert "Remove Object.dynamic."
by lrn@google.com
· 13 years ago
9cc07e2
Remove Object.dynamic.
by lrn@google.com
· 13 years ago
9163dfe
revert 1204. Will investigate when I get a chance.
by efortuna@google.com
· 13 years ago
383488e
Update unittest to new package layout.
by rnystrom@google.com
· 13 years ago
659a57d
Revert "Make unittest follow the new package layout."
by rnystrom@google.com
· 13 years ago
2ba8103
Make unittest follow the new package layout.
by rnystrom@google.com
· 13 years ago
a6f34e5
Hack to accept, but not use, colors option
by ahe@google.com
· 13 years ago
05dadf4
Reorganize dartdoc to new package layout.
by rnystrom@google.com
· 13 years ago
16f8dd9
Changed final to const in apidoc.
by johnniwinther@google.com
· 13 years ago
722e7ce
Add --step_name option to test.dart.
by ahe@google.com
· 13 years ago
e11b3b8
Make args package follow new layout.
by rnystrom@google.com
· 13 years ago
26a215b
Changed interfaces to abstract classes in utils.
by bak@google.com
· 13 years ago
bcb6bcc
- Simplify pub.status file.
by iposva@google.com
· 13 years ago
3317817
Support both new and old style package layouts.
by rnystrom@google.com
· 13 years ago
e24a805
Look for git.cmd on Windows.
by nweiz@google.com
· 13 years ago
3436e0c
Mark pub test as flaky
by ahe@google.com
· 13 years ago
db5a928
Add a 30s timeout for all HTTP requests in Pub.
by nweiz@google.com
· 13 years ago
441f255
Pub: fix the 'system_cache' library
by nweiz@google.com
· 13 years ago
a1770a8
Sync .gitignore with the corresponding svn properties.
by antonm@google.com
· 13 years ago
ebd6307
Scrub step names to avoid breaking buildbot features.
by ahe@google.com
· 13 years ago
4fa1021
Incorporate handwritten dartdoc comments into API docs.
by eub@google.com
· 13 years ago
123a262
Do not rename assert syntax.
by antonm@google.com
· 13 years ago
c8ca545f
Update status file for dart2dart.
by ahe@google.com
· 13 years ago
94f1c2ed1
Change our 'is int' check to use Math.floor instead of a smi check.
by ngeoffray@google.com
· 13 years ago
9beb871
Get rid of a lot of () for getters.
by kasperl@google.com
· 13 years ago
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
bc23d1b
Allow apidoc to skip MDN database.json entries that are bogus.
by eub@google.com
· 13 years ago
b5fe256
Improvements for checked mode: check when intializing fields, and when assigning to fields.
by ngeoffray@google.com
· 13 years ago
fce3e2e
Fix checked mode on browser.
by ngeoffray@google.com
· 13 years ago
f19c48c
Remove dom_deprecated from everywhere but lib/dom and lib/html.
by efortuna@google.com
· 13 years ago
f60c22a
Disable browser dart2js checked mode tests. Too broken.
by ahe@google.com
· 13 years ago
ccc5a66
One more problem with checked mode in browsers.
by ahe@google.com
· 13 years ago
2cb2b01
Disable checked mode browser tests on platforms where they break test framework.
by ahe@google.com
· 13 years ago
Next »