[co19] Roll co19 to 52daae49d7bff80039ff1eea36a24e98c2b9a837

2019-08-21 sgrekhov@unipro.ru 461. NNBD syntax tests added
2019-08-21 sgrekhov@unipro.ru 389. NNBD static errors tests for variable initialization
2019-08-21 sgrekhov@unipro.ru 389. Fix NNBD static errors tests for X&S types where S is non-nullable
2019-08-20 sgrekhov@unipro.ru 460. Renaming null-promotion tests
2019-08-20 sgrekhov@unipro.ru 460. NNBD null-promotion tests fixed, renamed and wrong ones deleted
2019-08-20 sgrekhov@unipro.ru 460. Fix null-promotion tests
2019-08-20 sgrekhov@unipro.ru 460. Fix null-promotion tests
2019-08-19 irina.arkhipets@gmail.com Fixed Issue 460: tests for Null promotion added.
2019-08-19 sgrekhov@unipro.ru 389. More NNBD static errors tests. Non-Nullable types tests added
2019-08-16 sgrekhov@unipro.ru 389. More NNBD static errors tests. Write to final late variable
2019-08-16 sgrekhov@unipro.ru 389. More NNBD static errors tests. Nullable types tests added
2019-08-15 sgrekhov@unipro.ru 389. Minor code style change
2019-08-15 sgrekhov@unipro.ru 389. More NNBD static errors tests. Type aliases tests added
2019-08-15 sgrekhov@unipro.ru 389. More NNBD static errors tests added
2019-08-14 sgrekhov@unipro.ru 389. More NNBD static errors tests added
2019-08-14 sgrekhov@unipro.ru 389. More NNBD static errors tests added
2019-08-14 sgrekhov@unipro.ru Fixes 474. Use type dynamic to avoid errors
2019-08-13 sgrekhov@unipro.ru Deleted obsolete WebPlatformTests and LayoutTests
2019-08-13 sgrekhov@unipro.ru 389. More NNBD static errors tests added

Change-Id: Ie33b595493b1e646843276e74a5a2ab20c943683
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113990
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Jonas Termansen 2019-08-22 09:08:34 +00:00 committed by Alexander Thomas
parent 976877974b
commit 46d5556e56

2
DEPS
View file

@ -38,7 +38,7 @@ vars = {
# co19 is a cipd package. Use tests/co19_2/update.sh to update this hash.
# It requires access to the dart-build-access group, which EngProd has.
"co19_2_rev": "d2c051f7537e6fe47c8ccf0bd7a7e84b02010a2a",
"co19_2_rev": "52daae49d7bff80039ff1eea36a24e98c2b9a837",
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision
# should be kept up to date with the revisions pulled by the Flutter engine.