Skip to content

Commit 929657a

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to 4ebc13c27af77129889a11fd1f95cff04dccd8f9
2025-04-10 [email protected] dart-lang/co19#3057. Add more flow analysis tests for while loop (dart-lang/co19#3141) 2025-04-10 [email protected] dart-lang/co19#2119. Rename unary_minus.dart to be visible for the test runner (dart-lang/co19#3140) 2025-04-09 [email protected] dart-lang/co19#3057. Add flow analysis try-finally tests (dart-lang/co19#3139) 2025-04-08 [email protected] Fixes dart-lang/co19#3136. Update expected errors location in initializer_not_a_constant_t03.dart (dart-lang/co19#3138) 2025-04-08 [email protected] dart-lang/co19#3057. Add flow analysis try-catch tests (dart-lang/co19#3137) 2025-04-08 [email protected] dart-lang/co19#3057. Add switch-expression tests (dart-lang/co19#3135) 2025-04-07 [email protected] Fixes dart-lang/co19#3133. Fix language version format. (dart-lang/co19#3134) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: Ibef7bb6dbc070122711ade17173946466f468a7e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/422060 Reviewed-by: Chloe Stefantsova <[email protected]> Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Chloe Stefantsova <[email protected]> Auto-Submit: Sergey Grekhov <[email protected]>
1 parent 1345cdf commit 929657a

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-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": "2c7f9a6a379cfc49b3e9019d1f616d7ec9edd766",
57+
"co19_rev": "4ebc13c27af77129889a11fd1f95cff04dccd8f9",
5858

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

tests/co19/co19-dart2js.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[ $compiler == dart2js ]
66
Language/Classes/Instance_Methods/Method_noSuchMethod/definition_A01_t03: SkipByDesign # Non-JS-interop external members are not supported
77
Language/Classes/Instance_Methods/Method_noSuchMethod/definition_A02_t02: SkipByDesign # Non-JS-interop external members are not supported
8+
Language/Classes/Instance_Methods/Operators/unary_minus_t01: SkipByDesign # dart:mirrors is not supported
89
Language/Expressions/Constants/Constant_Contexts/constant_context_A02_t01: SkipByDesign # dart:mirrors is not supported
910
Language/Expressions/Constants/integer_size_t03: SkipByDesign # uses integer literal not representable as JavaScript number
1011
Language/Expressions/Constants/integer_size_t04: SkipByDesign # uses integer literal not representable as JavaScript number

tests/co19/co19-dart2wasm.status

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

55
[ $compiler == dart2wasm ]
6+
Language/Classes/Instance_Methods/Operators/unary_minus_t01: SkipByDesign # dart:mirrors is not supported
67
Language/Expressions/Constants/Constant_Contexts/constant_context_A02_t01: SkipByDesign # dart:mirrors is not supported.
78
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:isolate is not supported.
89
Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # dart:io is not supported.

tests/co19/co19-dartdevc.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[ $compiler == ddc ]
66
Language/Classes/Instance_Methods/Method_noSuchMethod/definition_A01_t03: SkipByDesign # Non-JS-interop external members are not supported
77
Language/Classes/Instance_Methods/Method_noSuchMethod/definition_A02_t02: SkipByDesign # Non-JS-interop external members are not supported
8+
Language/Classes/Instance_Methods/Operators/unary_minus_t01: SkipByDesign # dart:mirrors is not supported
89
Language/Expressions/Constants/Constant_Contexts/constant_context_A02_t01: SkipByDesign # dart:mirrors is not supported
910
Language/Expressions/Constants/integer_size_t03: SkipByDesign # uses integer literal not representable as JavaScript number
1011
Language/Expressions/Constants/integer_size_t04: SkipByDesign # uses integer literal not representable as JavaScript number

tests/co19/co19-kernel.status

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

55
[ $runtime == dart_precompiled ]
6+
Language/Classes/Instance_Methods/Operators/unary_minus_t01: SkipByDesign # dart:mirrors is not supported
67
Language/Expressions/Constants/Constant_Contexts/constant_context_A02_t01: SkipByDesign # dart:mirrors is not supported.
78
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported:
89

0 commit comments

Comments
 (0)