-
Notifications
You must be signed in to change notification settings - Fork 28
co19_2/ new failing tests #805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@scheglov CL, mentioned in this issue was abandonded. Is this issue still actual then? |
Looking at the co19 repo (branch pre-nnbd) I don't see any missing updates in the co19_2 tests:
But the co19 tests (branch master) except the library name test still expect warnings, so they should be updated to expect errors:
So, presumably, the co19 tests have already been updated to expect warnings, but they should now be changed back because we changed the spec to require errors (which means that the analyzer already did the right thing). |
I think we also need to change these tests from warnings to compile-time errors:
|
@eernstg after the change tests |
Cf. dart-lang/language#1012 (comment), I think it's #42701, #42702. |
Thank you. |
With https://dart-review.googlesource.com/c/sdk/+/153742, new co19_2 tests are failing, because analyzer makes some diagnostics warnings instead of errors. The language specification says that they are warnings.
So, following tests are fixed:
And the following tests are broken:
I don't know if we want to spend time updating
co19_2/
tests, but want to document why I'm accepting breakages of these tests on bots. @eernstgThe text was updated successfully, but these errors were encountered: