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 = {
54
54
55
55
# co19 is a cipd package automatically generated for each co19 commit.
56
56
# Use tests/co19/update.sh to update this hash.
57
- "co19_rev" : "fb20d2b17e35c8fda50ca367c8efc4fb3dab040b " ,
57
+ "co19_rev" : "3388e8e9073d57e6fdca6582568fdfa6f9a6bc61 " ,
58
58
59
59
# The internal benchmarks to use. See go/dart-benchmarks-internal
60
60
"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.
14
14
LibTest/html/*: SkipByDesign # dart:html is not supported.
15
15
LibTest/io/*: SkipByDesign # dart:io is not supported.
16
16
LibTest/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.
17
19
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported.
18
20
19
21
[ $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
45
45
46
46
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
47
47
LibTest/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