dart-sdk/tests
Aske Simon Christensen 6faa5f3bd0 [dart2wasm] Initial commit for the Dart-to-WasmGC compiler.
This is work in progress. Several language features are still
unimplemented or only partially implemented.

Instructions for running the compiler and its output can be found in
pkg/dart2wasm/dart2wasm.md. These procedures are preliminary and
expected to change.

The best version of d8 to use for this version of dart2wasm is 10.0.40,
as explained here: https://dart-review.googlesource.com/c/sdk/+/232097

This commit also adds a dart2wasm-hostasserts-linux-x64-d8 testing
configuration to run the compiler over the test suite.

The history of the prototype that this is based on can be seen here:

https://github.com/askeksa-google/sdk/tree/wasm_prototype

Issue: https://github.com/dart-lang/sdk/issues/32894

Change-Id: I910b6ff239ef9c5f66863e4ca97b39b8202cce85
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175728
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
2022-02-16 11:11:14 +00:00
..
co19 [co19] Test that use FFI turned off on not supported platforms 2022-02-16 09:41:09 +00:00
co19_2 [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00
corelib Test for #48322 2022-02-16 01:32:14 +00:00
corelib_2 Test for #48322 2022-02-16 01:32:14 +00:00
dartdevc [ddc] Reset static fields on first get or set 2022-02-11 01:18:01 +00:00
dartdevc_2 [ddc] Reset static fields on first get or set 2022-02-11 01:18:01 +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 [dart2wasm] Initial commit for the Dart-to-WasmGC compiler. 2022-02-16 11:11:14 +00:00
language_2 Add a language test to check expressions for which implicit call tearoff should occur. 2022-02-15 17:57:49 +00:00
lib [vm] Make Isolate.spawnUri() work in AOT iff the uri is compatible AOT snapshot 2022-02-14 15:18:33 +00:00
lib_2 [vm] Make Isolate.spawnUri() work in AOT iff the uri is compatible AOT snapshot 2022-02-14 15:18:33 +00:00
modular [pkg:js] Erase static interop types 2021-12-10 18:36:00 +00:00
standalone [gardening] Skip standalone{,_2}/io/http_redirect_test 2022-02-14 18:14:33 +00:00
standalone_2 [gardening] Skip standalone{,_2}/io/http_redirect_test 2022-02-14 18:14:33 +00:00
web [dart2js] Dead code eliminator should remove dead phis 2022-02-14 20:15:30 +00:00
web_2 [dart2js] Dead code eliminator should remove dead phis 2022-02-14 20:15:30 +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.