dart-sdk/tests
Riley Porter 278a040e1d Add WeakReference and Finalizer patches for ddc and dart2js
Routes implementation to JavaScript WeakRef and
FinalizerRegistry APIs using JS foreign function calls. Uses
Wrapper names for the Dart library to avoid issues with DDC.

Bug: #47775, #47776
Change-Id: Iad82bd83ac10c666d08a2c042a8ed6109b8b58c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229180
Reviewed-by: Stephen Adams <sra@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Commit-Queue: Riley Porter <rileyporter@google.com>
2022-02-08 22:01:36 +00:00
..
co19 [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00
co19_2 [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00
corelib Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
corelib_2 Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00
ffi_2 [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00
language [cfe] Add more compiler-time errors for incorrect enum constructors 2022-01-28 15:07:02 +00:00
language_2 [cfe] Add more compiler-time errors for incorrect enum constructors 2022-01-28 15:07:02 +00:00
lib Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
lib_2 Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
modular [pkg:js] Erase static interop types 2021-12-10 18:36:00 +00:00
standalone Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
standalone_2 Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
web Add WeakReference and Finalizer patches for ddc and dart2js 2022-02-08 22:01:36 +00:00
web_2 Add WeakReference and Finalizer patches for ddc and dart2js 2022-02-08 22:01:36 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +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.