diff --git a/DEPS b/DEPS index b82f5e10947b..c8c9951c43ba 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ vars = { # co19 is a cipd package automatically generated for each co19 commit. # Use tests/co19/update.sh to update this hash. - "co19_rev": "2ba55b45d85fece505a503dd12cf1c708825b74f", + "co19_rev": "ea5e476b3af94f74f6996e4b4319bf03f9248c1c", # The internal benchmarks to use. See go/dart-benchmarks-internal "benchmarks_internal_rev": "f048a4a853e3062056d39c3db100acdde42f16d6", diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index ea42fa10fbe4..0dae5b764565 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -89,7 +89,13 @@ LibTest/typed_data/ByteData/setInt64_A02_t02: SkipByDesign # 64-bit int not supp LibTest/typed_data/ByteData/setUint64_A01_t01: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/ByteData/setUint64_A02_t01: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/ByteData/setUint64_A02_t02: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float32List/setRange_A06_t03: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float32x4List/setRange_A06_t03: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float64List/setRange_A06_t01: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float64x2List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Int32List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/Int64List/*: SkipByDesign # Int64List not supported on the web +LibTest/typed_data/Uint32List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/Uint64List/*: SkipByDesign # Uint64List not supported on the web [ $compiler == dart2js && $runtime == chrome ] diff --git a/tests/co19/co19-dartdevc.status b/tests/co19/co19-dartdevc.status index 4e47b91c3ebe..78391771ba1f 100644 --- a/tests/co19/co19-dartdevc.status +++ b/tests/co19/co19-dartdevc.status @@ -87,7 +87,13 @@ LibTest/typed_data/ByteData/setInt64_A02_t02: SkipByDesign # 64-bit int not supp LibTest/typed_data/ByteData/setUint64_A01_t01: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/ByteData/setUint64_A02_t01: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/ByteData/setUint64_A02_t02: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float32List/setRange_A06_t03: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float32x4List/setRange_A06_t03: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float64List/setRange_A06_t01: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Float64x2List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web +LibTest/typed_data/Int32List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/Int64List/*: SkipByDesign # Int64List not supported on the web +LibTest/typed_data/Uint32List/setRange_A06_t02: SkipByDesign # 64-bit int not supported on the web LibTest/typed_data/Uint64List/*: SkipByDesign # Uint64List not supported on the web [ $compiler == ddc && $runtime == chrome ]