Skip to content

Commit 62e11ac

Browse files
johnniwintherCommit Queue
authored andcommitted
[PrimaryConstructors] Mark tests as SkipByDesign for dart2js/ddc
These tests use `external` modifier on constructors, and dart2js/ddc only supports external on constructors marked as JS-interop and therefore reports compile-time errors for these tests. Change-Id: I7f55086170b06d2b31bda8c1916780622502df41 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/490540 Reviewed-by: Erik Ernst <eernst@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
1 parent f76fc36 commit 62e11ac

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

tests/co19/co19-dart2js.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t02: SkipBy
9393
LanguageFeatures/Extension-types/superinterfaces_of_extension_type_A05_t07: SkipByDesign # Non-JS-interop external members are not supported
9494
LanguageFeatures/Extension-types/syntax_A08_t02: SkipByDesign # Non-JS-interop external members are not supported
9595
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # dart:ffi is not supported
96+
LanguageFeatures/Primary-constructors/grammar_A02_t08: SkipByDesign # External constructors are not supported
97+
LanguageFeatures/Primary-constructors/grammar_A05_t02: SkipByDesign # External constructors are not supported
98+
LanguageFeatures/Primary-constructors/grammar_A05_t04: SkipByDesign # External constructors are not supported
99+
LanguageFeatures/Primary-constructors/grammar_A05_t06: SkipByDesign # External constructors are not supported
100+
LanguageFeatures/Primary-constructors/grammar_A05_t08: SkipByDesign # External constructors are not supported
96101
LanguageFeatures/Wildcards/other_declarations_A01_t09: SkipByDesign # Non-JS-interop external members are not supported
97102
LanguageFeatures/Wildcards/other_declarations_A02_t07: SkipByDesign # Non-JS-interop external members are not supported
98103
LanguageFeatures/Wildcards/other_declarations_A06_t03: SkipByDesign # Non-JS-interop external members are not supported

tests/co19/co19-dartdevc.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t02: SkipBy
9292
LanguageFeatures/Extension-types/superinterfaces_of_extension_type_A05_t07: SkipByDesign # Non-JS-interop external members are not supported
9393
LanguageFeatures/Extension-types/syntax_A08_t02: SkipByDesign # Non-JS-interop external members are not supported
9494
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # dart:ffi is not supported
95+
LanguageFeatures/Primary-constructors/grammar_A02_t08: SkipByDesign # External constructors are not supported
96+
LanguageFeatures/Primary-constructors/grammar_A05_t02: SkipByDesign # External constructors are not supported
97+
LanguageFeatures/Primary-constructors/grammar_A05_t04: SkipByDesign # External constructors are not supported
98+
LanguageFeatures/Primary-constructors/grammar_A05_t06: SkipByDesign # External constructors are not supported
99+
LanguageFeatures/Primary-constructors/grammar_A05_t08: SkipByDesign # External constructors are not supported
95100
LanguageFeatures/Wildcards/other_declarations_A01_t09: SkipByDesign # External variables are not supported
96101
LanguageFeatures/Wildcards/other_declarations_A02_t07: SkipByDesign # External variables are not supported
97102
LanguageFeatures/Wildcards/other_declarations_A06_t03: SkipByDesign # External variables are not supported

0 commit comments

Comments
 (0)