dart-sdk/tests
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
..
co19 [co19] Language/Functions tests enabled 2020-06-18 08:17:03 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
corelib Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +00:00
corelib_2 Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +00:00
dart2js [dart2js] Remove more dead code. 2020-06-19 21:20:07 +00:00
dart2js_2 [dart2js] Remove more dead code. 2020-06-19 21:20:07 +00:00
dartdevc [dartdevc] Move opted out tests to tests/dartdevc and optin. 2020-06-18 18:46:16 +00:00
dartdevc_2 [dartdevc] Migrate tests/compiler/dartdevc_native to tests/dartdevc_2. 2020-06-17 18:14:00 +00:00
ffi [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. 2020-06-18 07:30:43 +00:00
ffi_2 [vm/ffi] Expose a subset of dart_(native_)api.h for dynamic linking. 2020-06-18 07:30:43 +00:00
kernel
language [dart2js] Visit type parameter bounds in the scope visitor. 2020-06-19 23:17:47 +00:00
language_2 [dart2js] Visit type parameter bounds in the scope visitor. 2020-06-19 23:17:47 +00:00
lib [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
lib_2 Change terms to be more divisive 2020-06-10 17:14:37 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone [dart:io] HttpClientConnection is destroyed for "CONNECT" request 2020-06-19 23:18:07 +00:00
standalone_2 [dart:io] HttpClientConnection is destroyed for "CONNECT" request 2020-06-19 23:18:07 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.