dart-sdk/tests
Leaf Petersen 9cae6aa746 Add definite assignment tests.
New tests for the definite assignment related changes specified in
https://github.com/dart-lang/language/pull/1091 .

Change-Id: I119e36c1bddca97f7021c9015b0f2eee5cb80969
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157881
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-08-19 03:27:31 +00:00
..
co19 [co19] LibTest/math tests enabled 2020-08-14 12:00:03 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
corelib Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
corelib_2 [vm] Reland "Remove non-covariant checks from closure bodies (part 1)" 2020-07-21 10:00:41 +00:00
dart2js [dart2js] Fix tests/dart2js/29130_test. 2020-08-18 20:54:50 +00:00
dart2js_2 [package:js] Add errors for missing @JS on class 2020-08-07 17:09:23 +00:00
dartdevc [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
dartdevc_2 [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
ffi [vm/ffi] Add missing SharedObject for regression test 2020-08-14 17:21:16 +00:00
ffi_2 [vm/ffi] Add missing SharedObject for regression test 2020-08-14 17:21:16 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Add definite assignment tests. 2020-08-19 03:27:31 +00:00
language_2 Unify four diagnostic codes for the purpose of documentation 2020-08-11 01:07:44 +00:00
lib [dart2js] Rewrite lib/html/js_typed_interop_type_test to use external 2020-08-18 15:46:20 +00:00
lib_2 [Nit] Fixes typo in package_config_test (x2) 2020-08-14 14:02:39 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone [dart:io] Re-enable socket policy enforcement with additional testing. 2020-08-17 16:42:49 +00:00
standalone_2 [dart:io] Re-enable socket policy enforcement with additional testing. 2020-08-17 16:42:49 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
README.md Update tests/README to point to new doc. 2019-08-06 22:19:42 +00:00

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