Skip to content

Commit

Permalink
[co19] Roll co19 to 00292501dd4d8b0e246130d55a024727e31d62eb
Browse files Browse the repository at this point in the history
2023-09-15 [email protected] dart-lang/co19#1400. Update error expectations for CFE (dart-lang/co19#2282)
2023-09-15 [email protected] Fixes dart-lang/co19#2147. Add access to this tests (dart-lang/co19#2280)
2023-09-15 [email protected] dart-lang/co19#2258. Add missing experimental flag (dart-lang/co19#2281)
2023-09-14 [email protected] dart-lang/co19#2258. Only private field of an extension type is promotable (dart-lang/co19#2279)
2023-09-14 [email protected] Fixes dart-lang/co19#2261. Remove obsolete inference-update-2 experimental flag (dart-lang/co19#2278)
2023-09-14 [email protected] dart-lang/co19#2258. No error ib case of the `noSuchMethod` forwarder of a method (dart-lang/co19#2277)
2023-09-13 [email protected] dart-lang/co19#2258. Add more private fields promotion tests (dart-lang/co19#2276)
2023-09-13 [email protected] Fixes dart-lang/co19#2265. Extension types. Add more member conflict tests (dart-lang/co19#2270)
2023-09-12 [email protected] dart-lang/co19#1400. Add type aliases test (dart-lang/co19#2274)
2023-09-12 [email protected] Fixes dart-lang/co19#2271. Fix typo in promotion_A01_t01.dart (dart-lang/co19#2272)

Change-Id: Icc18b7b8e8c7aea103fc255e0da01a5f15601dac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326303
Reviewed-by: Alexander Thomas <[email protected]>
Reviewed-by: Erik Ernst <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
  • Loading branch information
sgrekhov authored and Commit Queue committed Sep 18, 2023
1 parent 9394b30 commit 95dea18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ vars = {

# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
# hashes.
"co19_rev": "5b9b08fb3210ee83a92ab4afe2268326761dd9a9",
"co19_rev": "00292501dd4d8b0e246130d55a024727e31d62eb",
# This line prevents conflicts when both packages are rolled simultaneously.
"co19_2_rev": "0454b178fdf6697e898b5e5c7ee553a9bc266faa",

Expand Down
1 change: 1 addition & 0 deletions tests/co19/co19-dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ LanguageFeatures/Abstract-external-fields/syntax_A02_t03: SkipByDesign # Non-JS-
LanguageFeatures/Enhanced-Enum/grammar_A07_t01: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t01: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t02: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/superinterfaces_of_extension_type_A05_t07: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/syntax_A08_t02: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # dart:ffi is not supported
LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
Expand Down
1 change: 1 addition & 0 deletions tests/co19/co19-dartdevc.status
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ LanguageFeatures/Abstract-external-fields/syntax_A02_t03: SkipByDesign # Externa
LanguageFeatures/Enhanced-Enum/grammar_A07_t01: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t01: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/static_analysis_extension_types_A28_t02: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/superinterfaces_of_extension_type_A05_t07: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/Extension-types/syntax_A08_t02: SkipByDesign # Non-JS-interop external members are not supported
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # dart:ffi is not supported
LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
Expand Down

0 comments on commit 95dea18

Please sign in to comment.