dart-sdk/tests
Joshua Litt d872e74a6d [js] Support js_util on Dart2wasm.
This CL consists of:
1) Moving most of the contents of `js_util_wasm_patch` to
   `js_util_patch` and `js_helper`.
2) Addressing the inconsistencies between `js_util` and `js_util_wasm`.
3) Fixing a minor bug with nested `allowInterop` in
   `js_util_wasm_optimizer`.
4) Removing hardcoded eval.

Change-Id: Ie43cdc91d344745ef9b40e273192b34af2a84138
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246380
Commit-Queue: Joshua Litt <joshualitt@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
2022-06-06 18:18:20 +00:00
..
co19 Skip co19/LanguageFeatures/Enhanced-Enum/grammar_A07_t01 on the web 2022-04-05 19:54:13 +00:00
co19_2 [infra] Stop manually creating co19 cipd packages. 2022-03-28 14:01:37 +00:00
corelib Make path argument optional for Uri.http(s) 2022-06-03 18:07:27 +00:00
corelib_2 Make path argument optional for Uri.http(s) 2022-06-03 18:07:27 +00:00
dartdevc [ddc] Avoid emitting dead branches in conditionals 2022-05-03 20:17:44 +00:00
dartdevc_2 [vm] Expose whether extension stream has listeners, guard postEvent 2022-04-26 07:53:43 +00:00
ffi [vm/ffi] Add Char C type 2022-03-28 09:46:56 +00:00
ffi_2 [vm/ffi] Add Char C type 2022-03-28 09:46:56 +00:00
language [vm] New async/async* implementation in JIT mode 2022-06-02 23:39:45 +00:00
language_2 [vm] New async/async* implementation in JIT mode 2022-06-02 23:39:45 +00:00
lib [jsinterop] Add static check for JSName of static class members. 2022-06-03 17:02:26 +00:00
lib_2 [js_util] Add dartify and some helpers. 2022-05-16 21:31:47 +00:00
modular [dart2js] Fix bug in impact data serialization. 2022-05-10 03:34:13 +00:00
standalone [vm] Enable new implementation of async/async* in JIT mode 2022-06-02 23:40:15 +00:00
standalone_2 [vm] Enable new implementation of async/async* in JIT mode 2022-06-02 23:40:15 +00:00
web [js] Support js_util on Dart2wasm. 2022-06-06 18:18:20 +00:00
web_2 Fix typos 2022-05-24 09:10:51 +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 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.