mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
[co19] Roll co19 to f3466a4fc3d201e2ca4da7214560718344aea87c
2020-06-19 sgrekhov@unipro.ru Generics and Functions test fixed after tryjobs run 2020-06-19 irina.arkhipets@gmail.com Needless reviewer tags removed. 2020-06-19 irina.arkhipets@gmail.com Fixed issue 750: Language\Statements\If tests adopted for nnbd 2020-06-18 irina.arkhipets@gmail.com Fixed issue 749: Language\Statements\For tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 748: Language\Statements\For\For_Loop tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 747: Language\Statements\For\For_in tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 746: Language\Statements\Expression_Statements tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 735: typo in compile tag corrected 2020-06-18 irina.arkhipets@gmail.com Fixed issue 745: Language\Libraries_and_Scripts tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 744: Language\Statements\Continue tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 743: Language\Statements\Break tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 742 Language\Statements\Assert tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Test library corrected according to the Dart SDK Issue 42393. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 740: Language\Libraries_and_Scripts tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 739: Language\Libraries_and_Scripts\URIs tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 738: Language\Libraries_and_Scripts\Scripts tests adopted for null-safety. 2020-06-18 irina.arkhipets@gmail.com Fixed issue 724: Language\Libraries_and_Scripts\Parts tests adopted for null-safety. 2020-06-18 sgrekhov@unipro.ru Fixes 737. Language\Reference\Lexical_Rules\Comments migrated to null safety 2020-06-18 irina.arkhipets@gmail.com Fixed issue 735: Compile error tags corrected for cycle error. 2020-06-18 sgrekhov@unipro.ru Change Language tests according to the issues resolution 2020-06-17 sgrekhov@unipro.ru Fixes 736. Language\Reference\Operator_Precedence migrated to null safety 2020-06-17 sgrekhov@unipro.ru Fix Language tests after tryjobs run. 2020-06-16 sgrekhov@unipro.ru Fixes 734. Language\Reference\Lexical_Rules migrated to null safety 2020-06-16 sgrekhov@unipro.ru Fixes 732. Language\Overview\Scoping migrated to null safety 2020-06-16 sgrekhov@unipro.ru Classes/Constructors tests fixed to not to fail on NNBD 2020-06-15 sgrekhov@unipro.ru Fixes 731. Language\Overview\Privacy tests migrated to null-safety 2020-06-15 sgrekhov@unipro.ru 730. Fix mixin super invocation test 2020-06-11 sgrekhov@unipro.ru Fixes 730. LanguageFeatures/Super-mixins migrated to null safety Change-Id: Id33ff14a06e2c3037cfb64385aec2aaaabe779fd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151823 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
3e40abbc09
commit
2716c73110
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": "b071a4729a57ee47dcc7330ab9ea3566ef58e5c2",
|
||||
"co19_rev": "f3466a4fc3d201e2ca4da7214560718344aea87c",
|
||||
"co19_2_rev": "620c1148c8b7a3d7f74afacf348c46f109eb64f2",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
|
|
Loading…
Reference in a new issue