dart-sdk/tests
Erik Ernst e8b0f38ccd Eliminate unintended compile-time errors (redirect to abstract)
This CL changes language_2/nonfunction_type_aliases/*usage* tests such
that they do not have an unintended compile-time error: They had a
redirecting factory constructor where the redirectee was an abstract
class. This CL adds a concrete class and makes that the redirectee.

Change-Id: Iaa0dc54f8312a9f500c8c9c8b0d8146ecf90de5c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175642
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2020-12-11 08:08:28 +00:00
..
co19 [co19] Enable html/HttpRequest tests 2020-12-08 14:56:18 +00:00
co19_2 Skip VM tests that hang on Windows 2020-10-30 11:20:43 +00:00
corelib [corelib] Add Set.unmodifiable backed by an UnmodifiableSetView 2020-12-10 11:00:27 +00:00
corelib_2 [corelib] Add Set.unmodifiable backed by an UnmodifiableSetView 2020-12-10 11:00:27 +00:00
dart2js Fix no_such_method_test. 2020-12-09 23:15:00 +00:00
dart2js_2 Fix no_such_method_test. 2020-12-09 23:15:00 +00:00
dartdevc [ddc] Fix failing debugger tests 2020-11-20 23:14:33 +00:00
dartdevc_2 [ddc] Fix failing debugger tests 2020-11-20 23:14:33 +00:00
ffi [vm/ffi] Fuchsia FFI testing package 2020-12-10 12:15:17 +00:00
ffi_2 [vm/ffi] Fuchsia FFI testing package 2020-12-10 12:15:17 +00:00
language Fix one more test with factory redirect to abstract class. 2020-12-10 23:49:18 +00:00
language_2 Eliminate unintended compile-time errors (redirect to abstract) 2020-12-11 08:08:28 +00:00
lib Filter out lib/js/mock_test from csp 2020-12-10 18:28:57 +00:00
lib_2 [ddc] Change is checks for JS types 2020-12-10 01:38:26 +00:00
modular [cfe] Ensure that default values on synthesized constructor are included in outlines 2020-09-29 11:09:14 +00:00
standalone [infra] Expand TSAN coverage. 2020-12-09 19:31:50 +00:00
standalone_2 [infra] Expand TSAN coverage. 2020-12-09 19:31:50 +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.