dart-sdk/tests
Nicholas Shahan 95684da0d1 [tests] Add regression test missing super helpers
DDC compiled output is missing getter and setter helper methods when a super
field is both read and written in a constructor.

Issue: https://github.com/dart-lang/sdk/issues/47698
Change-Id: I45302aa8880a168847d72517b2cecb25e31d2b67
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221742
Reviewed-by: Mark Zhou <markzipan@google.com>
2021-12-02 22:12:57 +00:00
..
co19 [test] Skip Language/Types/Interface_Types/subtype_t27 2021-11-26 11:31:23 +00:00
co19_2 [test] Skip Language/Types/Interface_Types/subtype_t27 2021-11-26 11:31:23 +00:00
corelib [corelib] Properly check radix in BigInt.toRadixString. 2021-11-25 22:53:53 +00:00
corelib_2 [corelib] Properly check radix in BigInt.toRadixString. 2021-11-25 22:53:53 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [vm/ffi] Introduce Abi 2021-12-01 19:19:37 +00:00
ffi_2 [vm/ffi] Introduce Abi 2021-12-01 19:19:37 +00:00
language [tests] Add regression test missing super helpers 2021-12-02 22:12:57 +00:00
language_2 [tests] Add regression test missing super helpers 2021-12-02 22:12:57 +00:00
lib [package:js] Test optional default value arguments in extensions 2021-11-30 04:45:04 +00:00
lib_2 [package:js] Test optional default value arguments in extensions 2021-11-30 04:45:04 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [test] Account for new locale string returned on macOS. 2021-12-01 00:22:45 +00:00
standalone_2 [test] Account for new locale string returned on macOS. 2021-12-01 00:22:45 +00:00
web [dart2js] Add failing tests for #47691. 2021-11-18 20:37:36 +00:00
web_2 [dart2js] Add failing tests for #47691. 2021-11-18 20:37:36 +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.