dart-sdk/tests
Paul Berry 126c5fa680 Initial parser support for constructor tear-offs.
This CL adds parser support for use of `<typeArguments>` as a
selector.  This allows expressions like `List<int>` (type literal with
type arguments), `f<int>` (function tear-off with type arguments),
`C.m<int>` (static method tear-off with type arguments), `EXPR.m<int>`
(instance method tear-off with type arguments), and `EXPR<int>`
(tear-off of `.call` method with type arguments).

I will add parser support for `.new` as a constructor name in a
follow-up CL.

Change-Id: I157e732276421e8c3fd20c38c67ae9643993bd85
Bug: https://github.com/dart-lang/sdk/issues/46020, https://github.com/dart-lang/sdk/issues/46044.
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/197102
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2021-05-25 13:58:10 +00:00
..
co19 [co19] Constructor Tear Offs tests skipped as not implemented 2021-05-19 08:19:47 +00:00
co19_2 [co19] Skip in status files removed or replaced where it is possible 2021-04-12 13:26:49 +00:00
corelib Remove references to triple-shift and generic-metadata experiments. 2021-05-12 13:35:00 +00:00
corelib_2 Fix test names in corelib/. 2021-05-05 01:06:12 +00:00
dartdevc [ddc] Add a regression test for issue #45874 2021-05-11 22:14:28 +00:00
dartdevc_2 [ddc] Add a regression test for issue #45874 2021-05-11 22:14:28 +00:00
ffi [test] Skip vmspecific_leaf_call_test in app_jitk 2021-05-25 13:47:10 +00:00
ffi_2 [test] Skip vmspecific_leaf_call_test in app_jitk 2021-05-25 13:47:10 +00:00
language Initial parser support for constructor tear-offs. 2021-05-25 13:58:10 +00:00
language_2 Initial parser support for constructor tear-offs. 2021-05-25 13:58:10 +00:00
lib [ddc] Limit DDC to only skip reifying tearoffs in foreign JS when in the SDK. 2021-05-12 20:46:51 +00:00
lib_2 [ddc] Limit DDC to only skip reifying tearoffs in foreign JS when in the SDK. 2021-05-12 20:46:51 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [io/http] Introduce callback that embedder can override to provide custom HTTPClient connection validation. 2021-05-20 15:17:52 +00:00
standalone_2 [io/http] Introduce callback that embedder can override to provide custom HTTPClient connection validation. 2021-05-20 15:17:52 +00:00
web [dart2js] Pass box to inlined generative constructor body 2021-05-07 22:50:27 +00:00
web_2 Fix native_exception1_frog_test. 2021-05-14 23:13:28 +00:00
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.