dart-sdk/tests
Srujan Gaddam bea97da4a2 [pkg:js] Language version @Native/@JS class conflict check
Bug: https://github.com/dart-lang/sdk/issues/44797

This check was previously introduced without a language version,
and therefore lead to a breaking change on SDK update. It's now
versioned for releases >= 2.13, allowing users to migrate easier.
It also adds a hint for the error, providing alternatives for
users whose code triggers this check.

Change-Id: I4f61066a917ddb18071508291cde00710802fc5d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/182920
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2021-02-05 00:23:42 +00:00
..
co19 [package:js] Added checks for external non-JS members. 2021-02-03 02:14:18 +00:00
co19_2 [package:js] Added checks for external non-JS members. 2021-02-03 02:14:18 +00:00
corelib
corelib_2
dartdevc
dartdevc_2
ffi Reland "[vm/ffi] Change Pointer<T extends Struct>.ref to use static type" 2021-02-03 10:55:49 +00:00
ffi_2 Reland "[vm/ffi] Change Pointer<T extends Struct>.ref to use static type" 2021-02-03 10:55:49 +00:00
language [SDK] Removes non-exiting tests from .status 2021-02-04 06:46:13 +00:00
language_2 [SDK] Removes non-exiting tests from .status 2021-02-04 06:46:13 +00:00
lib [pkg:js] Language version @Native/@JS class conflict check 2021-02-05 00:23:42 +00:00
lib_2 [SDK] Removes non-exiting tests from .status 2021-02-04 06:46:13 +00:00
modular
standalone [SDK] Removes non-exiting tests from .status 2021-02-04 06:46:13 +00:00
standalone_2 [SDK] Removes non-exiting tests from .status 2021-02-04 06:46:13 +00:00
web [web] rename suite dart2js -> web. 2021-02-04 23:11:32 +00:00
web_2 [web] rename suite dart2js -> web. 2021-02-04 23:11:32 +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.