Skip to content

Commit 8b3e11a

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to c5891879623a504fa61ad151d141f5b00665c4d7
2025-10-27 [email protected] Fixes dart-lang/co19#3368. Fix a typo in scope_A06_t02_part2.dart (dart-lang/co19#3369) 2025-10-27 [email protected] dart-lang/co19#2825. Fix resolving extensions tests (dart-lang/co19#3367) 2025-10-27 [email protected] dart-lang/co19#2825. Fix shadowing in deferred import tests (dart-lang/co19#3366) 2025-10-27 [email protected] Fixes dart-lang/co19#3363. Hide extensions when import is deferred (dart-lang/co19#3365) 2025-10-24 [email protected] Fixes dart-lang/co19#3363. Fix `part of` directive in scope_A06_t03_part1.dart (dart-lang/co19#3364) 2025-10-23 [email protected] dart-lang/co19#2825. Add tests for resolving extensions (dart-lang/co19#3360) 2025-10-23 [email protected] dart-lang/co19#3203. Add VM - CFE interaction tests for declaring constructors (dart-lang/co19#3356) 2025-10-21 [email protected] dart-lang/co19#2825. Add tests for deferred imports (dart-lang/co19#3358) 2025-10-20 [email protected] dart-lang/co19#3203. Add VM - CFE interaction tests for digit separators feature (dart-lang/co19#3354) 2025-10-20 [email protected] dart-lang/co19#2825. Update assertions according to the new spec (dart-lang/co19#3357) 2025-10-17 [email protected] Fixes dart-lang/co19#3353. Update expected errors positions (dart-lang/co19#3355) [email protected], [email protected] Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: Ia0ce141509097ca3e0557e3eb85f41a85350821d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457721 Auto-Submit: Sergey Grekhov <[email protected]> Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 0814785 commit 8b3e11a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-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": "b1e28bd21e7cb0262579832d3ac067b7e972d2ec",
57+
"co19_rev": "c5891879623a504fa61ad151d141f5b00665c4d7",
5858

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

tests/co19/co19-dart2js.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ LibTest/typed_data/Int32List/setRange_A06_t02: SkipByDesign # 64-bit int not sup
127127
LibTest/typed_data/Int64List/*: SkipByDesign # Int64List not supported on the web
128128
LibTest/typed_data/Uint32List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web
129129
LibTest/typed_data/Uint64List/*: SkipByDesign # Uint64List not supported on the web
130+
VM/*: SkipByDesign # Only meant to run on vm
130131

131132
[ $compiler == dart2js && $runtime == chrome ]
132133
LibTest/html/Window/animationFrame_A01_t01: SkipByDesign # Issue #53985: requestAnimationFrame is not executed on Chrome inactive tabs

tests/co19/co19-dart2wasm.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ LibTest/js_interop/NullableUndefineableJSAnyExtension/isNull_t01: SkipByDesign #
1818
LibTest/js_interop/NullableUndefineableJSAnyExtension/isUndefined_t01: SkipByDesign #isUndefined is not supported.
1919
LibTest/js_interop/interop_type_A01_t10: SkipByDesign # dart:html is not supported.
2020
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
21+
VM/*: SkipByDesign # Only meant to run on vm.
2122

2223
[ $compiler == dart2wasm && $browser ]
2324
Language/Expressions/Function_Invocation/async_generator_invokation_t10: SkipSlow # Issue(http://dartbug.com/55182): Will timeout on browsers (due to no asyncEnd() firing) but eagerly fail on commandline JS engines.

tests/co19/co19-kernel.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# for details. All rights reserved. Use of this source code is governed by a
33
# BSD-style license that can be found in the LICENSE file.
44

5+
[ $compiler == dartkp ]
6+
VM/digit_separators_t01: SkipByDesign # Debugger is disabled in AOT mode.
7+
58
[ $runtime == vm ]
69
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls
710
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many calls

0 commit comments

Comments
 (0)