dart-sdk/tests
Lasse R.H. Nielsen c13676f2b7 Deprecate FallThroughError.
The error has not been thrown since Dart 2.0,
where being able to reach the end of a switch case
became a compile-time error.

TEST=Removes tests depending on discontinued behavior.

Change-Id: I76292e7c73f2b3aaf071bbb290e97db493b75477
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/261860
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
Auto-Submit: Lasse Nielsen <lrn@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
2022-10-25 12:25:35 +00:00
..
co19 [co19] RawDatargamSocket tests enabled 2022-10-11 02:42:00 +00:00
co19_2 [co19] RawDatargamSocket tests enabled 2022-10-11 02:42:00 +00:00
corelib DateTime copyWith extension 2022-10-20 10:50:25 +00:00
corelib_2 DateTime copyWith extension 2022-10-20 10:50:25 +00:00
dartdevc Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
dartdevc_2 [ddc] Ensure status file entries are consistent 2022-08-08 17:23:50 +00:00
ffi [vm/ffi] FfiNative process lookup 2022-10-25 10:57:07 +00:00
ffi_2 [vm] Fill in ArgumentValue.invalidObject when objects are rejected in isolate messages. 2022-10-24 17:49:29 +00:00
language Deprecate FallThroughError. 2022-10-25 12:25:35 +00:00
language_2 Deprecate FallThroughError. 2022-10-25 12:25:35 +00:00
lib [pkg:js] Refactor createStaticInteropMock tests to account for new changes 2022-10-24 17:37:09 +00:00
lib_2 [pkg:js] Refactor createStaticInteropMock tests to account for new changes 2022-10-24 17:37:09 +00:00
modular [pkg:js] Disallow staticInterop generative constructors 2022-10-18 17:47:29 +00:00
standalone [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
standalone_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
web [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
web_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
legacy_status_dart2js.csv
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +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.