-
Notifications
You must be signed in to change notification settings - Fork 28
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 more 'noSuchMethod' tests #2275
Labels
type-enhancement
A request for a change that isn't a bug
Comments
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Sep 25, 2023
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Sep 28, 2023
eernstg
pushed a commit
that referenced
this issue
Sep 28, 2023
More `noSuchMethod` tests added. Part 2
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Sep 29, 2023
2023-09-29 [email protected] Fixes dart-lang/co19#2289. Fix roll failures, add issue numbers (dart-lang/co19#2290) 2023-09-28 [email protected] dart-lang/co19#2275. More `noSuchMethod` tests added. Part 2 (dart-lang/co19#2288) 2023-09-27 [email protected] dart-lang/co19#2275. Add more noSuchMethod tests. Part 1 (dart-lang/co19#2287) 2023-09-27 [email protected] Fixes dart-lang/co19#2284. Update `rename()` tests according to the changed documentation (dart-lang/co19#2285) 2023-09-22 [email protected] dart-lang/co19#1400. Corner cases tests for extension types (dart-lang/co19#2286) 2023-09-20 [email protected] Fixes dart-lang/co19#2253. Add mixin `on` exhaustiveness tests (dart-lang/co19#2283) Change-Id: Id702b84e31869f7770b0edc5c1f2b6309fac0e19 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/328820 Reviewed-by: Alexander Thomas <[email protected]> Reviewed-by: Emmanuel Pellereau <[email protected]>
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Oct 2, 2023
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Oct 3, 2023
eernstg
pushed a commit
that referenced
this issue
Oct 10, 2023
Add `noSuchMethod` tests. Part 4 (dynamic semantics)
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Oct 15, 2023
2023-10-13 [email protected] Fixes dart-lang/co19#2310. Fix new roll failures (dart-lang/co19#2311) 2023-10-13 [email protected] Fixes dart-lang/co19#2306. Fix promoted instance type in not_promotable_A01_t04.dart (dart-lang/co19#2309) 2023-10-13 [email protected] Fixes dart-lang/co19#2307. Don't expect private fields promotion on static fields (dart-lang/co19#2308) 2023-10-11 [email protected] dart-lang/co19#2291. Update `Link.create()` tests according to the documentation (dart-lang/co19#2299) 2023-10-11 [email protected] dart-lang/co19#2275. Add `noSuchMethod` tests. Part 3 (dart-lang/co19#2294) 2023-10-10 [email protected] dart-lang/co19#2275. Add `noSuchMethod` tests. Part 4 (dynamic semantics) (dart-lang/co19#2296) 2023-10-10 [email protected] dart-lang/co19#2291. Update `Link.create()` according to the documentation. Part 2 (dart-lang/co19#2301) 2023-10-10 [email protected] Fixes dart-lang/co19#2268. Fix LibTest/io/WebSocket/closeCode_A01_t02.dart to be not racy (dart-lang/co19#2302) 2023-10-09 [email protected] dart-lang/co19#1400. Add more tests for private fields promotion of extension types (dart-lang/co19#2300) Change-Id: Ib34f392c8a2a0aaab8b7b0cb028f918ab2a3249f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/330460 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Erik Ernst <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We only have
Language/Classes/Superinterfaces/no_member_t04.dart
that tests implicitnoSuchMethod
forwarder. Need to improve the coverage and add more tests. We have no co19 tests for the cases described in dart-lang/language#3331The text was updated successfully, but these errors were encountered: