dart-sdk/tests
Lasse Reichstein Holst Nielsen 0d322488ae Fix bug in Stream.multi.
The sync operations on a MultiStreamController did not check whether
sending events at the current time was allowed.
That could lead to `null` dereferencing errors when doing operations
on the controller after a cancel, and could cause events to appear
out of order.

Change-Id: I06b86a78959dfcaa402f74e2980a9d515f097dc9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159442
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
2020-08-21 09:53:10 +00:00
..
co19 [co19] LibTest/math tests enabled 2020-08-14 12:00:03 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
corelib Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
corelib_2 [vm] Reland "Remove non-covariant checks from closure bodies (part 1)" 2020-07-21 10:00:41 +00:00
dart2js [dart2js] Fix tests/dart2js/29130_test. 2020-08-18 20:54:50 +00:00
dart2js_2 [package:js] Add errors for missing @JS on class 2020-08-07 17:09:23 +00:00
dartdevc [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
dartdevc_2 [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
ffi [vm/ffi] Add missing SharedObject for regression test 2020-08-14 17:21:16 +00:00
ffi_2 [vm/ffi] Add missing SharedObject for regression test 2020-08-14 17:21:16 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Issue 43100. Verify local variable reads for null safety. 2020-08-20 15:50:50 +00:00
language_2 Unify four diagnostic codes for the purpose of documentation 2020-08-11 01:07:44 +00:00
lib Fix bug in Stream.multi. 2020-08-21 09:53:10 +00:00
lib_2 [Nit] Fixes typo in package_config_test (x2) 2020-08-14 14:02:39 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone [dart:io] Re-enable socket policy enforcement with additional testing. 2020-08-17 16:42:49 +00:00
standalone_2 [dart:io] Re-enable socket policy enforcement with additional testing. 2020-08-17 16:42:49 +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.