Skip to content

Commit 385bd8f

Browse files
sgrekhovCommit Queue
authored andcommitted
[co19] Roll co19 to 677a4913274d00d7e8bdfb60c8dbbe6d64904b3b
2025-08-29 [email protected] dart-lang/co19#3180. Add tests for `ObjectToJSBoxedDartObject` (dart-lang/co19#3291) 2025-08-29 [email protected] Fixes dart-lang/co19#3292. Ignore some analyzer warnings, add issue numbers (dart-lang/co19#3295) 2025-08-29 [email protected] dart-lang/co19#3180. Fix delete_A01_t06.dart to work in both strict/non-strict modes (dart-lang/co19#3290) 2025-08-28 [email protected] dart-lang/co19#3292. Update assertions for `reachability_switch_*` tests (dart-lang/co19#3293) 2025-08-27 [email protected] dart-lang/co19#3180. Add tests for `JSObjectUnsafeUtilExtension` (dart-lang/co19#3289) 2025-08-26 [email protected] dart-lang/co19#3180. Add JSFunctionUnsafeUtilExtension tests (dart-lang/co19#3285) 2025-08-26 [email protected] dart-lang/co19#3180. Add `callMethod` and `callMethodVarArgs` tests (dart-lang/co19#3288) 2025-08-25 [email protected] dart-lang/co19#3180. Add tests for `createJSInteropWrapper()` function (dart-lang/co19#3283) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try,dart2js-minified-linux-d8-try Change-Id: I8188f94fcf0ffbfbb4c117abb80676f9675fb06e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447721 Reviewed-by: Erik Ernst <[email protected]> Commit-Queue: Erik Ernst <[email protected]> Reviewed-by: Ivan Inozemtsev <[email protected]>
1 parent d810c7d commit 385bd8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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": "c422b993c6e17d78f42e3d7968c86ff1f42388ad",
57+
"co19_rev": "677a4913274d00d7e8bdfb60c8dbbe6d64904b3b",
5858

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

tests/co19/co19-runtime.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
4646
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
4747
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
4848
LibTest/js_interop/*: SkipByDesign # dart:js_interop not supported on VM.
49+
LibTest/js_interop_unsafe/*: SkipByDesign # dart:js_interop not supported on VM.

0 commit comments

Comments
 (0)