Skip to content

Commit 41a610e

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to ed1be959b76d1dd25ce000b708a233d06ac88110
2025-08-15 [email protected] dart-lang/co19#3180. Add interop types tests. Part 1. (dart-lang/co19#3279) 2025-08-14 [email protected] dart-lang/co19#3180. Add more tests for JS interop. Part 3. (dart-lang/co19#3278) 2025-08-14 [email protected] dart-lang/co19#3180. Update existing interop tests (dart-lang/co19#3276) 2025-08-13 [email protected] Fixes dart-lang/co19#3275. Update the tests so that `?.id` is expected to be parsed as `? C.id.` (dart-lang/co19#3277) 2025-08-12 [email protected] dart-lang/co19#3180. Add more tests for JS interop. Part 2. (dart-lang/co19#3274) 2025-08-08 [email protected] dart-lang/co19#3180. Add more tests for JS interop (dart-lang/co19#3273) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: I6c093ddec0901817b6d4fc8b9541eefd06e728bc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445440 Reviewed-by: Erik Ernst <[email protected]> Commit-Queue: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 0c34185 commit 41a610e

File tree

4 files changed

+4
-1
lines changed

4 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": "46c52754a2033f5127f01ea4e0df0e8a3f934cb6",
57+
"co19_rev": "ed1be959b76d1dd25ce000b708a233d06ac88110",
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
@@ -142,6 +142,7 @@ LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t02: Skip # https:
142142
LibTest/js_interop/JSAnyUtilityExtension/isA_A03_t05: Skip # https://github.com/dart-lang/sdk/issues/61204
143143
LibTest/js_interop/JSPromise/promise_t02: Skip # https://github.com/dart-lang/co19/issues/3246
144144
LibTest/js_interop/JSPromise/promise_t03: Skip # https://github.com/dart-lang/co19/issues/3246
145+
LibTest/js_interop/interop_A08_t05: Skip # https://github.com/dart-lang/sdk/issues/61204
145146

146147
[ $compiler == dart2js && $runtime == d8 && $host_asserts ]
147148
LibTest/collection/ListBase/ListBase_class_A01_t04: Slow, Pass

tests/co19/co19-dart2wasm.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ LibTest/js_interop/JS/js_A03_t08: Skip # https://github.com/dart-lang/sdk/issues
2929
LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t01: Skip # https://github.com/dart-lang/sdk/issues/61204
3030
LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t02: Skip # https://github.com/dart-lang/sdk/issues/61204
3131
LibTest/js_interop/JSAnyUtilityExtension/isA_A03_t05: Skip # https://github.com/dart-lang/sdk/issues/61204
32+
LibTest/js_interop/interop_A08_t05: Skip # https://github.com/dart-lang/sdk/issues/61204

tests/co19/co19-dartdevc.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t02: Skip # https:
140140
LibTest/js_interop/JSAnyUtilityExtension/isA_A03_t05: Skip # https://github.com/dart-lang/sdk/issues/61204
141141
LibTest/js_interop/JSPromise/promise_t02: Skip # https://github.com/dart-lang/co19/issues/3246
142142
LibTest/js_interop/JSPromise/promise_t03: Skip # https://github.com/dart-lang/co19/issues/3246
143+
LibTest/js_interop/interop_A08_t05: Skip # https://github.com/dart-lang/sdk/issues/61204
143144

144145
[ $compiler == ddc && $runtime == ff ]
145146
LibTest/html/Element/onTouchCancel_A01_t01: SkipByDesign # TouchEvent constructor not exposed in FF

0 commit comments

Comments
 (0)