dart-sdk/tests
Kallen Tu 2083db9cdb [cfe] Emit error for mixing in class outside of its library except mixin classes.
It is an error to mix in a class declaration that does not have the 'mixin' modifier, outside of its library for class declarations in a library version lower than sealed class' release version.

Change-Id: I318bb243705748eae60482b6c3513669f1cbb90c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275440
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2022-12-29 21:26:00 +00:00
..
co19 [dart2wasm] Re-enable async tests that no longer time out 2022-12-08 13:43:41 +00:00
co19_2 [Dart 3.0 alpha] Fix some test issues (legacy mode argument not passed in) 2022-12-06 19:34:47 +00:00
corelib Spelling tests 2022-12-19 12:56:47 +00:00
corelib_2 Spelling tests 2022-12-19 12:56:47 +00:00
dartdevc Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
dartdevc_2 Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
ffi [tests/ffi] Switch over Android & QEMU to nnbd tests 2022-12-27 15:18:59 +00:00
ffi_2 [test/ffi] Free pointer allocated via malloc 2022-12-13 16:41:47 +00:00
language [cfe] Emit error for mixing in class outside of its library except mixin classes. 2022-12-29 21:26:00 +00:00
language_2 [dart2wasm] Emit closures and contexts for subexpressions of asserts. 2022-12-22 16:27:39 +00:00
lib Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
lib_2 Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
modular [pkg:js] Enable modular compilation for exports 2022-10-26 16:34:38 +00:00
standalone [io] Remove incorrect docs that listSupport is not available on Android. 2022-12-21 00:23:02 +00:00
standalone_2 [io] Remove incorrect docs that listSupport is not available on Android. 2022-12-21 00:23:02 +00:00
web [dart2js] Add priority to dartDeferredLibraryLoader hook. 2022-12-20 15:39:09 +00:00
web_2 Spelling tests 2022-12-19 12:56:47 +00:00
legacy_status_dart2js.csv Spelling tests 2022-12-19 12:56:47 +00:00
OWNERS
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.