mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:07:11 +00:00
[co19] Roll co19 to a3af05fb4ee10b065bf0f5bfe4e9546bc077d5e8
2021-09-03 sgrekhov@unipro.ru Add const and factory constructors tests for constructor 'new' syntax 2021-09-03 sgrekhov@unipro.ru Fixes 1186. Add @dart=2.14 to the test that uses C.new() 2021-09-02 sgrekhov@unipro.ru Fixes 1185. Add test for flow analysis fix implemented under constructor tears-off flag 2021-09-02 sgrekhov@unipro.ru Fixes 1184. Disambiguate by 'is' and 'as' tokens added. Existing test fixed 2021-09-01 sgrekhov@unipro.ru Fixes 1183. Add tests for late final variable in class with constant final constructor 2021-09-01 sgrekhov@unipro.ru Fixes 1182. Add tests for f<int>.toString() 2021-09-01 sgrekhov@unipro.ru Fixes 1157. Use constructor name after '.' to test disambiguate by '.' token 2021-09-01 irina.arkhipets@gmail.com Issue 1178: Test expectation corrected. 2021-08-31 sgrekhov@unipro.ru Issue number added 2021-08-31 sgrekhov@unipro.ru Fixes 1181. Test fixed to not to fail on web platforms 2021-08-31 irina.arkhipets@gmail.com Issue 1094: Missing issue tags added. 2021-08-31 irina.arkhipets@gmail.com Issue 1094: Test updated: microseconds are not supported in dart2js. Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I59c3622984645c8a2de5a7b699f004d326b7035d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212299 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
b204782b12
commit
93af258b29
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -44,7 +44,7 @@ vars = {
|
|||
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
|
||||
# hashes. It requires access to the dart-build-access group, which EngProd
|
||||
# has.
|
||||
"co19_rev": "cc4df792d0f02f15bfe04911c1f856b90cb7cbf4",
|
||||
"co19_rev": "a3af05fb4ee10b065bf0f5bfe4e9546bc077d5e8",
|
||||
"co19_2_rev": "7637bcb24abf21b5e2f8dd24d3fe619f777391f5",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
|
|
Loading…
Reference in a new issue