dart-sdk/pkg
David Morgan 1d3fbbed7c Revert "Fix duration.toString() to conform the description"
This reverts commit 038e981f89.

Reason for revert: Breaks some tests; visible changes to some web UIs.

Original change's description:
> Fix duration.toString() to conform the description
> 
> Duration.toString() should return in a format of "HH:MM:SS.mmmmmm".
> But when `hours` is less than 10, toString() doesn't have the leading
> zero, which is "H:MM:SS.mmmmmm".
> 
> The corresponding co19 issue: https://github.com/dart-lang/co19/issues/733
> 
> Bug: https://github.com/dart-lang/sdk/issues/41737
> Change-Id: I2264171b2b37e89056695f7f821125a5f78d87fb
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151163
> Commit-Queue: Zichang Guo <zichangguo@google.com>
> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>

TBR=lrn@google.com,zichangguo@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: https://github.com/dart-lang/sdk/issues/41737
Change-Id: I4d7ef5de9807e8e2b2a77c2171d1693b7527f671
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151848
Reviewed-by: David Morgan <davidmorgan@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-06-22 10:29:15 +00:00
..
_fe_analyzer_shared [cfe,kernel] Add AstPrinter 2020-06-16 17:15:10 +00:00
_js_interop_checks support @JS annotation from SDK 2020-06-09 17:10:15 +00:00
analysis_server Add a fix to insert the keyword late 2020-06-21 17:33:10 +00:00
analysis_server_client Add support for folding if/else/elseif blocks 2020-06-17 19:32:50 +00:00
analysis_tool
analyzer Add documentation for more diagnostics 2020-06-19 20:46:32 +00:00
analyzer_cli Support for --packages in build mode. 2020-06-19 17:03:03 +00:00
analyzer_plugin Add support for folding if/else/elseif blocks 2020-06-17 19:32:50 +00:00
async_helper Treat the expect and async_helper packages as opted in to NNBD. 2020-04-27 21:04:56 +00:00
build_integration
compiler [dart2js] final locals may be assigned 2020-06-20 05:15:29 +00:00
dart2js_tools Use source-maps in test runner to expand JavaScript stack traces. 2020-01-24 20:00:13 +00:00
dart2native Reland "[vm] Build dart2native dependencies with the normal "create_sdk" target" 2020-06-17 16:12:26 +00:00
dart_internal analyzer: Do not allow errors to be ignored inline. Fixes #27218 2020-04-10 17:16:24 +00:00
dartdev Enable v1.9 pedantic lints... 2020-06-20 14:31:09 +00:00
dartfix Revert "Bump cli_util to 0.2.0; implement new methods" 2020-06-10 23:59:05 +00:00
dds [ package:dds ] Handle expression evaluation invocations in DDS and forward compileExpression calls to clients which provide their own compilation service. 2020-06-11 22:43:39 +00:00
dev_compiler Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +00:00
diagnostic
expect Migrate language_2/implicit_creation to NNBD. 2020-05-20 22:04:05 +00:00
front_end [cfe] Mark late setters as isGenericCovariantImpl 2020-06-20 06:57:29 +00:00
frontend_server Added module information to metadata and use by frontend_sever 2020-06-20 00:40:35 +00:00
js [pkg:js] Enable pedantic lints 2020-06-17 16:35:56 +00:00
js_ast
kernel [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. 2020-06-18 07:30:43 +00:00
meta Opt package:meta in to null safety. 2020-04-28 03:54:48 +00:00
modular_test [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
native_stack_traces [vm/aot] Reland "Keep column information when possible for precompiled mode." 2020-06-19 13:50:03 +00:00
nnbd_migration Migration: do not add ? after the Null type 2020-06-17 21:29:51 +00:00
smith [pkg/smith] Check that each configuration is tested on at most one builder 2020-05-14 10:40:41 +00:00
sourcemap_testing [dart2js,ddc] Ensure valid d8 breakpoints in testing 2020-05-06 14:36:32 +00:00
status_file
telemetry Update telemetry.dart with the most recent environment variables from the flutter tooling. Also: a TODO has been added to check for Azure bot usage. 2020-05-14 18:43:01 +00:00
test_runner [dartdevc] Migrate tests/compiler/dartdevc_native to tests/dartdevc_2. 2020-06-17 18:14:00 +00:00
testing [testing] Fix path relativization on Windows 2020-04-20 08:21:46 +00:00
vm Revert "Reland : [VM/Runtime] Cleanup package config initialization code" 2020-06-20 08:02:53 +00:00
vm_service pkg:vm_service - update and fix lints at pedantic v1.8 2020-06-10 05:08:27 +00:00
.gitignore
BUILD.gn [BUILD] - Format gn files, this is being done to ensure the unfork CL 2020-03-10 21:56:11 +00:00
pkg.status Don't run analysis_server_client tests on dart2js 2020-06-17 05:08:40 +00:00