1. 2664c3d #1258. Enhanced Enums semantics tests rewritten according to changed spec by sgrekhov · 2 years, 4 months ago
  2. 3d9036a Fixes #1261. Expected result value fixed by sgrekhov · 2 years, 4 months ago
  3. 9e0d7ea #1259. Different roll failures fixed (mainly typos) by sgrekhov · 2 years, 4 months ago
  4. ada3e69 Fixes #1247. Allow positional parameters with the different name than in superclass by sgrekhov · 2 years, 4 months ago
  5. a83823a Fixes #1248. Add additional error expectation by sgrekhov · 2 years, 4 months ago
  6. 32412b7 Fixes #1256. Use correct type of super parameters. Expect an error if the type is wrong by sgrekhov · 2 years, 4 months ago
  7. 45f4264 Fixes #1255. Use nullable type parameter for type check by sgrekhov · 2 years, 4 months ago
  8. 5827f52 Fixes #1254. Typo fixed by sgrekhov · 2 years, 4 months ago
  9. 360737b Fixes #1253. Typo fixed by sgrekhov · 2 years, 4 months ago
  10. 5276646 Fixes #1252. Typo fixed by sgrekhov · 2 years, 4 months ago
  11. ee2163f Fixes #1251. Default value is added to non-nullable optional argument by sgrekhov · 2 years, 4 months ago
  12. 15238c4 Fixes #1250. Named parameter made named in a constructor call by sgrekhov · 2 years, 4 months ago
  13. 0cd44e2 Fixes #1249. Missed superconstructor added by sgrekhov · 2 years, 4 months ago
  14. 4928b3e Fixes #1246. Use correct type for type inference by sgrekhov · 2 years, 4 months ago
  15. bb3b923 Avoid sender making more progress than the receiver in Isolate/pause_A01_t01/2. (#1242) by Ryan Macnak · 2 years, 4 months ago
  16. 939a408 Fixes #1243. Runtime type checks added to typed_data tests by sgrekhov · 2 years, 4 months ago
  17. e29bbe3 #1243 Runtime type checks added to io and match tests by sgrekhov · 2 years, 4 months ago
  18. 77f1033 #1243 Runtime type checks added by sgrekhov · 2 years, 4 months ago
  19. fe659c4 #1243 Runtime type checks added to Spread collections tests by sgrekhov · 2 years, 4 months ago
  20. a2335af #1243 Runtime type checks moved to Expect class by sgrekhov · 2 years, 4 months ago
  21. 83f3cf0 #1243 Runtime type checks added to Set literals tests by sgrekhov · 2 years, 4 months ago
  22. fc80121 #1243 Runtime type checks added to Expect class by sgrekhov · 2 years, 4 months ago
  23. a382b2b #1243 Runtime type checks added for nnbd tests by sgrekhov · 2 years, 4 months ago
  24. 0aed6bd #1244 CHECK_TOP_MERGE replaced by CheckTopMerge by sgrekhov · 2 years, 4 months ago
  25. a9e5559 #1243 Runtime type checks added for nnbd tests by sgrekhov · 2 years, 4 months ago
  26. 72fd17a Fixes #1245. Fix checking type of Enum members by sgrekhov · 2 years, 5 months ago
  27. 58f3d57 #1243 Runtime type checks added for Control flow collections, Constructor tear-offs and Generic functions as type arguments by sgrekhov · 2 years, 5 months ago
  28. 98d298b #1243 Runtime checks added for statements which can be optimized to 'true' or 'false' by sgrekhov · 2 years, 5 months ago
  29. c9b22e1 Issue #1244: Utils functions updated according to the Effective Dart Guide, relative tests updated accordingly. by iarkh · 2 years, 5 months ago
  30. a31eed0 #1243 Runtime checks added for statements which can be optimized to 'true' or 'false' by sgrekhov · 2 years, 5 months ago
  31. 4a445e5 #1243 Runtime checks added for statements which can be optimized to 'true' or 'false' by sgrekhov · 2 years, 5 months ago
  32. dc7bae1 #1243 Expect.isTrue() is returned back for type checking by sgrekhov · 2 years, 5 months ago
  33. 0f05f10 #1243 Runtime checks added for statements which can be optimized to 'true' or 'false' by sgrekhov · 2 years, 5 months ago
  34. 2aca16e Issue #1094: minor improvement for Utils/test_mode_check by iarkh · 2 years, 5 months ago
  35. f00bbc8 Issue #1094: minor improvement for Utils/test_mode_check by iarkh · 2 years, 5 months ago
  36. 9c976fe #1243 Runtime checks added for statements which can be optimized to 'true' or 'false' by sgrekhov · 2 years, 5 months ago
  37. a414462 #932. HttpRequestUpload tests fixed by Sergey G. Grekhov · 2 years, 5 months ago
  38. 9b6778e Issue #1094: Runtime executable mode checks moved to Utils/Expect, Language/Libraries_and_Scripts/Scripts, LibTest/io/Process tests corrected. by iarkh · 2 years, 5 months ago
  39. 4046369 Issue #1094: Runtime executable mode checks moved to Utils/Expect, Language/Libraries_and_Scripts/Scripts, LibTest/io/Process tests corrected. by iarkh · 2 years, 5 months ago
  40. e8e7993 Issue #1239: in LibTest/io/Process/run_A01_t03 isDartkp is a getter now. by iarkh · 2 years, 5 months ago
  41. 0242ff0 Subtype test added testing 500 elements deep transitivity by sgrekhov · 2 years, 5 months ago
  42. e5a8af3 Issue #1239: typo corrected in LibTest/io/Process/run_A01_t03 by iarkh · 2 years, 5 months ago
  43. b7ab9b1 Fixes #1241. Missed return statements added by sgrekhov · 2 years, 5 months ago
  44. 1e296d2 Fixes #1240. Typos fixed in Named arguments anywhere tests by sgrekhov · 2 years, 5 months ago
  45. f9ef1d9 More fix for #1094: LibTest/io/Process/run_A01_t03 test corrected: exit code for precompiled runtime should be 255 by iarkh · 2 years, 5 months ago
  46. 4ac58b4 More fix for #1094: Language/Reference/Lexical_Rules/Reserved_Words/final_t06 test corrected according to the current dart 2.9 behavior. by iarkh · 2 years, 5 months ago
  47. 063592e #932. HttpRequest/responseText_A01_t02 test fixed by Sergey G. Grekhov · 2 years, 5 months ago
  48. 55789ab Fixes #1231. More Super parameters tests added by sgrekhov · 2 years, 5 months ago
  49. ae6780e More fix for #1094: Language/Reference/Lexical_Rules/Reserved_Words/final_t06.dart updated, Language/Variables/Evaluation_of_Implicit_Variable_Getters comments updated, missing Issue tags added. by iarkh · 2 years, 5 months ago
  50. d19437a #1238. FFI tests fixed and issue numbers added by sgrekhov · 2 years, 5 months ago
  51. 205047b More fix for #1094: LibTest/typed_data tests updated according to the changes in master. by iarkh · 2 years, 5 months ago
  52. 3b519a9 More fix for #1094: LibTest/io/Link test updated: changes from master moved to pre-nnbd. by iarkh · 2 years, 5 months ago
  53. 17353c6 Merge branch 'master' of https://github.com/dart-lang/co19 by iarkh · 2 years, 5 months ago
  54. d9f6553 More fix for #1094: LibTest/io/Link tests updated: comments added. by iarkh · 2 years, 5 months ago
  55. 43301e7 More fix for #1094: LibTest/io/Link tests updated: changes from master moved to pre-nnbd, missung Issue tags added, comments added. by iarkh · 2 years, 5 months ago
  56. 0b73546 #1231. Super parameters tests fixed and new ones added by sgrekhov · 2 years, 5 months ago
  57. 4f3d431 More fix for #1094: LibTest/io/Process/killPid_* tests updated. by iarkh · 2 years, 5 months ago
  58. abe9974 More fix for #1094: LibTest/io/Process/killPid_* tests updated. by iarkh · 2 years, 5 months ago
  59. 04885e8 More fix for #1094: LibTestCopyrights updated in LibTest/io/Process test. by iarkh · 2 years, 5 months ago
  60. 3675896 More fix for #1094: LibTest/io/Process tests updated to check process exit code correctly, new test added. by iarkh · 2 years, 5 months ago
  61. 7e76f0b More fix for #1094: LibTest/io/Process tests updated to check process exit code correctly, new test added. by iarkh · 2 years, 5 months ago
  62. 4ef3498 #1231. Super parameters tests fixed and new ones added by sgrekhov · 2 years, 5 months ago
  63. 613bd1d Fixes #1237. More tests for Array and Pointer with wrong types by sgrekhov · 2 years, 5 months ago
  64. 2c12b5d #1237. Added tests for Array wrong types by sgrekhov · 2 years, 6 months ago
  65. 28322d7 #1236. Fuchsia added to the list of POSIX systems by sgrekhov · 2 years, 6 months ago
  66. baa3a87 Fixes #1236. Update rename() and renameSync() tests to follow changed behaviour by sgrekhov · 2 years, 6 months ago
  67. 213646c #1231. More super parameters tests added by sgrekhov · 2 years, 6 months ago
  68. f2a8f36 #1231. Minor code style changes by sgrekhov · 2 years, 6 months ago
  69. 77b3bc8 #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  70. d365c9f #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  71. c046711 #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  72. 9957459 More fix for #1094: Missing Issue tags added to the tests, LibTest/io/WebSocket tests updated. by iarkh · 2 years, 6 months ago
  73. 4ee6c11 #1231. Experimental flag added by sgrekhov · 2 years, 6 months ago
  74. 39c5bbc #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  75. 196bdcf More fix for #1094: Missing Issue tags added to LibTest/io tests, minor change for LibTest/core/RangeError/CheckNotNegative_A01_t02 by iarkh · 2 years, 6 months ago
  76. bab090d #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  77. 86f01ad More fix for #1094: co19_2 LibTest/collection/DoubleLinkedQueue tests corrected according to the Issue 27920 evaluation and current behavior. by iarkh · 2 years, 6 months ago
  78. 25bd867 More fix for #1094: co19_2 LibTest/collection/DoubleLinkedQueue tests corrected according to the Issue 27920 evaluation and current behavior. by iarkh · 2 years, 6 months ago
  79. bb480a8 #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  80. bc08c29 #1231. Super parameters type inference tests added by sgrekhov · 2 years, 6 months ago
  81. fe7beccb More fix for #1094: co19_2 LibTest tests update: by iarkh · 2 years, 6 months ago
  82. 6db186f Fix tests on Mac OS X. (#1233) by Brian Quinlan · 2 years, 6 months ago
  83. dcfa708 More fix for #1094: Two LanguageFeatures/Constant-update-2018 tests updated according to the Dart 2.9 behavior. by iarkh · 2 years, 6 months ago
  84. 3a7f641 #1231. More Super parameters tests added by sgrekhov · 2 years, 6 months ago
  85. e2fc80b More fix for #1094: LibTest/async tests updated according to the recent changes in master. by iarkh · 2 years, 6 months ago
  86. 9157fd5 More fix for #1094: LibTest/async/Future/then_A05_t03 updated according to the recent changes in master. by iarkh · 2 years, 6 months ago
  87. d2892b4 More fix for #1094: Missing Issue tags added to LibTest/async tests. by iarkh · 2 years, 6 months ago
  88. 3045b9b More fix for #1094: LanguageFeatures/nnbd tests updated according to the recent dart behaviour, missing Issdue tags added. by iarkh · 2 years, 6 months ago
  89. 9579a74 More fix for #1109: Test LibraryFeatures/nnbd/Least-greatest-closure/typedef/typedef_dynamic_t22 removed according to the issue evaluation, static exception is thrown. by iarkh · 2 years, 6 months ago
  90. 5a0e23a More fix for #1094: Test expectation updated for LanguageFeatures/Set-literals/constant_set_literals_A01_t01 test. by iarkh · 2 years, 6 months ago
  91. 92c3830 More fix for #1094: Missing Issue tags added to LanguageFeatures/SimpleBounds tests, LanguageFeatures/Super-mixins/mixin_member_to6 updated to run correctly with dart2js. by iarkh · 2 years, 6 months ago
  92. cb434e9 More fix for #1094: LanguageFeatures/Extension-methods tests updated according to the recent changes in master. by iarkh · 2 years, 6 months ago
  93. 4562710 More fix for #1094: Two LanguageFeatures/Constant-update-2018 tests updated according to the changes in master. by iarkh · 2 years, 6 months ago
  94. 4c6f14b Fixes #1232. Expect FileStat.type to return underlying object for non-Windows OS's by sgrekhov · 2 years, 6 months ago
  95. cebca5d #1231. More super parameters tests added by sgrekhov · 2 years, 6 months ago
  96. 225c458 #1231. The first bunch of super parameters tests added by sgrekhov · 2 years, 6 months ago
  97. 88540c3 Fixes #1228. More named arguments anywhere constructors tests added by sgrekhov · 2 years, 6 months ago
  98. e9a9797 #1228. More named arguments anywhere tests added by sgrekhov · 2 years, 6 months ago
  99. 5c05fa8 #1228. Named arguments anywhere tests added by sgrekhov · 2 years, 6 months ago
  100. 73545b2 #1207. More Enhanced enums tests added by sgrekhov · 2 years, 6 months ago