File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff 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" : "fb20d2b17e35c8fda50ca367c8efc4fb3dab040b " ,
57+ "co19_rev" : "3388e8e9073d57e6fdca6582568fdfa6f9a6bc61 " ,
5858
5959 # The internal benchmarks to use. See go/dart-benchmarks-internal
6060 "benchmarks_internal_rev" : "1fa5d33a45f7d4dd0093124706cdfa45d9270851" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ LibTest/ffi/*: SkipByDesign # dart:ffi is not supported.
1414LibTest/html/*: SkipByDesign # dart:html is not supported.
1515LibTest/io/*: SkipByDesign # dart:io is not supported.
1616LibTest/isolate/*: SkipByDesign # dart:isolate is not supported.
17+ LibTest/js_interop/NullableUndefineableJSAnyExtension/isNull_t01: SkipByDesign #isNull is not supported.
18+ LibTest/js_interop/NullableUndefineableJSAnyExtension/isUndefined_t01: SkipByDesign #isUndefined is not supported.
1719LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
1820
1921[ $compiler == dart2wasm && $browser ]
Original file line number Diff line number Diff line change @@ -45,3 +45,4 @@ LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
4545
4646[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
4747LibTest/html/*: SkipByDesign # dart:html not supported on VM.
48+ LibTest/js_interop/*: SkipByDesign # dart:js_interop not supported on VM.
You can’t perform that action at this time.
0 commit comments