dart-sdk/tests
Johnni Winther 7900e9071a [cfe] Remove support for old super-mixins feature
This CL remove the support for mixing in classes that don't extend
Object. An error has been report by the analyzer for some time and
now also by the CFE.

This puts the breaking change https://github.com/dart-lang/sdk/issues/48167 into effect.

TEST=pkg/front_end/testcases/general/issue48167.dart

Change-Id: Ia7715a27dc1aa18a7c85b24ed86d19a91b6924d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247551
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2022-06-13 15:30:57 +00:00
..
co19 Skip co19/LanguageFeatures/Enhanced-Enum/grammar_A07_t01 on the web 2022-04-05 19:54:13 +00:00
co19_2 [infra] Stop manually creating co19 cipd packages. 2022-03-28 14:01:37 +00:00
corelib Make path argument optional for Uri.http(s) 2022-06-03 18:07:27 +00:00
corelib_2 Make path argument optional for Uri.http(s) 2022-06-03 18:07:27 +00:00
dartdevc Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
dartdevc_2 Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
ffi [vm/ffi] Allow struct nesting with looser packing 2022-06-09 19:08:43 +00:00
ffi_2 [vm/ffi] Allow struct nesting with looser packing 2022-06-09 19:08:43 +00:00
language [cfe] Remove support for old super-mixins feature 2022-06-13 15:30:57 +00:00
language_2 [cfe] Remove support for old super-mixins feature 2022-06-13 15:30:57 +00:00
lib Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
lib_2 Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
modular [dart2js] Fix bug in impact data serialization. 2022-05-10 03:34:13 +00:00
standalone [vm] Cleanup --lazy-async-stacks VM option 2022-06-10 13:41:24 +00:00
standalone_2 [vm] Cleanup --lazy-async-stacks VM option 2022-06-10 13:41:24 +00:00
web [dart2wasm] Wire up stubbed out dart:js on dart2wasm 2022-06-08 20:38:52 +00:00
web_2 Fix typos 2022-05-24 09:10:51 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
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.