Skip to content

Commit

Permalink
[co19] Roll co19 to ea5e476b3af94f74f6996e4b4319bf03f9248c1c
Browse files Browse the repository at this point in the history
2023-12-07 sgrekhov22@gmail.com Fixes dart-lang/co19#2413. Add missing expected compile-time errors for CFE (dart-lang/co19#2418)
2023-12-07 sgrekhov22@gmail.com dart-lang/co19#2119. Run dart formatter on LibTest/async tests (dart-lang/co19#2417)
2023-12-06 sgrekhov22@gmail.com dart-lang/co19#2398. Make asyncStart/End() safe in LibTest/async (dart-lang/co19#2416)
2023-12-06 sgrekhov22@gmail.com Fixes dart-lang/co19#2355. Add more typed_date.setRange() tests (dart-lang/co19#2412)
2023-12-06 sgrekhov22@gmail.com dart-lang/co19#2404. Small code-style improvements and description update (dart-lang/co19#2414)
2023-12-04 sgrekhov22@gmail.com dart-lang/co19#2004. Add deferred libraries tests according to the changed spec (dart-lang/co19#2411)
2023-12-04 sgrekhov22@gmail.com Fixes dart-lang/co19#2383. Add more constant evaluation tests (dart-lang/co19#2396)

Change-Id: I15e0d681538fa0f2a311f74d1930fad7270b81a0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340561
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
  • Loading branch information
sgrekhov authored and Commit Queue committed Dec 11, 2023
1 parent 41ee6a5 commit 8763ece
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions tests/co19/co19-dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
6 changes: 6 additions & 0 deletions tests/co19/co19-dartdevc.status
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 8763ece

Please sign in to comment.