dart-sdk/tests
Nicholas Shahan ec48e8f323 [ddc] Fix missing nullability on deferred types
Emits legacy and nullable wrappers to the types that appear in
circular hierarchies.

There is still missing nullability information if FutureOr appears
in the type hierarchy but that fix uncovers a larger issue with the
FutureOr type. See https://github.com/dart-lang/sdk/issues/45870.

Change-Id: If5894eaff632c5a961f1316d8803032fae2a0ec5
Fixes: https://github.com/dart-lang/sdk/issues/45767
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196600
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Mark Zhou <markzipan@google.com>
2021-05-03 17:54:19 +00:00
..
co19 [co19] Status files cleanup 2021-04-22 13:40:48 +00:00
co19_2 [co19] Skip in status files removed or replaced where it is possible 2021-04-12 13:26:49 +00:00
corelib Fix corelib/type_tostring_test.dart 2021-04-16 07:33:57 +00:00
corelib_2 Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
dartdevc [ddc] Add library URIs to cast failure messages 2021-04-09 22:24:43 +00:00
dartdevc_2 Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
ffi [cfe/ffi] Fix division by 0 on @Packed(0) 2021-04-29 10:55:17 +00:00
ffi_2 [cfe/ffi] Fix division by 0 on @Packed(0) 2021-04-29 10:55:17 +00:00
language [ddc] Fix missing nullability on deferred types 2021-05-03 17:54:19 +00:00
language_2 [vm] Exclude current_context_var from ValidatePhis 2021-05-01 09:28:17 +00:00
lib Enable experiment generic_metadata 2021-04-27 20:16:08 +00:00
lib_2 Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [vm/aot] Discard Code objects of invisible functions 2021-04-27 23:31:02 +00:00
standalone_2 [vm/aot] Discard Code objects of invisible functions 2021-04-27 23:31:02 +00:00
web [dart2js] Use simple load ids on some bots. 2021-04-29 17:19:05 +00:00
web_2 Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
legacy_status_dart2js.csv
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.