From 93af258b298c7657e5563aac82c59656447c2f4d Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Fri, 3 Sep 2021 08:36:53 +0000 Subject: [PATCH] [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.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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e2ed777740b..dc0dbdd3f39 100644 --- a/DEPS +++ b/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