Skip to content

Commit a6faf24

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to 467016acdb5842571acc75a3f98ec08cf53376c6
2025-11-05 sgrekhov22@gmail.com dart-lang/co19#3330. Add static extensions tests. Part 1. (dart-lang/co19#3381) 2025-11-05 sgrekhov22@gmail.com dart-lang/co19#3203. Add tests for private named parameters (dart-lang/co19#3377) 2025-11-05 sgrekhov22@gmail.com dart-lang/co19#3203. Add VM - CFE interaction tests for primary initializer scope (dart-lang/co19#3359) R=athom@google.com, eernst@google.com Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: Ibc9148c6d03bbc0b1f89ec5ad1e36e3171965779 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/460280 Auto-Submit: Sergey Grekhov <sgrekhov22@gmail.com> Reviewed-by: Erik Ernst <eernst@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
1 parent 23ea671 commit a6faf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "dfea6e4100267a94e63563fb86fe3ad53bccb13b",
57+
"co19_rev": "467016acdb5842571acc75a3f98ec08cf53376c6",
5858

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

tests/co19/co19-kernel.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
[ $runtime == dart_precompiled ]
6-
VM/digit_separators_t01: SkipByDesign # Debugger is disabled in AOT mode.
6+
VM/*: SkipByDesign # Debugger is disabled in AOT mode.
77

88
[ $runtime == vm ]
99
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls

0 commit comments

Comments
 (0)