dart-sdk/tests
Srujan Gaddam 7d8e63b0b5 [pkg:js] Disallow non-@staticInterop classes from inheriting @staticInterop
Adds checks that if the derived class does not have a `@staticInterop`
annotation, none of the classes it implements or immediately extends can
have it either. Also cleans up some redundant abstract class tests for
readability.

Change-Id: I2e8528b0fb02d9ce39003d00ee0b3da88ce75d44
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268109
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Riley Porter <rileyporter@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2022-11-21 20:19:06 +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 [vm] Replace Double_hashCode native method with graph intrinsic implementation. 2022-11-17 02:28:37 +00:00
corelib_2 [vm] Replace Double_hashCode native method with graph intrinsic implementation. 2022-11-17 02:28:37 +00:00
dartdevc Fix stack overflow in mixin application from separate library 2022-11-04 21:25:08 +00:00
dartdevc_2 Fix stack overflow in mixin application from separate library 2022-11-04 21:25:08 +00:00
ffi [vm/ffi] Add Dart_IsNull in dart_api_dl.h 2022-11-15 10:32:16 +00:00
ffi_2 [vm/ffi] Add Dart_IsNull in dart_api_dl.h 2022-11-15 10:32:16 +00:00
language Test field promotion during top level inference. 2022-11-21 17:20:55 +00:00
language_2 Update Function class documentation: 2022-11-15 15:41:49 +00:00
lib [pkg:js] Disallow non-@staticInterop classes from inheriting @staticInterop 2022-11-21 20:19:06 +00:00
lib_2 [pkg:js] Disallow non-@staticInterop classes from inheriting @staticInterop 2022-11-21 20:19:06 +00:00
modular [pkg:js] Enable modular compilation for exports 2022-10-26 16:34:38 +00:00
standalone [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
standalone_2 [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
web [ffi] Convert ABI-specific integers to fixed-width integers when doing wasm FfiNative transformation. 2022-11-08 22:16:28 +00:00
web_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +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.