-
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 co19 tests for type void
#2956
Labels
Comments
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 11, 2024
eernstg
pushed a commit
that referenced
this issue
Nov 12, 2024
Add more type void tests. update existing ones
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 12, 2024
eernstg
pushed a commit
that referenced
this issue
Nov 12, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 13, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 13, 2024
eernstg
pushed a commit
that referenced
this issue
Nov 14, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 14, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 14, 2024
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Nov 15, 2024
2024-11-14 sgrekhov22@gmail.com dart-lang/co19#2956. Add more tests for the type `void` (dart-lang/co19#2977) 2024-11-12 sgrekhov22@gmail.com dart-lang/co19#2956. Rename, move and update existing return from `void` tests (dart-lang/co19#2975) 2024-11-12 sgrekhov22@gmail.com dart-lang/co19#2956. Add more type void tests. Update existing ones (dart-lang/co19#2974) 2024-11-11 sgrekhov22@gmail.com Fixes dart-lang/co19#2943. Use name `dartaotruntime` instead of `dart_precompiled_runtime` (dart-lang/co19#2973) 2024-11-11 sgrekhov22@gmail.com dart-lang/co19#2953. Add inference with bounds tests (dart-lang/co19#2957) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: I1f3c534a1e69af28c9adb93bdc13b8741a64e7f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395500 Reviewed-by: Erik Ernst <eernst@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Commit-Queue: Erik Ernst <eernst@google.com>
eernstg
pushed a commit
that referenced
this issue
Nov 19, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 20, 2024
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Nov 25, 2024
eernstg
pushed a commit
that referenced
this issue
Nov 25, 2024
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Nov 27, 2024
2024-11-25 sgrekhov22@gmail.com Fixes dart-lang/co19#2994. Fix a typo in type_void_A06_t11.dart (dart-lang/co19#2995) 2024-11-25 sgrekhov22@gmail.com dart-lang/co19#2559. Fix wrong assertion text in augmenting_constructors_A18_*.dart (dart-lang/co19#2993) 2024-11-25 sgrekhov22@gmail.com dart-lang/co19#2976. Add grammar tests (dart-lang/co19#2990) 2024-11-25 sgrekhov22@gmail.com Fixes dart-lang/co19#2991. Fix typos and separate tests with `external` (dart-lang/co19#2992) 2024-11-25 sgrekhov22@gmail.com dart-lang/co19#2559. Update assertions for some Augmenting libraries tests (dart-lang/co19#2989) 2024-11-21 sgrekhov22@gmail.com dart-lang/co19#2119. Update assertion texts in Wildcards tests (dart-lang/co19#2981) 2024-11-20 sgrekhov22@gmail.com dart-lang/co19#2956. Add more type `void` and `dynamic` tests (dart-lang/co19#2987) 2024-11-20 sgrekhov22@gmail.com dart-lang/co19#2979. Update existing and add new tests checking nnbd static errors (dart-lang/co19#2984) 2024-11-20 sgrekhov22@gmail.com dart-lang/co19#2979. Fix CFE failures in nnbd weak-mode tests (dart-lang/co19#2988) 2024-11-19 sgrekhov22@gmail.com dart-lang/co19#2956. Update and rename existing tests for type `void` (dart-lang/co19#2978) 2024-11-19 sgrekhov22@gmail.com dart-lang/co19#2559. Update assertions in some Augmenting libraries tests (dart-lang/co19#2986) 2024-11-19 sgrekhov22@gmail.com Fixes dart-lang/co19#2983. Change expected error in generic_parameter_inference_A01_t05.dart (dart-lang/co19#2985) 2024-11-18 sgrekhov22@gmail.com dart-lang/co19#2979. Update NNBD static errors tests. Part 2 (dart-lang/co19#2982) 2024-11-15 sgrekhov22@gmail.com dart-lang/co19#2979. Update NNBD static errors tests (dart-lang/co19#2980) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: Ib1dcad2edfa7c6fdd996c6db94173bec91e68368 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397340 Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Dec 1, 2024
2024-11-28 sgrekhov22@gmail.com dart-lang/co19#2976. Update assertion texts according to the new spec (dart-lang/co19#3000) 2024-11-28 sgrekhov22@gmail.com dart-lang/co19#2119. Add issue number to other_declarations_A04_t07.dart (dart-lang/co19#3001) 2024-11-28 sgrekhov22@gmail.com dart-lang/co19#2976. Add semantics tests (dart-lang/co19#2998) 2024-11-27 sgrekhov22@gmail.com Fixes dart-lang/co19#2996. Update CFE expected errors locations (dart-lang/co19#2999) 2024-11-25 sgrekhov22@gmail.com dart-lang/co19#2559. Add extension types and enums to augmenting constructors test. Part 2. (dart-lang/co19#2972) 2024-11-25 sgrekhov22@gmail.com dart-lang/co19#2956. Add more type `void` tests (dart-lang/co19#2997) Cq-Include-Trybots: luci.dart.try:analyzer-linux-release-try Change-Id: I858dbf6908fe32f38a401ce4ebfe120e064de4aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398160 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add more tests for "20.9 Type Void"
The text was updated successfully, but these errors were encountered: