Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.4.0
/
pkg
tag
7d8f7dc3cebc9f62ed7412f5d16d85a4dccc9100
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
273eb82b4ae63d51b8b6c1cb3e057d80eac3e73a
0.4.4.0
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
65718c5
Rename XMatching to XWhere.
by floitsch@google.com
· 12 years ago
7a5e210
Skip analyzer-experimental/.../resolver_test test.
by scheglov@google.com
· 12 years ago
5ef5ba5
Fixing build.
by scheglov@google.com
· 12 years ago
204d01d
Push new analyzer-experimental with Resolver and ResolverTest.
by scheglov@google.com
· 12 years ago
6e056b8
Lots of little changes for dartdoc/apidoc.
by amouravski@google.com
· 12 years ago
cead1d4
ceil/floor/truncate/round return integers.
by floitsch@google.com
· 12 years ago
53f877e
Rename String.concat to operator+.
by lrn@google.com
· 12 years ago
5dc8107
Revert "Remove Expect from core library."
by floitsch@google.com
· 13 years ago
12dbd2f
Remove Expect from core library.
by floitsch@google.com
· 13 years ago
afcfcce
Accommodate a race condition in pkg/scheduled_test/scheduled_process_test.
by nweiz@google.com
· 13 years ago
b73ee6b
Remove debugging prints and comment out a few more tests in pkg/scheduled_test.
by nweiz@google.com
· 13 years ago
88c193c
Add a bunch of ugly debugging prints to figure out why the bots are failing.
by nweiz@google.com
· 13 years ago
8fe98ec
Fix the build breakages caused by r19742.
by nweiz@google.com
· 13 years ago
15762df
Stop working around issue 8512.
by nweiz@google.com
· 13 years ago
b67be38
Add a ScheduledProcess class to pkg/scheduled_test.
by nweiz@google.com
· 13 years ago
72390e1
pkg/unittest: fixed references to configuration implementations
by kevmoo@j832.com
· 13 years ago
5ea5ef0
Fix webdriver build warnings.
by amouravski@google.com
· 13 years ago
e6d4c99
Revert "Don't output tons of messages on apidoc." and "Fix bot breaks."
by ahe@google.com
· 13 years ago
d9fc776
Mark date_time_format_unitialized_test as flaky.
by floitsch@google.com
· 13 years ago
dd48256
Remove deprecated StringBuffer.add, addAll and addCharCode.
by floitsch@google.com
· 13 years ago
bead146
Renamed StreamSink to EventSink. Renamed signalError to addError.
by lrn@google.com
· 13 years ago
b609684
Make IOSink implement StringSink
by sgjesse@google.com
· 13 years ago
cc1932c
Don't output tons of messages on apidoc.
by amouravski@google.com
· 13 years ago
bf4db7b
Suppress failure in pkg/intl/test/date_time_format_http_request_test
by ricow@google.com
· 13 years ago
ff47888
Make instances of HeaderValue and ContentType immutable
by sgjesse@google.com
· 13 years ago
31636d3
Use JavaFile instead of Dart File.
by scheglov@google.com
· 13 years ago
7d86e62
Import packages outside oauth2 via ../../.../pkg/ . This allows packages
by dgrove@google.com
· 13 years ago
Next »