mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
d2b313227d
https://github.com/dart-lang/language/issues/1785 has a wide enough impact that its fix will have to be bundled in with a language version (i.e. future versions of Dart will have to reproduce the old buggy behavior for code that's not opted in to the latest language version). Therefore, we'll have to maintain tests of the behavior both before and after the fix. This CL is the first step in that process, adding tests that validate the current (buggy) behavior. Bug: https://github.com/dart-lang/language/issues/1785 Change-Id: I78f17999ac1cbc096a312ef977db24654e06a263 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210400 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com> |
||
---|---|---|
.. | ||
co19 | ||
co19_2 | ||
corelib | ||
corelib_2 | ||
dartdevc | ||
dartdevc_2 | ||
ffi | ||
ffi_2 | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
standalone | ||
standalone_2 | ||
web | ||
web_2 | ||
legacy_status_dart2js.csv | ||
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.