Skip to content
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

DDC failures in covariant setter tests. #51768

Closed
jakemac53 opened this issue Mar 17, 2023 · 1 comment
Closed

DDC failures in covariant setter tests. #51768

jakemac53 opened this issue Mar 17, 2023 · 1 comment
Assignees
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dev-compiler
Milestone

Comments

@jakemac53
Copy link
Contributor

The tests

language/covariant/setter_test/06 RuntimeError (expected Pass)

are failing on configurations

ddc-linux-chrome
ddc-linux-chrome-unsound

Note that these tests pass if you change mixin E to mixin class E. So there is some difference in behavior between the two when mixing them in.

@jakemac53 jakemac53 added web-dev-compiler type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Mar 17, 2023
@Markzipan Markzipan added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Mar 17, 2023
@nshahan nshahan added this to the Dart 3 beta 3 milestone Mar 21, 2023
@nshahan nshahan self-assigned this Mar 21, 2023
@nshahan
Copy link
Contributor

nshahan commented Mar 21, 2023

I need to investigate. First thing to look at is if this is a pre-existing issue that appears when using mixin E in a library pinned to a previous language version.

@nshahan nshahan added the P2 A bug or feature request we're likely to work on label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dev-compiler
Projects
None yet
Development

No branches or pull requests

3 participants