dart-sdk/tests
Johnni Winther 16f7ce8e57 [cfe] Warn on null aware access on this and static members
Closes #43703
Closes #43461

Change-Id: I861462b5fcf31d5459c17cbe1604ce285c359dec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167563
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-10-15 08:48:33 +00:00
..
co19 [co19] Skip 'main' optional parameters tests on dart2js 2020-10-15 07:45:52 +00:00
co19_2 Remove remaining tests for bytecode mode 2020-10-09 22:30:19 +00:00
corelib Remove remaining tests for bytecode mode 2020-10-09 22:30:19 +00:00
corelib_2 Remove remaining tests for bytecode mode 2020-10-09 22:30:19 +00:00
dart2js [dart2js] Add stressful unit / integation tests for deferred loading. 2020-10-13 17:55:58 +00:00
dart2js_2 [package:js] Add checks for external keyword 2020-09-25 23:30:34 +00:00
dartdevc [dartdevc] Resetting lazy js types on hot restart 2020-09-30 00:08:23 +00:00
dartdevc_2 [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
ffi [vm/ffi] Fix alignment of Uint64 fields in structs on some ABIs 2020-10-09 16:32:08 +00:00
ffi_2 [vm/ffi] Fix alignment of Uint64 fields in structs on some ABIs 2020-10-09 16:32:08 +00:00
language [cfe] Warn on null aware access on this and static members 2020-10-15 08:48:33 +00:00
language_2 Remove remaining tests for bytecode mode 2020-10-09 22:30:19 +00:00
lib [test] Fix lib/mirrors/library_uri_io_test to pass when running not from source 2020-10-14 00:54:17 +00:00
lib_2 [test] Fix lib/mirrors/library_uri_io_test to pass when running not from source 2020-10-14 00:54:17 +00:00
modular [cfe] Ensure that default values on synthesized constructor are included in outlines 2020-09-29 11:09:14 +00:00
standalone [Test] Skip standalone/entrypoints_verification_test on simarm_x64 2020-10-14 16:51:07 +00:00
standalone_2 [Test] Skip standalone/entrypoints_verification_test on simarm_x64 2020-10-14 16:51:07 +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.