mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
[co19] Roll co19_2 to 52d3d2a6d2550ccd69c8facf8a36099be66f1493
2021-10-22 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Missing Issue tag added in Language/Librarues_and_scripts/Scripts/top_level_main_t05. Test corrected:Language/Reference/Lexical_Rules/Reserved_Words/final_t06 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: typo corrected in Mixin/Mixins/MixinApplication/superclass_t02. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Language/Variables/constant_variable_t09 test updated according to the changes in master. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Language/Statements/Assert tests updated according to the changes in master. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Language/Statements/For/For_in/execution_t02 test updated according to the changes in master. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Language/Types/Interface_Types tests updated according to the changes in master. Missing issue tags added. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Language/Types/Function-Types tests updated according to the changes in master. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Missing Issue tag added (47496). 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Test updated. 2021-10-19 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Test updated, missing Issue tags added. 2021-10-18 irina.arkhipets@gmail.com More fix for dart-lang/co19#1094: Test updated to expect current dart behavior, Issue tag added. 2021-10-15 sgrekhov@unipro.ru dart-lang/co19#1225. Remove check for identity of 0/0 and nan 2021-10-12 irina.arkhipets@gmail.com ixes dart-lang/co19#1165: more Language/Metadata tests which use reflection moved to LibTests/mirrors tests. 2021-10-12 irina.arkhipets@gmail.com Fixes dart-lang/co19#1165: Language/Metadata changes in master partially moved into pre-nnbd branch. Tests that use mirrors moved to LibTests/mirrors tests. 2021-10-07 sgrekhov@unipro.ru Fixes dart-lang/co19#1211. Add dependence "OtherResource" for the dependend library and special treatment of AOT case Change-Id: I76e91bb413a688eace77941c87ee4c4ab9da4cb2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218121 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
d570cf7b9c
commit
a3984324d2
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -46,7 +46,7 @@ vars = {
|
|||
# has.
|
||||
"co19_rev": "73545b2bf6c7f8e4eb931bb04d86e38d6485deee",
|
||||
# This line prevents conflicts when both packages are rolled simultaneously.
|
||||
"co19_2_rev": "a93f8484f7265f0849692d3b1208323393733f8d",
|
||||
"co19_2_rev": "52d3d2a6d2550ccd69c8facf8a36099be66f1493",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
"benchmarks_internal_rev": "076df10d9b77af337f2d8029725787155eb1cd52",
|
||||
|
|
Loading…
Reference in a new issue