1. 5d83fcc Merge branch 'master' of github.com:dart-lang/co19 by Sergey G. Grekhov · 4 years, 9 months ago
  2. 12816aa Fixes #441. Use correct functions call by Sergey G. Grekhov · 4 years, 9 months ago
  3. 5596322 Fixed Issue #437: test expectations corrected. by iarkh · 4 years, 9 months ago
  4. b40bb55 Fixes #443. Remove NNBD tests by Sergey G. Grekhov · 4 years, 9 months ago
  5. 4c0d073 Fixes #442. Obsolete text removed from the test description by Sergey G. Grekhov · 4 years, 9 months ago
  6. 947e147 Fixes #446.Use correct function type by Sergey G. Grekhov · 4 years, 9 months ago
  7. 463cbb8 Fixes #445.Use correct function type by Sergey G. Grekhov · 4 years, 9 months ago
  8. 6613f99 Fixes #447.Use string interpolation by Sergey G. Grekhov · 4 years, 9 months ago
  9. 47f5c95 Fixed Issue #435: got rid of higher order type variables. by iarkh · 4 years, 9 months ago
  10. 76de51c Fixed Issue #430: test check a parameter of unrelated type now; new test with implicit downcast added. by iarkh · 4 years, 9 months ago
  11. c9598ef Fixed Issue #436: expected result of the test corrected. by iarkh · 4 years, 9 months ago
  12. 9517262 Fixed Issue #425: more informative test description added. by iarkh · 4 years, 9 months ago
  13. 73f2196 Fixed Issue #424: typo corrected. by iarkh · 4 years, 9 months ago
  14. 46f96f9 Fixed Issue #422: the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. by iarkh · 4 years, 9 months ago
  15. 6f56819 Fixed Issue #423: the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. by iarkh · 4 years, 9 months ago
  16. c04edfd Fixed Issue #423: the test checks that an extension from non-platform libraries is not more or less specific than one from another non-platform library. by iarkh · 4 years, 9 months ago
  17. c33859f Fixes #413. Add another tests with a call getter returning a function by Sergey G. Grekhov · 4 years, 9 months ago
  18. c8320a8 Fixed Issue #420: positive test case for the conflicting resolutions added, there should not be errors if members are not called directly. by iarkh · 4 years, 9 months ago
  19. fc0c680 Fixed Issue #420: add a reference to the conflicting extensions. by iarkh · 4 years, 9 months ago
  20. a4815f2 Additiona fix for #415. Use correct syntax for unnamed extension with type parameters by Sergey G. Grekhov · 4 years, 9 months ago
  21. 05f6115 Fixes #415. Use correct syntax for unnamed extension with type parameters by Sergey G. Grekhov · 4 years, 9 months ago
  22. 0dc75f7 Fixed Issue #418: type parameters follow extension names now. by iarkh · 4 years, 9 months ago
  23. 2fe7176 Fix for #413. Use instance variable, not a class for testing by Sergey G. Grekhov · 4 years, 9 months ago
  24. 388be01 Fixes #416. Fix typo (boolean -> bool) by Sergey G. Grekhov · 4 years, 9 months ago
  25. 679fb47 Fixed Issue #419: typo in the test corrected. by iarkh · 4 years, 9 months ago
  26. 4654046 Fixed Issue #417: "on" clause added to the tested extensions. by iarkh · 4 years, 9 months ago
  27. 6e36d03 Issue #414: typo in the test corrected. by iarkh · 4 years, 9 months ago
  28. 53fd10e Issue #411: tests for Semantics of Invocations (Static extension methods)added. by iarkh · 4 years, 9 months ago
  29. 8970d6f Issue #411: tests for Semantics of Invocations (Static extension methods)added. by iarkh · 4 years, 9 months ago
  30. 9f1c26c Fixes #410. Semantics of extension members tests added by Sergey G. Grekhov · 4 years, 9 months ago
  31. 035c972 #395. Object methods test added by Sergey G. Grekhov · 4 years, 9 months ago
  32. e452363 Issue #412: tests for Static Members and Member Resolution (Static extension methods) by iarkh · 4 years, 9 months ago
  33. cafc6f1 Issue #399: tests for overriding access in extension methods added. by iarkh · 4 years, 10 months ago
  34. 9d50b69 Issue #399: removed needless @compile-error tags. by iarkh · 4 years, 10 months ago
  35. c6b730c Fixed Issue #405: added "on" clause to the extension declarations. by iarkh · 4 years, 10 months ago
  36. cd378d0 Static extension methods. Member conflict resolution tests added by Sergey G. Grekhov · 4 years, 10 months ago
  37. ad35768 Fixed Issue #407: getter calls corrected. by iarkh · 4 years, 10 months ago
  38. 2b0230c Fixed issue #406: expected results of the test cases corrected. by iarkh · 4 years, 10 months ago
  39. 10c3564 Fixes #404. Typo fixed by Sergey G. Grekhov · 4 years, 10 months ago
  40. 19f10f9 Fixes #408. Remove wrong type argument by Sergey G. Grekhov · 4 years, 10 months ago
  41. 72fdd3b Fixed Issue #403: typo in the getter corrected. by iarkh · 4 years, 10 months ago
  42. 05b14a9 Fixes #409. Typo fixed (Void -> void) by Sergey G. Grekhov · 4 years, 10 months ago
  43. dd20e75 Fixes #402. Typo fixed by Sergey G. Grekhov · 4 years, 10 months ago
  44. 8c2d9a5 Static extension methods. Member conflict resolution test added by Sergey G. Grekhov · 4 years, 10 months ago
  45. f17888e Extension static methods acess fixed by Sergey G. Grekhov · 4 years, 10 months ago
  46. 8a33b26 Fixes #401. Tearoff tests added and fixed by Sergey G. Grekhov · 4 years, 10 months ago
  47. bb3d519 #401. More tearoff tests by Sergey G. Grekhov · 4 years, 10 months ago
  48. ac89b15 #401. Tearoff tests added and small fixes by Sergey G. Grekhov · 4 years, 10 months ago
  49. e3ec684 Issue #399: added tests for overriding access in the static extension methods. by iarkh · 4 years, 10 months ago
  50. 356e9bb #400. The call member tests added by Sergey G. Grekhov · 4 years, 10 months ago
  51. 0b7f9f5 Issue #398: tests for extension conflict resolution added. by iarkh · 4 years, 10 months ago
  52. 677c7b3 Issue #398: tests for extension conflict resolution added. by iarkh · 4 years, 10 months ago
  53. 3408a27 Fixed Issues #398: tests for static extension methods added: extension conflict resolution. by iarkh · 4 years, 10 months ago
  54. 42aa3a1 #396. More extension member resolution tests by Sergey G. Grekhov · 4 years, 10 months ago
  55. 8836ce8 #396. Typo in test fixed by Sergey G. Grekhov · 4 years, 10 months ago
  56. dcf3be9 #396. Extension member resolution tests added by Sergey G. Grekhov · 4 years, 10 months ago
  57. a3766af #392. Covariant parameters test added by Sergey G. Grekhov · 4 years, 10 months ago
  58. 44d0f88 #395. Typo in multitest fixed by Sergey G. Grekhov · 4 years, 10 months ago
  59. cdeb451 Fixed Issues #397, #398: tests for static extension methods added (generic parameter interfaces and extension conflict resolution) by iarkh · 4 years, 10 months ago
  60. 48d5e36 Fixes #395. Test for scope completed by Sergey G. Grekhov · 4 years, 10 months ago
  61. dfe26d4 Fixes #395. Another tests for Scope added by Sergey G. Grekhov · 4 years, 10 months ago
  62. 615759c #395. Test scope added by Sergey G. Grekhov · 4 years, 10 months ago
  63. 9e0ccbb Fixes #392. Ommited extension name test added by Sergey G. Grekhov · 4 years, 10 months ago
  64. 54e75fa Fixed Issue #392: tests for generic parameter inference added. by iarkh · 4 years, 10 months ago
  65. 1d0c661 #392. Tests for syntax scope added by Sergey G. Grekhov · 4 years, 10 months ago
  66. cafd2b1 Fixed Issue #390: tests for the issues 32903, 34560 added, some typos fixed. by iarkh · 4 years, 10 months ago
  67. 94d02e5 Issue number added to flaky test by Sergey G. Grekhov · 4 years, 10 months ago
  68. 2187c63 #392. Member declaration tests added by Sergey G. Grekhov · 4 years, 10 months ago
  69. d95603f Fixes #392. More tests for Static extension methods syntax by Sergey G. Grekhov · 4 years, 10 months ago
  70. 82778fe Fixes #392. Added tests for Static extension methods syntax by Sergey G. Grekhov · 4 years, 10 months ago
  71. 19dc2fb Fixed Issue #394: moved tests for triple-shift into LanguageFeatures/Triple-shift directory. by iarkh · 4 years, 10 months ago
  72. 348ab0a Fixes #393. Name and value are mandatory for Cookie now. Also value check added by Sergey G. Grekhov · 4 years, 11 months ago
  73. 588a4de #389. Add more NNBD static semantics tests by Sergey G. Grekhov · 4 years, 11 months ago
  74. f9cc6e7 Fixes #125. RGBA and UNSIGNED_BYTE constants were moved to WebGL class. Use them by Sergey G. Grekhov · 4 years, 11 months ago
  75. 988d1b2 Fixes#50. Use approxEquals for math functions with tolerance 1-e15 by Sergey G. Grekhov · 4 years, 11 months ago
  76. 3ed4381 Fixes #391. Old multitest syntax replaced by new one by Sergey G. Grekhov · 4 years, 11 months ago
  77. 6d19854 #389. Initial commit. Tests for NNBD static errors by Sergey G. Grekhov · 4 years, 11 months ago
  78. 24eae9e Revert "Initial commit. Tests for NNBD static errors" by Sergey G. Grekhov · 4 years, 11 months ago
  79. d9a4a45 #364. Initial commit. Tests for NNBD static errors by Sergey G. Grekhov · 4 years, 11 months ago
  80. 8443a3f Fixed Issue #388: added static tests for non-function type aliases with simple bounds. by iarkh · 4 years, 11 months ago
  81. c968411 Fixed Issue #388: added dynamic tests for non-function type aliases with simple bounds. by iarkh · 4 years, 11 months ago
  82. 2ddd175 Fixes #387. Remove invalid use null from Language tests by Sergey G. Grekhov · 4 years, 11 months ago
  83. b0220fc Fix a few remaining call-sites (#386) by Todd Volkert · 5 years ago
  84. cd1be9d More fixes to cast response to Stream<List<int>> (#385) by Todd Volkert · 5 years ago
  85. 6ccebbf Pass Uint8List to Datagram (#382) by Todd Volkert · 5 years ago
  86. dc528a3 Cast HttpRequest and HttpClientResponse streams to List<int> (#384) by Todd Volkert · 5 years ago
  87. 4357277 Fixes #364. Change expected result to null for default values of clientMaxWindowBits and serverMaxWindowBits by Sergey G. Grekhov · 5 years ago
  88. 90fc89a Fixes #380. Added tests for logical and bitwise operations via type aliases by Sergey G. Grekhov · 5 years ago
  89. 9e25bad Additional fix for #373. Code style improved and more strict pattern checking by Sergey G. Grekhov · 5 years ago
  90. 483f762 Fix for #380. Added tests for type aliases for built-in types. Test string concatenation and arithmetic operations by Sergey G. Grekhov · 5 years ago
  91. 3755b22 Fixes #380. Added tests for type aliases for built-in types initialization by Sergey G. Grekhov · 5 years ago
  92. cbce0ee Fixes #373. Expect reasonable file mode on Unix by Sergey G. Grekhov · 5 years ago
  93. ed7fa40 Fixes #379. Numerous fixes for io/Process tests by Sergey G. Grekhov · 5 years ago
  94. 84acb34 Merge branch 'master' of https://github.com/dart-lang/co19 by Sergey G. Grekhov · 5 years ago
  95. f4a9627 Fixes #378. Use Platform.resolvedExecutable instead of 'dart' command by Sergey G. Grekhov · 5 years ago
  96. 0dd96a2 Fixed Issue #375: it's possible that IPv6 loopback does not exist. by iarkh · 5 years ago
  97. dfd67e9 Fixed Issue #236: host.host can be either "localhost" or Platform.localHostname. by iarkh · 5 years ago
  98. e17a3e5 Issue #370, instantiate-to-bounds: added static tests for non-function type aliases. by iarkh · 5 years ago
  99. 2f69967 Fix for #377. Use correct network interface type name (IPvX) by Sergey G. Grekhov · 5 years ago
  100. b830185 Fixes #374. Change pattern for error messages by Sergey G. Grekhov · 5 years ago