dart-sdk/tests
Sam Rawlins 32a93e2147 Analyzer: Remove error on class-used-as-mixin referencing super
Fixes https://github.com/dart-lang/sdk/issues/34806

Change-Id: I1cfd0b9c0699734b172aa62f7a04ab533a6cd03f
Fixed: 34806
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151099
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2020-06-13 15:11:25 +00:00
..
co19 [co19] Enable tests migrated to null safety 2020-06-08 12:46:42 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
compiler/dartdevc_native [dart2js] Move dart2js_native to dart2js/native. 2020-06-04 18:11:49 +00:00
corelib Skip unicode surrogate test on android 2020-05-30 23:29:02 +00:00
corelib_2 Skip unicode surrogate test on android 2020-05-30 23:29:02 +00:00
dart2js Address review comments from 150935 2020-06-12 05:54:28 +00:00
dart2js_2 Address review comments from 150935 2020-06-12 05:54:28 +00:00
ffi [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
ffi_2 [vm/ffi] Convert Objects to Dart_Handles in FFI calls 2020-06-12 11:14:22 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Analyzer: Remove error on class-used-as-mixin referencing super 2020-06-13 15:11:25 +00:00
language_2 Analyzer: Remove error on class-used-as-mixin referencing super 2020-06-13 15:11:25 +00:00
lib [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
lib_2 Change terms to be more divisive 2020-06-10 17:14:37 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone Revert "File::Copy avoids direct copying on Windows" 2020-06-12 06:27:48 +00:00
standalone_2 Revert "File::Copy avoids direct copying on Windows" 2020-06-12 06:27:48 +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.