dart-sdk/tests
Srujan Gaddam 87779c4225 Migrate element_test to async_minitest
Change-Id: If99d88551b245d28a7898769703758c4747d693a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139360
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
2020-03-13 23:09:07 +00:00
..
angular
co19 [co19] Handle builders using co19 with test selectors 2019-12-17 17:24:09 +00:00
co19_2 [nnbd] skip runes tests that are no longer valid 2020-03-03 16:16:21 +00:00
compiler [ddc] cleanup: use Never direclty in nnbd tests 2020-03-10 19:13:33 +00:00
corelib Make all CastErrors be TypeErrors. 2020-03-11 23:31:06 +00:00
corelib_2 Backport changes to RuneIterator to non-NNBD SDK. 2020-03-12 16:47:46 +00:00
dart
ffi [Cleanup] Removes deprecated --enable-inlining-annotations; updates annotation. 2020-02-25 12:09:10 +00:00
ffi_2 [vm/ffi] Change asFunction and lookFunction to extension methods 2020-02-14 15:46:37 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language [tests] Fix analysis errors in tests 2020-03-12 18:16:36 +00:00
language_2 [cfe] Handle callable extension getters 2020-03-13 10:46:39 +00:00
lib Reland "[vm] Fix some further mirror breaks with frontend NNBD checks enabled." 2020-03-13 17:11:52 +00:00
lib_2 Migrate element_test to async_minitest 2020-03-13 23:09:07 +00:00
modular [CFE] Use package config v2 2020-02-12 10:07:25 +00:00
search
standalone [vm, gc] Fix a lock order inversion detected by TSAN. 2020-03-03 18:30:23 +00:00
standalone_2 delete packageRoot support in test runner package, migrate to package_config from package_resolver 2020-03-04 20:15:19 +00:00
legacy_status_dart2js.csv Disallow non-external generative JS constructors 2020-03-06 17:06: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.