1. 8087a9d Fixes #3240. Wrap `AsyncExpect.data()` in `asyncStart/End()` (#3243) by Sergey G. Grekhov · 12 hours ago master
  2. 0f06cfd #3180. Add `JSPromise` tests (#3239) by Sergey G. Grekhov · 2 days ago
  3. eaa7abb #3180. Add more JS interop objects test (#3238) by Sergey G. Grekhov · 2 days ago
  4. 2ec3476 #3180. Add JSUintXArray tests (#3237) by Sergey G. Grekhov · 6 days ago
  5. a2b74f8 #3180. Add more JS arrays tests (#3236) by Sergey G. Grekhov · 7 days ago
  6. a208766 #3180. Add `JSFloat32Array` tests (#3234) by Sergey G. Grekhov · 7 days ago
  7. 9b67bba Fixes #3231. Fix co19 tests failures in minified mode (#3233) by Sergey G. Grekhov · 7 days ago
  8. c8e02b3 Fixes #3073. Wait for async check to complete (#3235) by Sergey G. Grekhov · 8 days ago
  9. 4d428cb #3180. Add more `js_interop` tests (#3232) by Sergey G. Grekhov · 14 days ago
  10. ef2e4de #3180. Add more JSAnyOperatorExtension tests (#3225) by Sergey G. Grekhov · 2 weeks ago
  11. 4ad8933 #3180. Add more `JSArray` and `JSArrayBuffer` tests (#3230) by Sergey G. Grekhov · 2 weeks ago
  12. 162186e #1401. Add additional tests for shared case scoping (#3174) by Sergey G. Grekhov · 2 weeks ago
  13. 7053cb7 #3180. Add `JSArray` tests. (#3229) by Sergey G. Grekhov · 2 weeks ago
  14. cbf72c5 #3057. Add switch expression/statement tests for promotion (#3147) by Sergey G. Grekhov · 2 weeks ago
  15. 2184640 #3057. Expect error in reachability_for_A03_t05.dart test. (#3132) by Sergey G. Grekhov · 2 weeks ago
  16. 2f014f0 #3057. Add pattern assignment cases to C-style for tests (#3126) by Sergey G. Grekhov · 2 weeks ago
  17. b10a2b9 Fixes #3227. Use `unspecified` error expectation (#3228) by Sergey G. Grekhov · 2 weeks ago
  18. 3c3e258 #3180. Simplify JSAnyOperation tests. (#3223) by Sergey G. Grekhov · 2 weeks ago
  19. c23b0d5 Fixes #3219. Call `RawSecureServerSocket.single` after the second write operation (#3220) by Sergey G. Grekhov · 4 weeks ago
  20. ae9af9d Fixes #3217. Ignore warning in string_length_t07.dart (#3218) by Sergey G. Grekhov · 4 weeks ago
  21. 80632b4 #3180. Add tests for JSAnyOperatorExtension. Part 1. (#3215) by Sergey G. Grekhov · 4 weeks ago
  22. 058a238 Fixes #3210. Don't expect promotion from `FutureOr<void>` to `Future<void>` or `void` (#3211) by Sergey G. Grekhov · 4 weeks ago
  23. 0b33ea0 Fixes #3192. Add tests for constant expression `String?.length` (#3209) by Sergey G. Grekhov · 4 weeks ago
  24. 3388e8e #3180. Add tests for NullableUndefineableJSAnyExtension. (#3205) by Sergey G. Grekhov · 4 weeks ago
  25. 262329e Fixes #3212. Fix the new roll failures. Add issue numbers (#3213) by Sergey G. Grekhov · 4 weeks ago
  26. 5a1bb8f #3057. Update promotion_switch_A05_t03.dart according to the current implementation (#3214) by Sergey G. Grekhov · 4 weeks ago
  27. 53ac385 Fixes #3201. Allow getter/setter with different types (#3207) by Sergey G. Grekhov · 5 weeks ago
  28. edd9184 Fixes #3206. Update expected errors positions for CFE (#3208) by Sergey G. Grekhov · 5 weeks ago
  29. 0a46b5a #2868. Add test for a member invocation of an extension on nullable type (#3204) by Sergey G. Grekhov · 5 weeks ago
  30. ef13d0b #3057. Add more tests for promotion in switch (#3185) by Sergey G. Grekhov · 5 weeks ago
  31. b99bdbf #3057. Add switch statements/expressions patterns matching tests (#3169) by Sergey G. Grekhov · 5 weeks ago
  32. 65b07d6 #3198. Remove accidental code (#3202) by Sergey G. Grekhov · 6 weeks ago
  33. 4739c57 Fixes #3198. Don't use string representation of `Type` objects (#3200) by Sergey G. Grekhov · 6 weeks ago
  34. a476672 #3182. Update augmenting_declarations_A05_*.dart (#3199) by Sergey G. Grekhov · 6 weeks ago
  35. fb20d2b #3182. Update augmenting_declarations_A04_*.dart (#3197) by Sergey G. Grekhov · 6 weeks ago
  36. c657753 #3182. Add application order tests (#3196) by Sergey G. Grekhov · 6 weeks ago
  37. bd9f510 #3182. Update augmenting_declarations_A01/02_*.dart tests (#3195) by Sergey G. Grekhov · 6 weeks ago
  38. 2dfec74 #3182. Update type_inheritance_A04/5_t*.dart (#3194) by Sergey G. Grekhov · 6 weeks ago
  39. 48ac6dd #3182. Update type_inheritance_A02/3_t*.dart (#3193) by Sergey G. Grekhov · 6 weeks ago
  40. 90be80b #3057. Add "diamond" inheritance case to promotion via assignment tests (#3179) by Sergey G. Grekhov · 6 weeks ago
  41. d817aa2 #3182. Update type_inheritance_A01_* tests (#3191) by Sergey G. Grekhov · 6 weeks ago
  42. 547ded0 #3182. Update scoping tests (#3190) by Sergey G. Grekhov · 6 weeks ago
  43. 39da20f #3182. Add enums and extensions tests (#3189) by Sergey G. Grekhov · 6 weeks ago
  44. 34ab230 #3182. Remove `augmented` expression tests (#3188) by Sergey G. Grekhov · 6 weeks ago
  45. eaa797d #3057. Add promotion via type test tests. Check top and bottom types and Null (#3165) by Sergey G. Grekhov · 7 weeks ago
  46. 0486b09 #3057. Add more promotion tests for extension types (#3184) by Sergey G. Grekhov · 7 weeks ago
  47. 09ad084 #3057. Add some promotion tests for extension types (#3183) by Sergey G. Grekhov · 7 weeks ago
  48. 884d537 Fixes #3177. Ignore static warnings in non_ambiguity_A02_t01.dart (#3181) by Sergey G. Grekhov · 7 weeks ago
  49. 2c0a51f #3057. Add promotion via assignment tests. Check top types. (#3167) by Sergey G. Grekhov · 7 weeks ago
  50. 5a83aaa Fixes #3177. Fix typos, add issue number (#3178) by Sergey G. Grekhov · 7 weeks ago
  51. 9201d1b #3057. Add more reachability tests for `switch` (#3173) by Sergey G. Grekhov · 7 weeks ago
  52. 2e0a25b Fixes #3175. Remove forgotten code. (#3176) by Sergey G. Grekhov · 8 weeks ago
  53. 635754c #3057. Add test that the list of types of interests always contains `NonNull(declared)`. (#3172) by Sergey G. Grekhov · 8 weeks ago
  54. 7d53c85 Fixes #3170. Fix spread collections tests (#3171) by Sergey G. Grekhov · 8 weeks ago
  55. fcf9ace #3057. Add null-aware method invocation tests (#3162) by Sergey G. Grekhov · 8 weeks ago
  56. 32703f8 #3057. Update promotion_via_assignment_A03_t02.dart according to the implementation (#3168) by Sergey G. Grekhov · 8 weeks ago
  57. ccda634 Bump actions/setup-java from 4.7.0 to 4.7.1 in the github-actions group (#3166) by dependabot[bot] · 9 weeks ago
  58. 2a6000b #3057. Add type of interest tests. (#3161) by Sergey G. Grekhov · 9 weeks ago
  59. a1416d5 #3057. Update promotion via assignment tests (#3160) by Sergey G. Grekhov · 9 weeks ago
  60. d91a41a #3057. Add promotion tests for `if` and `break` statements (#3156) by Sergey G. Grekhov · 9 weeks ago
  61. 3cc8a82 #3057. Add promotion tests for for-in loop (#3154) by Sergey G. Grekhov · 9 weeks ago
  62. 63cddd2 Fixes #3151. Update constants expression tests. (#3157) by Sergey G. Grekhov · 9 weeks ago
  63. e8ff373 #3057. Remove obsolete `promotion_via_initialization_*` tests (#3163) by Sergey G. Grekhov · 9 weeks ago
  64. 8aac40e #3057. Add promotion tests for do loop and continue statement (#3155) by Sergey G. Grekhov · 9 weeks ago
  65. 723da38 #3057. Fix typos in descriptions in `promotion_via_type_test_*` (#3164) by Sergey G. Grekhov · 9 weeks ago
  66. b1b6108 #3122. Expect an error in case of non-constant in a constant expression (#3159) by Sergey G. Grekhov · 10 weeks ago
  67. e8f837d #3057. Add return statement in loops tests (#3158) by Sergey G. Grekhov · 10 weeks ago
  68. 3423649 #3057. Update instance check tests and add negated instance check ones (#3131) by Sergey G. Grekhov · 10 weeks ago
  69. 7d3a265 #3057. Add promotion tests for C-style for-loop (#3153) by Sergey G. Grekhov · 2 months ago
  70. 1cc496d Fixes #3122. Update constants evaluation according to the specification (#3150) by Sergey G. Grekhov · 3 months ago
  71. 6ff5ec3 #3057. Add more try-catch(-finally) tests (#3149) by Sergey G. Grekhov · 3 months ago
  72. 2b38fe4 #3057. Add more flow analysis tests for try-catch and try-finally (#3142) by Sergey G. Grekhov · 3 months ago
  73. 5601323 Fixes #3143. Update assertions, add language version, add new tests (#3144) by Sergey G. Grekhov · 3 months ago
  74. 4ebc13c #3057. Add more flow analysis tests for while loop (#3141) by Sergey G. Grekhov · 3 months ago
  75. 8f94665 #2119. Rename unary_minus.dart to be visible for the test runner (#3140) by Sergey G. Grekhov · 3 months ago
  76. 6627f8c #3057. Add flow analysis try-finally tests (#3139) by Sergey G. Grekhov · 3 months ago
  77. fed9861 Fixes #3136. Update expected errors location in initializer_not_a_constant_t03.dart (#3138) by Sergey G. Grekhov · 3 months ago
  78. d1efea3 #3057. Add flow analysis try-catch tests (#3137) by Sergey G. Grekhov · 3 months ago
  79. b02ea05 #3057. Add switch-expression tests (#3135) by Sergey G. Grekhov · 3 months ago
  80. c6afee1 Fixes #3133. Fix language version format. (#3134) by Sergey G. Grekhov · 3 months ago
  81. 2c7f9a6 #3057. Add pattern assignment cases to for-in tests (#3130) by Sergey G. Grekhov · 3 months ago
  82. fa9304b #3057. Add pattern assignment cases to while-loop tests (#3127) by Sergey G. Grekhov · 3 months ago
  83. 1ac4e03 #3057. Add pattern assignment cases to do-while tests (#3124) by Sergey G. Grekhov · 3 months ago
  84. 2505ba8 #3122. Fix typo in type_inference_A07_t01.dart (#3125) by Sergey G. Grekhov · 3 months ago
  85. 397d6b3 #3122. Fix errors in dot shorthands tests. (#3123) by Sergey G. Grekhov · 3 months ago
  86. 055cf3f #3057. Add switch statement tests (#3121) by Sergey G. Grekhov · 3 months ago
  87. 46d5763 #3057. Fix tests for literals and the type-check (#3116) by Sergey G. Grekhov · 3 months ago
  88. c05c34e Fixes #3119. Fix roll failures (#3120) by Sergey G. Grekhov · 3 months ago
  89. cc726b8 #3057. Add more flow analysis tests, fix existing (#3117) by Sergey G. Grekhov · 3 months ago
  90. 2011443 #2119. Remove obsolete "inference-using-bounds" experimental flag (#3118) by Sergey G. Grekhov · 3 months ago
  91. eb144d3 #3057. Add flow analysis tests for the `for-in` statement (#3115) by Sergey G. Grekhov · 3 months ago
  92. d0054f6 Fixes #3111. Update expected errors positions (#3113) by Sergey G. Grekhov · 3 months ago
  93. 3f197e0 #3057. Add tests for the reachability of a do-while loop. (#3112) by Sergey G. Grekhov · 3 months ago
  94. 7e4321a #3057. Update expectations for `while(false) ...` test (#3114) by Sergey G. Grekhov · 3 months ago
  95. 6ba3ad8 #3057. Add more for-statement tests (#3110) by Sergey G. Grekhov · 4 months ago
  96. 97481d5 #2119. Fix typos in descriptions (#3109) by Sergey G. Grekhov · 4 months ago
  97. dddb43e #3057. Add `for(;;)` statements tests (#3108) by Sergey G. Grekhov · 4 months ago
  98. 113ab4f #3057. Add while statements tests and update assignments (#3107) by Sergey G. Grekhov · 4 months ago
  99. 398b637 #3057. Add conditional statements tests (#3106) by Sergey G. Grekhov · 4 months ago
  100. 1d13f7c #3057. Add reachability tests for operators. Part 4. (#3103) by Sergey G. Grekhov · 4 months ago