dart-sdk/tests
asiva 170d047b20 The rolls of Dart into Flutter have been failing for more than a day now.
We have accumulated almost 69 commits. Please see issue
https://github.com/dart-lang/sdk/issues/41739
for details of why these CLs had to be reverted.

Revert "Reland "[vm] Make VM support .dart_tool/package_config.json""
This reverts commit fa6cc57a32.

Revert "[VM] - Fix hang when no package config or .packages exist"
This reverts commit 31be795457.

Revert "[vm/isolate] Make Isolate.resolveUri() work for both `.packages` and `dart_tool/package_config.json`"
This reverts commit a99f7aef6e.

Revert "[vm] Skip (newly enabled) isolate tests on simarm* and hot-reload configs"
This reverts commit 7082e99c28.

Revert "[vm] Remove ../0 postfix from status file entries (test framework does not recognize those multitests)"
This reverts commit 708468684a.

Change-Id: Id6b951bde4f379fdcfac3cc23e0057a77a7e6db0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146041
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2020-05-01 22:11:55 +00:00
..
co19 [co19] Skip not migrated to NNBD folders in a status file 2020-04-30 05:29:14 +00:00
co19_2 [co19] Skip not migrated to NNBD folders in a status file 2020-04-30 05:29:14 +00:00
compiler [dart2js] Fix cfe_annotations_test nnbd. 2020-05-01 20:07:44 +00:00
corelib Change types to <C?, D> in cast test for nnbd 2020-05-01 17:02:23 +00:00
corelib_2 [tests] Fix cast_test and migrate to nnbd. 2020-04-30 02:33:53 +00:00
ffi [Cleanup] Removes deprecated --enable-inlining-annotations; updates annotation. 2020-02-25 12:09:10 +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 [cfe] Don't print nullability on Null in messages 2020-04-30 08:16:24 +00:00
language_2 [cfe] Handle dynamic return in async 2020-04-30 12:39:04 +00:00
lib The rolls of Dart into Flutter have been failing for more than a day now. 2020-05-01 22:11:55 +00:00
lib_2 The rolls of Dart into Flutter have been failing for more than a day now. 2020-05-01 22:11:55 +00:00
modular [ddc] Run modular test suite in weak mode 2020-04-08 18:25:14 +00:00
standalone Remove tests for addresses with leading 0s 2020-04-30 19:30:02 +00:00
standalone_2 Remove tests for addresses with leading 0s 2020-04-30 19:30:02 +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.