dart-sdk/tests
Srujan Gaddam 2a669c571f [dart:js_interop] Re-enable type checks on external APIs
External APIs when using dart:js_interop should only allow
primitives, JS types, and other static interop types. This
was previously checked in a more restrictive mode called
"strict mode" but is not checked everywhere where dart:js_interop
APIs exist.

Change-Id: Ic82a3ec0bf6062c25d7f8933e503820a21bc191f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316867
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2023-09-05 16:05:08 +00:00
..
co19 [co19] Roll co19 to 910330408dd6af6b8f58c5d26464dbe0ce76e476 2023-08-25 08:55:34 +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, compiler] Avoid extra branch on ARM to handle double comparisons with NaN. 2023-08-28 20:16:57 +00:00
corelib_2 [dart2js] Add Dart web speciailized expectation helpers. 2023-08-11 20:59:30 +00:00
dartdevc [ddc] Seal the native Object prototype in test infra 2023-08-10 19:45:59 +00:00
dartdevc_2 [ddc] Seal the native Object prototype in test infra 2023-08-10 19:45:59 +00:00
ffi [vm/ffi] Closure callbacks for sync callbacks 2023-08-25 03:35:44 +00:00
ffi_2 [infra] Make the sanitizer a first-class status variable. 2023-07-10 17:46:31 +00:00
language Test field promotion interaction with dynamic. 2023-09-05 13:39:08 +00:00
language_2 [analyzer] Report more specific diagnostic codes instead of INVALID_CONSTANT. 2023-08-29 22:36:02 +00:00
lib [dart:js_interop] Re-enable type checks on external APIs 2023-09-05 16:05:08 +00:00
lib_2 [dart:js_interop] Re-enable type checks on external APIs 2023-09-05 16:05:08 +00:00
modular
standalone [vm, io] Skip global destructors when using dart:io's exit. 2023-08-22 16:24:40 +00:00
standalone_2 [test] Remove some stale status entries. 2023-08-18 20:56:03 +00:00
web [js_runtime] NullError always reports as a failed null check 2023-09-01 00:05:09 +00:00
web_2 [js_runtime] NullError always reports as a failed null check 2023-09-01 00:05:09 +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.