dart-sdk/tests
Mayank Patke bbb8923ebb [dart2js] Ensure all top/raw type predicates go through DartTypes.
Conceptually, this makes sense because a type is not intrinsically top
or bottom or raw, but only in the context of a type system. This also
makes these predicates much more maintainable and puts them in a form
identical to the one at the RTI level.

Change-Id: I83154a82cef6cbaa9c4d0f27cb95f01473c1e015
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149049
Commit-Queue: Mayank Patke <fishythefish@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-05-27 05:28:03 +00:00
..
co19 [co19] Enable tests migrated to null-safety 2020-05-25 08:26:38 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
compiler [dart2js] Ensure all top/raw type predicates go through DartTypes. 2020-05-27 05:28:03 +00:00
corelib [corelib] Fix for BigInt.toDouble() crash 2020-05-09 00:22:16 +00:00
corelib_2 [corelib] Fix for BigInt.toDouble() crash 2020-05-09 00:22:16 +00:00
ffi [vm/ffi] NNBD use external fields for structs 2020-05-18 12:22:50 +00:00
ffi_2 [vm] Address TSAN errors in FFI tests. 2020-03-23 21:19:36 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Rewrite TypeName to ConstructorName in one place, consolidate error reporting. 2020-05-26 21:32:22 +00:00
language_2 Rewrite TypeName to ConstructorName in one place, consolidate error reporting. 2020-05-26 21:32:22 +00:00
lib [test] Skip flaky canvasrendering tests in Chrome on Mac 2020-05-26 08:38:55 +00:00
lib_2 [test] Skip flaky canvasrendering tests in Chrome on Mac 2020-05-26 08:38:55 +00:00
modular [ddc] Run modular test suite in weak mode 2020-04-08 18:25:14 +00:00
standalone [dart:io] Support abstract unix domain socket on Linux 2020-05-19 21:33:10 +00:00
standalone_2 [vm] Store relocated addresses for text sections in BSS. 2020-05-26 08:47:30 +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.