mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
[co19] Roll co19 to bfa5ab1e3a0be81899760af9c24ab734348114a5
2020-06-24 irina.arkhipets@gmail.com Fixed issue 757: Language\Statements\Return tests adopted to nnbd 2020-06-24 irina.arkhipets@gmail.com Fixed issue 756: Language\Statements\Rethrow tests migrated to null safety 2020-06-24 irina.arkhipets@gmail.com Fixed issue 755: Language\Statements\Local_Function_Declaration adopted for null-safety 2020-06-24 irina.arkhipets@gmail.com Fixed issue 754: Language\Statements\Local_Function_Declaration tests adopted for nnbd 2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: New tests with null-safety cjecks added in i-2-b. 2020-06-24 irina.arkhipets@gmail.com Fixed issue 0: Tests improved 2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: Additional null-safety checks added to Simple-bounds tests 2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: New Simple-bounds tests with null safety checks added 2020-06-23 irina.arkhipets@gmail.com Issue tags for SDK Issue 42446 added 2020-06-23 irina.arkhipets@gmail.com Fixed issue 388: New simple-bounds tests with nnbd checks adde, tests updated 2020-06-23 sgrekhov@unipro.ru Fixes 753. Language\Types\Function_Types migrated to null safety 2020-06-23 sgrekhov@unipro.ru Fixes752. Language\Types\Dynamic_Type_System migrated to null safety 2020-06-23 irina.arkhipets@gmail.com Fixed issue 388: new LanguageFeatures/Simple-bounds tests which checks null-dafety added. 2020-06-23 sgrekhov@unipro.ru Generics tests fixed Change-Id: Ib36dc449287780e44895adb3357b2bfef284ec3e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152146 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
b41471670e
commit
3f1aa79bfc
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": "443e4b3cd3953e9d8feef85bb712a93f6dac0858",
|
||||
"co19_rev": "bfa5ab1e3a0be81899760af9c24ab734348114a5",
|
||||
"co19_2_rev": "620c1148c8b7a3d7f74afacf348c46f109eb64f2",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
|
|
Loading…
Reference in a new issue