dart-sdk/tests
Konstantin Shcheglov 08bad91aa3 Fix for crash 'C?.foo'.
Change-Id: I9e03b056c9df6c476de7fa29f412c1704d6c3185
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148183
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-05-18 02:43:47 +00:00
..
co19 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
compiler [dart2js] Delete obsolete type_representation_test. 2020-05-16 00:09:22 +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 [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 Fix for crash 'C?.foo'. 2020-05-18 02:43:47 +00:00
language_2 Migrate language_2/identifier to NNBD. 2020-05-15 18:47:52 +00:00
lib [dart:html] Unsuppress MediaDevices.getUserMedia 2020-05-12 16:59:49 +00:00
lib_2 [dart:html] Unsuppress MediaDevices.getUserMedia 2020-05-12 16:59:49 +00:00
modular [ddc] Run modular test suite in weak mode 2020-04-08 18:25:14 +00:00
standalone [dart:io] Fix late localAddress initialization in non-socket errors. 2020-05-14 12:41:27 +00:00
standalone_2 [dart:io] Fix late localAddress initialization in non-socket errors. 2020-05-14 12:41:27 +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.