mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[co19] Roll co19 to 28b7e665580cecdf64bc3c81c5b4ed137380c33d
2020-08-24 sgrekhov@unipro.ru Assertion text corrected 2020-08-24 sgrekhov@unipro.ru Fixes 917. LibTest\isolate\RawReceivePort tests migrated to null safety 2020-08-24 sgrekhov@unipro.ru Fix FileSystemMoveEventTests to not to fail if there is no Move event 2020-08-24 sgrekhov@unipro.ru Minor improvements in utility files 2020-08-24 sgrekhov@unipro.ru Issue numbers added to io/collection tests 2020-08-22 irina.arkhipets@gmail.com Fixes 914: LanguageFeatures/Set-literals tests adopted for null safety. 2020-08-20 irina.arkhipets@gmail.com Fixes 914: LanguageFeatures/Control-flow-collections tests adopted for null safety. 2020-08-20 irina.arkhipets@gmail.com Fixes 913: tests updated according to the recent null safety Spec changes. New tests added. 2020-08-19 irina.arkhipets@gmail.com Tests expected behaviour corrected according to the Issue 42179 evaluation. 2020-08-19 irina.arkhipets@gmail.com Typos corrected 2020-08-17 irina.arkhipets@gmail.com Fixes 911: LibTest\typed_data\Uint64List tests adopted for null safety. 2020-08-17 irina.arkhipets@gmail.com Fixes 910: LibTest\typed_data\Uint32List tests adopted for null safety. 2020-08-16 irina.arkhipets@gmail.com Fixes 909: LibTest\typed_data\Uint16List tests adopted for null safety. 2020-08-16 irina.arkhipets@gmail.com Fixes 908: LibTest\typed_data\Uint8List tests adopted for null safety. 2020-08-14 irina.arkhipets@gmail.com Fixes 899: LibTest\typed_data\Uint8ClampedList tests adopted for null safety. 2020-08-14 sgrekhov@unipro.ru Language/Variables/syntax_t24 test fixed. Expect compile error in a correct place Failures will be triaged on: https://github.com/dart-lang/co19/issues/921 Change-Id: I351a2e91350fea5bfa7200c4b0643893a480136b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159843 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
a249594de9
commit
011270887b
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": "12eb7bb3dd199c817babce7eb65266b90eb8deca",
|
||||
"co19_rev": "28b7e665580cecdf64bc3c81c5b4ed137380c33d",
|
||||
"co19_2_rev": "e48b3090826cf40b8037648f19d211e8eab1b4b6",
|
||||
|
||||
# The internal benchmarks to use. See go/dart-benchmarks-internal
|
||||
|
|
Loading…
Reference in a new issue