dart-sdk/tests
Chloe Stefantsova 999f267d0e [cfe] Add more compiler-time errors for incorrect enum constructors
Additionaly this CL moves the arguments checks for redirecting and
super initializer invocations from the early stage of their creation
to a later stage of their addition to the list of constructor
initializers, after the possible modifications to the arguments of the
invocation are performed.

Change-Id: I87a3710c885926a74c844288bdf266e7127a9c40
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229967
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
2022-01-28 15:07:02 +00:00
..
co19 [co19] HttpRequestUpload tests enabled in status files 2021-12-13 09:39:49 +00:00
co19_2 [test] Skip Language/Types/Interface_Types/subtype_t27 2021-11-26 11:31:23 +00:00
corelib Add tests for String.replaceAll with general Pattern 2022-01-13 20:52:33 +00:00
corelib_2 Add tests for String.replaceAll with general Pattern 2022-01-13 20:52:33 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi Reland "[vm/ffi] Add common C types" 2022-01-27 13:09:01 +00:00
ffi_2 Reland "[vm/ffi] Add common C types" 2022-01-27 13:09:01 +00:00
language [cfe] Add more compiler-time errors for incorrect enum constructors 2022-01-28 15:07:02 +00:00
language_2 [cfe] Add more compiler-time errors for incorrect enum constructors 2022-01-28 15:07:02 +00:00
lib [dart:html] Fix requestFullscreen bindings and type 2022-01-25 00:24:57 +00:00
lib_2 [dart:html] Fix requestFullscreen bindings and type 2022-01-25 00:24:57 +00:00
modular [pkg:js] Erase static interop types 2021-12-10 18:36:00 +00:00
standalone Disable security-related headers on redirect. 2022-01-27 20:49:42 +00:00
standalone_2 Disable security-related headers on redirect. 2022-01-27 20:49:42 +00:00
web [dart2js] Handle Object members of dart:html types 2022-01-21 01:04:10 +00:00
web_2 [dart2js] Handle Object members of dart:html types 2022-01-21 01:04:10 +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.