dart-sdk/tests
Sigmund Cherem 1c59f30d7b [dart2js] fix crash with records and null-assertions.
Our helper function to detect whether a null-assertion was required
didn't include a case to check for record types.

The null-assertion flag is likely to go away soon, since it's
only valuable for mixed applications.

Fixes #52276

Change-Id: Ief4515b8c3eaae5343012da4220e6051bb5a2f19
Fixed: 52276
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/301680
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
2023-05-05 17:20:13 +00:00
..
co19
co19_2
corelib [vm/regex] Pick a fix for unicode negated range RegExp. 2023-04-26 19:46:06 +00:00
corelib_2 [vm/regex] Pick a fix for unicode negated range RegExp. 2023-04-26 19:46:06 +00:00
dartdevc [ddc] Add DDC specific NSM error test cases 2023-05-01 18:39:35 +00:00
dartdevc_2 [ddc] Add DDC specific NSM error test cases 2023-05-01 18:39:35 +00:00
ffi [ffi] Add failing callback test with an Error that is not an UnhandledException. 2023-05-01 16:13:51 +00:00
ffi_2
language [tests] Language tests for errors when implementing a 2.19 class that implements a core library base or final class. 2023-05-04 20:53:42 +00:00
language_2 Migrate "u" and "v" directory language tests off @compile-error. 2023-04-20 22:33:22 +00:00
lib Reland "Fix bug in Completer.complete." 2023-05-02 19:33:57 +00:00
lib_2 Reland "Fix bug in Completer.complete." 2023-05-02 19:33:57 +00:00
modular
standalone [infra] Prevent VM AOT tests from poluting SDK source. 2023-05-03 13:24:39 +00:00
standalone_2 [gardening] Fix dwarf_stack_trace_invisible_functions_test 2023-05-03 23:01:48 +00:00
web [dart2js] fix crash with records and null-assertions. 2023-05-05 17:20:13 +00:00
web_2 Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" 2023-05-02 15:24:18 +00:00
legacy_status_dart2js.csv
OWNERS
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.