Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.5.3
/
pkg
tag
e3a320bb3fd8799acc634bd4a612ba53e31d9013
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
5880d92241418e9203b66a3dc37f345d02425e99
0.4.5.3
c931326
Fix for pub.
by floitsch@google.com
· 12 years ago
e72250e
StreamConsumer has an addStream and a close functions.
by floitsch@google.com
· 12 years ago
bef8ebb
Add Iterable.fold (and Stream.fold) which replace `reduce`.
by floitsch@google.com
· 12 years ago
4e0db7c
Revert 20969: Reduce usage of IterableMixinWorkaround
by erikcorry@google.com
· 12 years ago
f360840
Reduce usage of IterableMixinWorkaround.
by lrn@google.com
· 12 years ago
e10bc2d
Reapply "Add a sleep function to dart:io"
by sgjesse@google.com
· 12 years ago
1241f2b
Add optional writeAll separator argument.
by floitsch@google.com
· 12 years ago
47414d7
pkg/unittest: handling of runTests being called without any tests
by kevmoo@j832.com
· 12 years ago
c0eea0c
Fix bug in code sample
by alanknight@google.com
· 12 years ago
d974f9b
Mark unittest_test as flaky
by kustermann@google.com
· 12 years ago
3b13f62
Remove addLast from List.
by lrn@google.com
· 12 years ago
1b90c01
Mark some more tests as flaky due to v8 bug.
by floitsch@google.com
· 12 years ago
5e5d827
Split apart several asynchronous tests to reduce timeouts.
by nweiz@google.com
· 12 years ago
d52c9fe
status file: crash in unittest tests due to issue 9406
by kevmoo@j832.com
· 12 years ago
ba0bc83
- Mark more tests as unnecessarily slow.
by iposva@google.com
· 12 years ago
f614719
pkg/unittest: clean up unittest tests
by kevmoo@j832.com
· 12 years ago
f15b696
Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables.
by kasperl@google.com
· 12 years ago
bb9c6ea
Mark scheduled_server_test as flaky and increase the timeout on the other scheduled tests.
by nweiz@google.com
· 12 years ago
59a8523
Split up some slow pub tests and mark some scheduled_test tests as slow.
by nweiz@google.com
· 12 years ago
23bf53b
Use the stack_trace library in scheduled_test.
by nweiz@google.com
· 12 years ago
a80505a
pkg/unittest: cleanup to logMessage
by kevmoo@j832.com
· 12 years ago
0d0cdb5
Check in pkg/stack_trace/lib/src/utils.dart.
by nweiz@google.com
· 12 years ago
250224e
Be more careful about converting between file URIs and paths.
by nweiz@google.com
· 12 years ago
0c20674
Make pub warning-clean.
by nweiz@google.com
· 12 years ago
93d2ac2
"Reverting 20670"
by kevmoo@j832.com
· 12 years ago
f5534bd
Increase the default test timeout for scheduled tests on Windows.
by nweiz@google.com
· 12 years ago
de23c7e
pkg/unittest: clean up test tests
by kevmoo@j832.com
· 12 years ago
bbc2360
pkg/unittest: readonly view of testCase collection
by kevmoo@j832.com
· 12 years ago
5e3c5d5
Change http code in pkg to use dart:typeddata instead of dart:scalarlist
by asiva@google.com
· 12 years ago
c590e8a
Switch pkg packages, pub, and dartdoc to use package: imports.
by nweiz@google.com
· 12 years ago
fac7fba
Re-enable throwing if we try to set the unit test configuration twice.
by efortuna@google.com
· 12 years ago
7c0d12b
Remove throw from unittest.
by efortuna@google.com
· 12 years ago
0831efd
Don't run stack_trace tests on Dartium.
by nweiz@google.com
· 12 years ago
829edfc
Fix the stack_trace frame test on Windows as well.
by nweiz@google.com
· 12 years ago
e3fcad4
Fix Frame.location on Windows in pkg/stack_trace.
by nweiz@google.com
· 12 years ago
3697a04
Add a library for manipulating stack traces.
by nweiz@google.com
· 12 years ago
9db4a1d
pkg/logging: removed deprecated 'on' API
by kevmoo@j832.com
· 12 years ago
64f07b2
Tweak Resolver driver sample to prevent warning from new analyzer.
by scheglov@google.com
· 12 years ago
9ce0f42
Allow 'empty' tests if a feature is not supported in the browser.
by efortuna@google.com
· 12 years ago
9bf5ff3
Make path to meta go through pkg/ , so that it's rewritten properly.
by dgrove@google.com
· 12 years ago
020f085
Temporary fix to get tests running again.
by efortuna@google.com
· 12 years ago
d44ba6d
"Reverting 20457"
by efortuna@google.com
· 12 years ago
fb5790f
Add a dependency on pathos from http.
by nweiz@google.com
· 12 years ago
b684a1e
pkg/unittest: config refactor
by kevmoo@j832.com
· 12 years ago
a707fd0
pkg/unittest: removed html_layout_config
by kevmoo@j832.com
· 12 years ago
c21b5e3
fix variable in catch statement
by kevmoo@j832.com
· 12 years ago
e728737
pkg/unittest: eliminate unneeded var
by kevmoo@j832.com
· 12 years ago
7533136
New Analysis Engine translation.
by scheglov@google.com
· 12 years ago
1a69837
pkg/intl: cleanup after message extraction test
by kevmoo@j832.com
· 12 years ago
d2fe9fb
Set pkg.status for more Intl tests that crash the VM
by alanknight@google.com
· 12 years ago
5c7234a
Suppress no_library_test on Dartium, which requires all tests wrapped
by alanknight@google.com
· 12 years ago
6ed8fcc
Add test and fix for 9203, fix sdk dep, delete unused file.
by alanknight@google.com
· 12 years ago
da21fcd
Update status file for intl test that sporadically crashes the VM
by alanknight@google.com
· 12 years ago
94073b7
Fix an outdated method call in example code for oauth2.
by nweiz@google.com
· 12 years ago
699a7a7
Fix for returned Futures in unittest
by kevmoo@j832.com
· 12 years ago
afeda4a
Marked date_time_format_file_even_test as flaky
by kustermann@google.com
· 12 years ago
68a2631
Move source maps package to the dart repo, so it can be used by other internal
by sigmund@google.com
· 12 years ago
7d365a2
Cut down the default timeout in scheduled_test.
by nweiz@google.com
· 12 years ago
6cd9cee
Provisionally stop working around issues 9252 and 9253.
by nweiz@google.com
· 12 years ago
1d90135
Moved pkg pubspecs to use dev_dependencies where appropriate
by kevmoo@j832.com
· 12 years ago
876a1c0
Properly collate multiple directory validation errors in scheduled_test.
by nweiz@google.com
· 12 years ago
d98dc62
Parameterize the import directories, fix test to behave correctly on an error
by alanknight@google.com
· 12 years ago
90e03e6
Miscellaneous small improvements for scheduled_test.
by nweiz@google.com
· 12 years ago
b3d14f2
Mark pkg/scheduled_test/test/descriptor_test as flaky.
by ricow@google.com
· 12 years ago
8f7295d
Work around issue 9252 in scheduled_test and pkg/http.
by nweiz@google.com
· 12 years ago
94c07e5
Change the way Patterns work in scheduled_test/descriptor.
by nweiz@google.com
· 12 years ago
6bda920
Update Intl's json data file generation to current APIs
by alanknight@google.com
· 12 years ago
1dd8b25
Fix analyzer_experimental.
by scheglov@google.com
· 12 years ago
1c4bc14
analyzer_experimental checkpoint and AnalysisContext example.
by scheglov@google.com
· 12 years ago
124e5a1
We might have hit the same safari bug again.
by ngeoffray@google.com
· 12 years ago
25850a0
Mark scheduled_test/test/scheduled_test_test slow
by ricow@google.com
· 12 years ago
cdcb3e5
- Make test code fail when run from unexpected location.
by iposva@google.com
· 12 years ago
affd539
Fix escaping in YAML RegExp.
by rnystrom@google.com
· 12 years ago
d7729fd
Update generated analyzer_experimental for new List interface.
by scheglov@google.com
· 12 years ago
52f0f0a
Add issue number to failing test
by alanknight@google.com
· 12 years ago
343f7c0
Tweaking html_config to stabilize location test.
by blois@google.com
· 12 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
· 12 years ago
16a944b
Change status file for intl test with encoding issue on Windows
by alanknight@google.com
· 12 years ago
6a22d28
Add the ability to abort a scheduled test.
by nweiz@google.com
· 12 years ago
ab0ead6
Intl test spawning processes must specify the encoding for stdout
by alanknight@google.com
· 12 years ago
a9a8d42
Add a SafeHttpServer shim to work around issue 9140.
by nweiz@google.com
· 12 years ago
cf827e4
Making it easier to run individual HTML tests.
by blois@google.com
· 12 years ago
afc9838
Fix windows and pub failures in intl tests
by alanknight@google.com
· 12 years ago
0446767
Adds facilities for extracting Intl.message calls and generating code from translations
by alanknight@google.com
· 12 years ago
b44320b
Add a ScheduledServer class.
by nweiz@google.com
· 12 years ago
519fa6c
pkg/args Option should be more strict about names and abbreviations
by kevmoo@j832.com
· 12 years ago
9827d99
Bring webdriver up to date with SDK changes, and a bit of refactoring.
by gram@google.com
· 12 years ago
76d507c
Add List.insert.
by floitsch@google.com
· 12 years ago
2a857de
dart2js: Create noSuchMethod handlers at runtime to reduce overhead.
by erikcorry@google.com
· 12 years ago
139e02c
Rename analyzer-experimental to analyzer_experimental.
by scheglov@google.com
· 12 years ago
050c82b
pkg/unittest: locking down TestCase
by kevmoo@j832.com
· 12 years ago
ec56993
Disable resolver_test.
by scheglov@google.com
· 12 years ago
d946286
Look for dart-sdk in two places.
by scheglov@google.com
· 12 years ago
482b2f3
Move Options to dart:io.
by floitsch@google.com
· 12 years ago
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
3f6b0a7
pkg/unittest: fixed deprecations in alt configs
by kevmoo@j832.com
· 12 years ago
ecf000d
Use ".."-style imports in scheduled_test.
by nweiz@google.com
· 12 years ago
813010c
Display which nested tasks are running when an error occurs in a scheduled test.
by nweiz@google.com
· 12 years ago
bed4ef5
Display metadata about out-of-band callbacks in scheduled test errors.
by nweiz@google.com
· 12 years ago
Next »