Skip to content

Commit 081a5ab

Browse files
sgrekhovathomas
authored andcommitted
[co19] Roll co19 to 1fb5e20d2d71a14fa422a81da2752db074c1a4db
2025-07-24 [email protected] dart-lang/co19#3180. Add `instanceof` and `instanceOfString` tests (dart-lang/co19#3260) 2025-07-22 [email protected] dart-lang/co19#3180. Add more tests for `@anonymous` annotation (dart-lang/co19#3259) 2025-07-22 [email protected] dart-lang/co19#3180. Add `@staticInterop` tests. Part 2. (dart-lang/co19#3257) 2025-07-22 [email protected] dart-lang/co19#3180. Add tests for `dartify()`. (dart-lang/co19#3258) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: Ia8539002298999a01ce8999aeee4368201219ed5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442180 Reviewed-by: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent ed5483b commit 081a5ab

File tree

3 files changed

+5
-1
lines changed

3 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": "40215be6e81f42de08891638bf8581bf4d865031",
57+
"co19_rev": "1fb5e20d2d71a14fa422a81da2752db074c1a4db",
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
@@ -133,6 +133,7 @@ LibTest/html/Window/animationFrame_A01_t01: SkipByDesign # Issue #53985: request
133133

134134
[ $compiler == dart2js && $runtime == d8 ]
135135
LibTest/html/*: SkipByDesign # d8 is not a browser
136+
LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t01: Skip # https://github.com/dart-lang/sdk/issues/61204
136137

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

tests/co19/co19-dart2wasm.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ LibTest/js_interop/NullableUndefineableJSAnyExtension/isNull_t01: SkipByDesign #
1818
LibTest/js_interop/NullableUndefineableJSAnyExtension/isUndefined_t01: SkipByDesign #isUndefined is not supported.
1919
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
2020

21+
[ $compiler == dart2wasm && $runtime == d8 ]
22+
LibTest/js_interop/JSAnyUtilityExtension/instanceOfString_A04_t01: Skip # https://github.com/dart-lang/sdk/issues/61204
23+
2124
[ $compiler == dart2wasm && $browser ]
2225
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.

0 commit comments

Comments
 (0)