dart-sdk/tests
Alexander Aprelev 9129c7303c [gardening] Fix spawn_uri_nested_vm_test so main isolates waits for child isolates before exiting.
Fixes https://github.com/dart-lang/sdk/issues/28192

TEST=spawn_uri_nested_vm_test

Change-Id: I5ad55a52e45a722d49c99797794115950cf7fb9f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216925
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2021-10-15 02:30:10 +00:00
..
co19 [co19] Status files updated according to Issue 523: tests which use mirrors moved to LibTest/mirrors 2021-10-14 08:30:25 +00:00
co19_2 [co19_2] Instantiate-to-bounds tests excluded according to the Issue 46483 evaluation 2021-10-12 11:26:24 +00:00
corelib Add range-check to DateTime.fromMillisecondsSinceEpoch on VM. 2021-10-11 14:31:37 +00:00
corelib_2 Add range-check to DateTime.fromMillisecondsSinceEpoch on VM. 2021-10-11 14:31:37 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [test/ffi] Split generated files on isLeaf 2021-10-14 13:05:33 +00:00
ffi_2 [test/ffi] Split generated files on isLeaf 2021-10-14 13:05:33 +00:00
language Fix language/const/constant_type_variable_error_test 2021-10-12 16:06:09 +00:00
language_2 [vm] Defer Field::RecordStore in Deserialization 2021-10-11 16:27:20 +00:00
lib [gardening] Fix spawn_uri_nested_vm_test so main isolates waits for child isolates before exiting. 2021-10-15 02:30:10 +00:00
lib_2 [gardening] Fix spawn_uri_nested_vm_test so main isolates waits for child isolates before exiting. 2021-10-15 02:30:10 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [io/unix-domain-sockets] Ensure that receiver closes received socket. 2021-10-08 18:48:18 +00:00
standalone_2 [io/unix-domain-sockets] Ensure that receiver closes received socket. 2021-10-08 18:48:18 +00:00
web [dart2js] Improve type inference for createSentinel. 2021-09-13 21:59:20 +00:00
web_2 Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +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.