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

Add missing Mixin tests #2112

Closed
sgrekhov opened this issue Jul 4, 2023 · 0 comments
Closed

Add missing Mixin tests #2112

sgrekhov opened this issue Jul 4, 2023 · 0 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug

Comments

@sgrekhov
Copy link
Contributor

sgrekhov commented Jul 4, 2023

Some statement in Mixin section of the Specification are not covered by the tests. Need to add missing ones

@sgrekhov sgrekhov added the type-enhancement A request for a change that isn't a bug label Jul 4, 2023
@sgrekhov sgrekhov self-assigned this Jul 4, 2023
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jul 5, 2023
eernstg pushed a commit that referenced this issue Jul 6, 2023
Add missing tests for mixins. Part 1. Note that wrong_type_A07_t01.dart has a syntax error which is intentional.
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jul 7, 2023
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Jul 7, 2023
2023-07-06 sgrekhov22@gmail.com Fixes dart-lang/co19#2115. Fix roll failures (mixin tests) (dart-lang/co19#2116)
2023-07-06 sgrekhov22@gmail.com dart-lang/co19#2112. Add missing tests for mixins. Part 1 (dart-lang/co19#2114)
2023-07-04 sgrekhov22@gmail.com dart-lang/co19#1400. Add test for implementing an inline class from another library (dart-lang/co19#2113)
2023-07-04 sgrekhov22@gmail.com dart-lang/co19#2094. Move and rename mixin tests to follow the current spec structure (dart-lang/co19#2108)
2023-07-03 sgrekhov22@gmail.com dart-lang/co19#1361. Add SDK issue numbers to the failing tests (dart-lang/co19#2110)
2023-07-03 sgrekhov22@gmail.com Fixes dart-lang/co19#2109. Add tests checking type parameters scope (dart-lang/co19#2111)
2023-07-01 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.5.2 to 3.5.3 (dart-lang/co19#2107)
2023-07-01 sgrekhov22@gmail.com Fixes dart-lang/co19#2105. Add missed error expectation (dart-lang/co19#2106)
2023-06-30 sgrekhov22@gmail.com dart-lang/co19#2094. Remove mixin-related TODO and @Dart=2.19 (dart-lang/co19#2104)
2023-06-29 sgrekhov22@gmail.com dart-lang/co19#2094. Remove TODO, update assertions in Language/Mixin tests (dart-lang/co19#2103)
2023-06-28 sgrekhov22@gmail.com Fixes dart-lang/co19#2073. Add combined member signature tests (dart-lang/co19#2101)

Change-Id: If6dd674f5e3cba8be232cb1e06da434b7277acbf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312620
Reviewed-by: Alexander Thomas <athom@google.com>
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Jul 14, 2023
2023-07-14 sgrekhov22@gmail.com Fixes dart-lang/co19#2132. Fix roll failures, add issue numbers (dart-lang/co19#2134)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2130. Fix roll failures, add issues numbers (dart-lang/co19#2131)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2125. Add more external functions tests (dart-lang/co19#2128)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2087. Reorder covariance tests to make maintenance easier (dart-lang/co19#2129)
2023-07-12 sgrekhov22@gmail.com dart-lang/co19#2087. Add tests for parameters covariant-by-declaration (dart-lang/co19#2121)
2023-07-12 sgrekhov22@gmail.com Fixes dart-lang/co19#2117. Update assertions, add tests for external members (dart-lang/co19#2126)
2023-07-12 sgrekhov22@gmail.com Fixes dart-lang/co19#2123. Update Superclasses tests. (dart-lang/co19#2124)
2023-07-11 sgrekhov22@gmail.com dart-lang/co19#2117. Update accessible_instance_member_t* tests (dart-lang/co19#2122)
2023-07-10 sgrekhov22@gmail.com Fixes dart-lang/co19#2099. Add subtyping tests for function type with required named arguments (dart-lang/co19#2100)
2023-07-10 sgrekhov22@gmail.com dart-lang/co19#2112. Add missing tests for mixins. Part 2 (dart-lang/co19#2118)
2023-07-07 sgrekhov22@gmail.com dart-lang/co19#2119. Minor wording changes (dart-lang/co19#2120)

Change-Id: I310f2e0a660ac55a242bb9b2ed9a2f1917555d0f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313562
Reviewed-by: Alexander Thomas <athom@google.com>
osa1 pushed a commit to osa1/sdk that referenced this issue Jul 17, 2023
2023-07-14 sgrekhov22@gmail.com Fixes dart-lang/co19#2132. Fix roll failures, add issue numbers (dart-lang/co19#2134)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2130. Fix roll failures, add issues numbers (dart-lang/co19#2131)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2125. Add more external functions tests (dart-lang/co19#2128)
2023-07-13 sgrekhov22@gmail.com Fixes dart-lang/co19#2087. Reorder covariance tests to make maintenance easier (dart-lang/co19#2129)
2023-07-12 sgrekhov22@gmail.com dart-lang/co19#2087. Add tests for parameters covariant-by-declaration (dart-lang/co19#2121)
2023-07-12 sgrekhov22@gmail.com Fixes dart-lang/co19#2117. Update assertions, add tests for external members (dart-lang/co19#2126)
2023-07-12 sgrekhov22@gmail.com Fixes dart-lang/co19#2123. Update Superclasses tests. (dart-lang/co19#2124)
2023-07-11 sgrekhov22@gmail.com dart-lang/co19#2117. Update accessible_instance_member_t* tests (dart-lang/co19#2122)
2023-07-10 sgrekhov22@gmail.com Fixes dart-lang/co19#2099. Add subtyping tests for function type with required named arguments (dart-lang/co19#2100)
2023-07-10 sgrekhov22@gmail.com dart-lang/co19#2112. Add missing tests for mixins. Part 2 (dart-lang/co19#2118)
2023-07-07 sgrekhov22@gmail.com dart-lang/co19#2119. Minor wording changes (dart-lang/co19#2120)

Change-Id: I310f2e0a660ac55a242bb9b2ed9a2f1917555d0f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/313562
Reviewed-by: Alexander Thomas <athom@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant