1. bb6bc85 Issue #1081: Missing Issue tags added to the tests. by iarkh · 3 years ago
  2. c3488f8 Fixes #1004. Add tests that confirms that tight-looped isolate is not killed with Isolate.beforeNextEvent priority by Sergey G. Grekhov · 3 years ago
  3. 030971d Fixes #1078. Expect an error in case of cyclic initialization by Sergey G. Grekhov · 3 years ago
  4. 8c5fea8 Fixes #996: new tests for i-2-b and least-and-greatest-closures added. by iarkh · 3 years ago
  5. 06cdf95 Status files checker. Error processing improved by sgrekhov · 3 years ago
  6. 380f420 Status files checker. Small updates. Working version by sgrekhov · 3 years ago
  7. 783f9ce Status files checker. Initial commit by sgrekhov · 3 years ago
  8. db54758 Addition for the Issue #534: checked constant variables are moved into main function. by iarkh · 3 years ago
  9. 255172a Fixes #1080: comments and more test cases added. by iarkh · 3 years ago
  10. 2968fcc Issue #1080: error in parameter name fixed. by iarkh · 3 years ago
  11. 71951f8 Fixed typo which broke the test by sgrekhov · 3 years ago
  12. 1f30df0 Fixes #1077: test corrected by iarkh · 3 years ago
  13. 73c2d42 Fixes #1076: test expectation corrected. by iarkh · 3 years ago
  14. e5dcc75 Fixes #1075: test expectation corrected. by iarkh · 3 years ago
  15. 65d887e Fixes #1073. Wait for isolate start before pausing it (#1074) by Sergey G. Grekhov · 3 years ago
  16. 2bbd422 MMore fixes for #1057: test expectation corrected, Issue tags added. by iarkh · 3 years, 1 month ago
  17. 42fe3fd Fixes #1071: test expectation corrected. by iarkh · 3 years, 1 month ago
  18. b1eff14 Fixes #1072. Remove excessive @compile-error by sgrekhov · 3 years, 1 month ago
  19. e10df0e Allow both 254 and 255 result codes on Windows by sgrekhov · 3 years, 1 month ago
  20. 836b2b6 Fixes #1070: tests expectations corrected. by iarkh · 3 years, 1 month ago
  21. 812ab75 Fixes #535: more nnbd tests for constant evaluation added. by iarkh · 3 years, 1 month ago
  22. 90e5cd5 Fixes #1068. Remove excessive - in a SharedOptions by sgrekhov · 3 years, 1 month ago
  23. 0689ede Fixes #535: more nnbd tests for constant evaluation added. by iarkh · 3 years, 1 month ago
  24. 7851a29 Fixes #996: more tests added. by iarkh · 3 years, 1 month ago
  25. c1328ef Fixes #996: more tests added. by iarkh · 3 years, 1 month ago
  26. 9726793 Fixes #1067: added checks for old and new dart versions. by iarkh · 3 years, 1 month ago
  27. 07d8ef0 Fixes #1066: added @dart=2.12 to the initial version of the test, new test which checks recent dart behavior added. by iarkh · 3 years, 1 month ago
  28. 9903677 Fixes #1057: Expected result doe the tests with mailformed types updated. by iarkh · 3 years, 1 month ago
  29. c1a71b3 Fixes #1062. Remove unnecessary assignment by sgrekhov · 3 years, 1 month ago
  30. ed3032e Fixes #1057: Expected result doe the tests with mailformed types updated. by iarkh · 3 years, 1 month ago
  31. 1f6cf68 Expected error code is fixed for Windows by sgrekhov · 3 years, 1 month ago
  32. 4fdeace Fixes #1060. Expected error message position updated by Sergey G. Grekhov · 3 years, 1 month ago
  33. 3bea540 Fixes #1059. Expected error message updated by Sergey G. Grekhov · 3 years, 1 month ago
  34. eee9ab1 Fixes #1024. Adjust expected results for web platforms by sgrekhov · 3 years, 1 month ago
  35. 6e40133 #993. More Array tests added by sgrekhov · 3 years, 1 month ago
  36. 459bf70 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  37. 1f471ad #993. Array tests added by sgrekhov · 3 years, 1 month ago
  38. e5b0950 Issue #1053: Missing Issue tag added, test expectation updated. by iarkh · 3 years, 1 month ago
  39. 9ae67f9 Fixes #1054: Updated expectations for mailformed raw type variables. by iarkh · 3 years, 1 month ago
  40. dcc9fd9 Fixes #1050: Updated expectations for mailformed raw type variables. by iarkh · 3 years, 1 month ago
  41. 1de29d8 Fixes #1050: Got rid of mailformed row type variable usage in i-2-b- tests. by iarkh · 3 years, 1 month ago
  42. 98e2284 Fixes #1043. Remove static warning as an expected result by sgrekhov · 3 years, 1 month ago
  43. 248a54b Fixes #1049: Correct expectation adjusted by iarkh · 3 years, 1 month ago
  44. 566966a Fixes #1048. Move tests to correct folder and change the description by sgrekhov · 3 years, 1 month ago
  45. 762f302 Fixes #1046: Test adjusted to work with the generic metadata feature enabled. by iarkh · 3 years, 1 month ago
  46. f7f5833 Fixes #1052. Typos in tests fixed by sgrekhov · 3 years, 1 month ago
  47. 6d1d8aa Fixes #1051. Fix invalid use of null in different expressions by sgrekhov · 3 years, 1 month ago
  48. 4c936af Fixes #1047. Change expected result to not to fail on JavaScript configurations by sgrekhov · 3 years, 1 month ago
  49. 0580523 Fixes #1044. Change expected result to not to fail on JavaScript configurations by sgrekhov · 3 years, 1 month ago
  50. 9134dce Fixes #1029: Missing Issue tag added to the test. by iarkh · 3 years, 1 month ago
  51. d23a32e Fixes #1042. Add check that produces different results for triple and double shifts by sgrekhov · 3 years, 1 month ago
  52. 9befd34 Fixes #1042. Fix built-in_types_t11.dart to expect correct results by sgrekhov · 3 years, 1 month ago
  53. 24a4a13 Fixes #1019. Don't use type aliases in legacy libraries by sgrekhov · 3 years, 1 month ago
  54. a1a1f4a Fixes #1039: Old-style aliases corrected. by iarkh · 3 years, 1 month ago
  55. ef0e073 Fixes #988. Expect static type warning in a right way by Sergey G. Grekhov · 3 years, 1 month ago
  56. 3642f24 #1037. A couple of tests that still use nonfunction-type-aliases removed from co19_2 repository by sgrekhov · 3 years, 1 month ago
  57. 88a405f Issues #1029: Static expectation corrected. by iarkh · 3 years, 1 month ago
  58. 2752c03 Issues #1035: Issue tag for the bug 45443 added. by iarkh · 3 years, 1 month ago
  59. 41be58d Merge branch 'master' of https://github.com/dart-lang/co19 by iarkh · 3 years, 1 month ago
  60. a6549c6 #1023. Change SplayTreeMap and SplayTreeSet tests according to the new behavior by sgrekhov · 3 years, 1 month ago
  61. 6a184f1 #1023. Change SplayTreeMap and SplayTreeSet tests according to the new behavior by Sergey G. Grekhov · 3 years, 1 month ago
  62. 6b71fed extension-methods experimental flag removed from co19_2 tests by sgrekhov · 3 years, 1 month ago
  63. 47a2e25 #1028. Tests that use nonfunction-type-aliases removed from co19_2 repository by sgrekhov · 3 years, 1 month ago
  64. a8a692e #1021. Remove expecting errors on web configurations for some negative numbers by sgrekhov · 3 years, 1 month ago
  65. 4b5b806 #1021. Remove expecting errors on web configurations for some negative numbers by sgrekhov · 3 years, 1 month ago
  66. f9b85b8 Fixes #1034. Missed experimental flag added by sgrekhov · 3 years, 1 month ago
  67. b2afbe1 #1033. Perform runtime check on big values for non-JavaScript configurations only by sgrekhov · 3 years, 1 month ago
  68. 53e0547 Issues #1029: co19/Language/Generics/Superbounded_types/typedef3_A01_t06/02 corrected and does not expect a compile error now. by iarkh · 3 years, 1 month ago
  69. 347f19f #1028. Remove triple shift operator from co19_2 repository by sgrekhov · 3 years, 1 month ago
  70. 9be7143 #1028. Remove triple shift tests from co19_2 repository by sgrekhov · 3 years, 1 month ago
  71. fddb1dc Fixes Issues #1021, #1030: tests corrected according to the roll results, missing Issue tags added. by iarkh · 3 years, 1 month ago
  72. 613232e Fixes #1015: removed test because triple-shift feature is not supported in this branch. by iarkh · 3 years, 1 month ago
  73. ae81822 Fixes #1032. Change place where analyzer expects COMPILE_TIME_ERROR.UNCHECKED_USE_OF_NULLABLE_VALUE by sgrekhov · 3 years, 1 month ago
  74. d1e9e1d Fixes #1027. Typo fixed by sgrekhov · 3 years, 1 month ago
  75. a42d856 Fixes #1026. Missed experimental flag added by sgrekhov · 3 years, 1 month ago
  76. 11238c2 Fixes SDK issue #45381. Use 32-bit int boundaries for 32-bit systems by sgrekhov · 3 years, 1 month ago
  77. 2a09bd3 #1024. Tests that plays with the integers not representable in JS moved to separate files. These files will be skipped on JS by sgrekhov · 3 years, 1 month ago
  78. 1abf208 Fixes Issue #1020: SharedOptions comment corrected. by iarkh · 3 years, 1 month ago
  79. 7130be6 Fixes #1014. Expect compile error on dart2js for big integers by sgrekhov · 3 years, 1 month ago
  80. 0633e1d Fixes #1014. Expect compile error on dart2js as [web] by sgrekhov · 3 years, 1 month ago
  81. eb37dec Fixes #1014. Expect compile error on dart2js for big numbers by sgrekhov · 3 years, 1 month ago
  82. 21649b9 Fixes #1017. Use => for setter returning value tests by sgrekhov · 3 years, 1 month ago
  83. 8cf837f Fixes #1017. Use => for setter returning value tests by sgrekhov · 3 years, 1 month ago
  84. c052966 Issue #996: more tests for Generic functions as type arguments and bounds added. by iarkh · 3 years, 1 month ago
  85. f0008d4 Fixes #1013. Fix cast failures in Type_Cast/syntax_t01 test by sgrekhov · 3 years, 1 month ago
  86. d98f15d Fixes #1012. Fix Additive_Expressions/syntax_t01 test by sgrekhov · 3 years, 1 month ago
  87. 57658cd Fixes #1010. Description updated for method_definition tests by sgrekhov · 3 years, 1 month ago
  88. d6efcde Fixes #1005. Description updated for method_definition tests by sgrekhov · 3 years, 1 month ago
  89. 0a79c34 Fixes #1011. Expect an error if non-function type is called as a function by sgrekhov · 3 years, 1 month ago
  90. ac3b102 Fixes #1011. Expect an error if non-function type is called as a function by sgrekhov · 3 years, 1 month ago
  91. 1276020 Fixes #1009. Missed experimental flag added by sgrekhov · 3 years, 1 month ago
  92. 19b1655 Fixes #1008. Calling constructor without new keyword is not an error by sgrekhov · 3 years, 1 month ago
  93. 33077d0 Issue #996: tests for Generic functions as type arguments and bounds re-factored, more tests added. by iarkh · 3 years, 1 month ago
  94. dd482dd Fixes #1007. Missed experimental flag added by sgrekhov · 3 years, 1 month ago
  95. 235c021 Fixes #1006. Import library first before export it by sgrekhov · 3 years, 1 month ago
  96. 37e6023 Issue #996: tests for Generic functions as type arguments and bounds added. by iarkh · 3 years, 1 month ago
  97. fff42b6 Issue #996: tests for Generic functions as type arguments and bounds added. by iarkh · 3 years, 1 month ago
  98. 23de4f6 Missed experiment flag added by sgrekhov · 3 years, 1 month ago
  99. 743ea34 Issue #996: tests for Generic functions as type arguments and bounds added. by iarkh · 3 years, 2 months ago
  100. 464da11 #993. Added tests checking that Struct fields cannot have initializers by sgrekhov · 3 years, 2 months ago