dart-sdk/tests
Srujan Gaddam 29e814357c [pkg:js] Lower external @staticInterop and extension members using invocation-level semantics
We've changed the semantics for these members using dart:js_interop
so that not passing in optionals on the Dart side is equivalent to
not passing in optionals on the JS side. This CL makes that consistent
with package:js as well.

Modifies CHANGELOG to announce breaking change.

Change-Id: Ic5c33c9c797983a72edec9bc59f60fc1f29240b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300400
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2023-05-09 23:12:58 +00:00
..
co19 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +00:00
co19_2 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +00:00
corelib [vm/regex] Pick a fix for unicode negated range RegExp. 2023-04-26 19:46:06 +00:00
corelib_2 [vm/regex] Pick a fix for unicode negated range RegExp. 2023-04-26 19:46:06 +00:00
dartdevc [ddc] Add DDC specific NSM error test cases 2023-05-01 18:39:35 +00:00
dartdevc_2 [ddc] Add DDC specific NSM error test cases 2023-05-01 18:39:35 +00:00
ffi [gardening] Update status file 2023-05-09 18:22:56 +00:00
ffi_2 Reland "[vm] Expose Dart_{CurrentIsolate,ExitIsolate,EnterIsolate}" 2023-04-13 09:20:17 +00:00
language [cfe] Remove extra conditions on await-for in non-async body check 2023-05-09 06:56:44 +00:00
language_2 [cfe] Remove extra conditions on await-for in non-async body check 2023-05-09 06:56:44 +00:00
lib [pkg:js] Lower external @staticInterop and extension members using invocation-level semantics 2023-05-09 23:12:58 +00:00
lib_2 [pkg:js] Lower external @staticInterop and extension members using invocation-level semantics 2023-05-09 23:12:58 +00:00
modular
standalone [infra] Prevent VM AOT tests from poluting SDK source. 2023-05-03 13:24:39 +00:00
standalone_2 [gardening] Fix dwarf_stack_trace_invisible_functions_test 2023-05-03 23:01:48 +00:00
web [dart2js] fix crash with records and null-assertions. 2023-05-05 17:20:13 +00:00
web_2 Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" 2023-05-02 15:24:18 +00:00
legacy_status_dart2js.csv
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.