[co19] Roll co19 to 3388e8e9073d57e6fdca6582568fdfa6f9a6bc61
2025-06-02 sgrekhov22@gmail.com dart-lang/co19#3180. Add tests for NullableUndefineableJSAnyExtension. (dart-lang/co19#3205) 2025-06-02 sgrekhov22@gmail.com Fixes dart-lang/co19#3212. Fix the new roll failures. Add issue numbers (dart-lang/co19#3213) 2025-06-02 sgrekhov22@gmail.com dart-lang/co19#3057. Update promotion_switch_A05_t03.dart according to the current implementation (dart-lang/co19#3214) 2025-05-28 sgrekhov22@gmail.com Fixes dart-lang/co19#3201. Allow getter/setter with different types (dart-lang/co19#3207) 2025-05-28 sgrekhov22@gmail.com Fixes dart-lang/co19#3206. Update expected errors positions for CFE (dart-lang/co19#3208) 2025-05-27 sgrekhov22@gmail.com dart-lang/co19#2868. Add test for a member invocation of an extension on nullable type (dart-lang/co19#3204) 2025-05-26 sgrekhov22@gmail.com dart-lang/co19#3057. Add more tests for promotion in switch (dart-lang/co19#3185) 2025-05-26 sgrekhov22@gmail.com dart-lang/co19#3057. Add switch statements/expressions patterns matching tests (dart-lang/co19#3169) 2025-05-23 sgrekhov22@gmail.com dart-lang/co19#3198. Remove accidental code (dart-lang/co19#3202) 2025-05-23 sgrekhov22@gmail.com Fixes dart-lang/co19#3198. Don't use string representation of `Type` objects (dart-lang/co19#3200) 2025-05-23 sgrekhov22@gmail.com 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 <eernst@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
committed by
Commit Queue
parent
2565128cb0
commit
df126594e9
@@ -54,7 +54,7 @@ vars = {
|
||||
|
||||
# co19 is a cipd package automatically generated for each co19 commit.
|
||||
# Use tests/co19/update.sh to update this hash.
|
||||
"co19_rev": "fb20d2b17e35c8fda50ca367c8efc4fb3dab040b",
|
||||
"co19_rev": "3388e8e9073d57e6fdca6582568fdfa6f9a6bc61",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
"benchmarks_internal_rev": "1fa5d33a45f7d4dd0093124706cdfa45d9270851",
|
||||
|
||||
@@ -14,6 +14,8 @@ LibTest/ffi/*: SkipByDesign # dart:ffi is not supported.
|
||||
LibTest/html/*: SkipByDesign # dart:html is not supported.
|
||||
LibTest/io/*: SkipByDesign # dart:io is not supported.
|
||||
LibTest/isolate/*: SkipByDesign # dart:isolate is not supported.
|
||||
LibTest/js_interop/NullableUndefineableJSAnyExtension/isNull_t01: SkipByDesign #isNull is not supported.
|
||||
LibTest/js_interop/NullableUndefineableJSAnyExtension/isUndefined_t01: SkipByDesign #isUndefined is not supported.
|
||||
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
|
||||
|
||||
[ $compiler == dart2wasm && $browser ]
|
||||
|
||||
@@ -45,3 +45,4 @@ LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
|
||||
|
||||
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
|
||||
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
|
||||
LibTest/js_interop/*: SkipByDesign # dart:js_interop not supported on VM.
|
||||
|
||||
Reference in New Issue
Block a user