dart-sdk/tests
Srujan Gaddam 0fc2d929e3 [pkg:js] Add subtyping tests with liveness
Adds tests for subtyping between pkg:js types. Also runs tests
for both when types are made live and for when they are not.

Also adds these tests to lib_2.

Change-Id: I25fdc293e422eb21fa8a80dea66ae5d492c5aafd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/205601
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Riley Porter <rileyporter@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2021-07-13 18:51:34 +00:00
..
co19 [co19] Remove Compiler-tear-offs tests from status files. 2021-06-03 10:49:04 +00:00
co19_2 [co19] co19_2 status file updated 2021-06-09 14:17:11 +00:00
corelib Adjust symbol tests to new semantics 2021-07-01 18:43:14 +00:00
corelib_2 Add Object.hash and Object.hashAll static helper methods. 2021-06-25 11:40:35 +00:00
dartdevc [ddc] Avoid sending messages to console.debug 2021-06-15 23:28:03 +00:00
dartdevc_2 [ddc] Avoid sending messages to console.debug 2021-06-15 23:28:03 +00:00
ffi [vm] Fix gcc build. 2021-06-17 16:05:02 +00:00
ffi_2 [vm/ffi] Update tests to cover MacOS arm64 after-struct alignment 2021-06-11 12:00:26 +00:00
language [test] Fix getValueNonOptimized in tests 2021-07-12 10:23:14 +00:00
language_2 [test] Fix getValueNonOptimized in tests 2021-07-12 10:23:14 +00:00
lib [pkg:js] Add subtyping tests with liveness 2021-07-13 18:51:34 +00:00
lib_2 [pkg:js] Add subtyping tests with liveness 2021-07-13 18:51:34 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone Reland "[vm] Remove --causal-async-stacks flag" 2021-07-02 14:26:46 +00:00
standalone_2 Reland "[vm] Remove --causal-async-stacks flag" 2021-07-02 14:26:46 +00:00
web [dart2js] Fix interface subtyping bug. 2021-06-25 22:34:06 +00:00
web_2 [dart2js] Fix interface subtyping bug. 2021-06-25 22:34:06 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +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.