Skip to content

Commit df12659

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to 3388e8e9073d57e6fdca6582568fdfa6f9a6bc61
2025-06-02 [email protected] dart-lang/co19#3180. Add tests for NullableUndefineableJSAnyExtension. (dart-lang/co19#3205) 2025-06-02 [email protected] Fixes dart-lang/co19#3212. Fix the new roll failures. Add issue numbers (dart-lang/co19#3213) 2025-06-02 [email protected] dart-lang/co19#3057. Update promotion_switch_A05_t03.dart according to the current implementation (dart-lang/co19#3214) 2025-05-28 [email protected] Fixes dart-lang/co19#3201. Allow getter/setter with different types (dart-lang/co19#3207) 2025-05-28 [email protected] Fixes dart-lang/co19#3206. Update expected errors positions for CFE (dart-lang/co19#3208) 2025-05-27 [email protected] dart-lang/co19#2868. Add test for a member invocation of an extension on nullable type (dart-lang/co19#3204) 2025-05-26 [email protected] dart-lang/co19#3057. Add more tests for promotion in switch (dart-lang/co19#3185) 2025-05-26 [email protected] dart-lang/co19#3057. Add switch statements/expressions patterns matching tests (dart-lang/co19#3169) 2025-05-23 [email protected] dart-lang/co19#3198. Remove accidental code (dart-lang/co19#3202) 2025-05-23 [email protected] Fixes dart-lang/co19#3198. Don't use string representation of `Type` objects (dart-lang/co19#3200) 2025-05-23 [email protected] dart-lang/co19#3182. Update augmenting_declarations_A05_*.dart (dart-lang/co19#3199) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: I89444579e87815f0087ac538bb2ea264f93d2180 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/432280 Reviewed-by: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 2565128 commit df12659

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ vars = {
5454

5555
# co19 is a cipd package automatically generated for each co19 commit.
5656
# Use tests/co19/update.sh to update this hash.
57-
"co19_rev": "fb20d2b17e35c8fda50ca367c8efc4fb3dab040b",
57+
"co19_rev": "3388e8e9073d57e6fdca6582568fdfa6f9a6bc61",
5858

5959
# The internal benchmarks to use. See go/dart-benchmarks-internal
6060
"benchmarks_internal_rev": "1fa5d33a45f7d4dd0093124706cdfa45d9270851",

tests/co19/co19-dart2wasm.status

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ LibTest/ffi/*: SkipByDesign # dart:ffi is not supported.
1414
LibTest/html/*: SkipByDesign # dart:html is not supported.
1515
LibTest/io/*: SkipByDesign # dart:io is not supported.
1616
LibTest/isolate/*: SkipByDesign # dart:isolate is not supported.
17+
LibTest/js_interop/NullableUndefineableJSAnyExtension/isNull_t01: SkipByDesign #isNull is not supported.
18+
LibTest/js_interop/NullableUndefineableJSAnyExtension/isUndefined_t01: SkipByDesign #isUndefined is not supported.
1719
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
1820

1921
[ $compiler == dart2wasm && $browser ]

tests/co19/co19-runtime.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
4545

4646
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
4747
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
48+
LibTest/js_interop/*: SkipByDesign # dart:js_interop not supported on VM.

0 commit comments

Comments
 (0)