Skip to content

Commit 8b290d9

Browse files
committed
[co19] Roll co19 to 9e3512c90f9110353909a0da71a871e33324034e
2019-12-18 [email protected] Fixes 508. Relative import in multitests fixed 2019-12-13 [email protected] Increasing List length tests added 2019-12-13 [email protected] 491. Generic function type null-check operator tests fixed 2019-12-12 [email protected] Analyzer error in Expect library fixed 2019-12-12 [email protected] 491. Null-check operator tests improved and new ones added 2019-12-11 [email protected] 491. Null-check operator tests improved and new ones added 2019-12-11 [email protected] Tests for calling of 'call()' method via 'this()' and 'super()' added 2019-12-09 [email protected] 491. Static errors tests extended according to the updated specification 2019-12-09 [email protected] Fixed Issue 465: tests for overriding with NNBD re-named and corrected. New tests added. 2019-12-08 [email protected] Fixed Issue 465: tests for overriding with NNBD re-named and corrected. New tests added. 2019-12-06 [email protected] Fixed Issue 465: tests for overriding with NNBD re-named and corrected. 2019-12-06 [email protected] Fixed Issue 507: needless compile-error expectation removed. 2019-12-06 [email protected] Fixed Issue 506: test expected result corrected. 2019-12-06 [email protected] Fixed Issue 505: --enable-experiment=nonfunction-type-aliases option added. 2019-12-06 [email protected] Fixed Issue 465: tests for NNBD (Overriding Section) corrected, new tests added. 2019-12-05 [email protected] 491. Static errors tests extended according to the updated specification 2019-12-04 [email protected] 491. Static errors tests extended to check all possible nullable/non-nullable types 2019-12-03 [email protected] Fixes 504. Fix typos in the tests 2019-12-02 [email protected] Get rid of useless references to the issue 34950 which is fixed now. 2019-12-02 [email protected] Fixed Issue 498: compile error diagnostic improved. 2019-12-02 [email protected] Fixed Issue 498: get rid of self-references in non-function type aliases tests. 2019-11-28 [email protected] 491. Static errors tests extended to check all possible nullable types 2019-11-27 [email protected] Required keyword tests improved 2019-11-26 [email protected] Fixes 503. Allow multiple return statements of different kind 2019-11-26 [email protected] 491. Static errors tests extended to check all possible nullable types Change-Id: Icbf4057fa6ee8def864069200dd199712cb22bce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128729 Reviewed-by: Jonas Termansen <[email protected]>
1 parent a5f028e commit 8b290d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ vars = {
3939
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
4040
# hashes. It requires access to the dart-build-access group, which EngProd
4141
# has.
42-
"co19_rev": "8767031866e8243eafdb46011d4d8a7b5705019d",
42+
"co19_rev": "9e3512c90f9110353909a0da71a871e33324034e",
4343
"co19_2_rev": "368bfa9e877a2df003547f64bb17e30596af10c7",
4444

4545
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision

0 commit comments

Comments
 (0)