Sign in
dart
/
co19
/
HEAD
« Previous
2664c3d
#1258. Enhanced Enums semantics tests rewritten according to changed spec
by sgrekhov
· 6 months ago
3d9036a
Fixes #1261. Expected result value fixed
by sgrekhov
· 6 months ago
9e0d7ea
#1259. Different roll failures fixed (mainly typos)
by sgrekhov
· 6 months ago
ada3e69
Fixes #1247. Allow positional parameters with the different name than in superclass
by sgrekhov
· 6 months ago
a83823a
Fixes #1248. Add additional error expectation
by sgrekhov
· 6 months ago
32412b7
Fixes #1256. Use correct type of super parameters. Expect an error if the type is wrong
by sgrekhov
· 6 months ago
45f4264
Fixes #1255. Use nullable type parameter for type check
by sgrekhov
· 6 months ago
5827f52
Fixes #1254. Typo fixed
by sgrekhov
· 6 months ago
360737b
Fixes #1253. Typo fixed
by sgrekhov
· 6 months ago
5276646
Fixes #1252. Typo fixed
by sgrekhov
· 6 months ago
ee2163f
Fixes #1251. Default value is added to non-nullable optional argument
by sgrekhov
· 6 months ago
15238c4
Fixes #1250. Named parameter made named in a constructor call
by sgrekhov
· 6 months ago
0cd44e2
Fixes #1249. Missed superconstructor added
by sgrekhov
· 6 months ago
4928b3e
Fixes #1246. Use correct type for type inference
by sgrekhov
· 6 months ago
bb3b923
Avoid sender making more progress than the receiver in Isolate/pause_A01_t01/2. (#1242)
by Ryan Macnak
· 6 months ago
939a408
Fixes #1243. Runtime type checks added to typed_data tests
by sgrekhov
· 6 months ago
e29bbe3
#1243 Runtime type checks added to io and match tests
by sgrekhov
· 6 months ago
77f1033
#1243 Runtime type checks added
by sgrekhov
· 6 months ago
fe659c4
#1243 Runtime type checks added to Spread collections tests
by sgrekhov
· 6 months ago
a2335af
#1243 Runtime type checks moved to Expect class
by sgrekhov
· 6 months ago
83f3cf0
#1243 Runtime type checks added to Set literals tests
by sgrekhov
· 6 months ago
fc80121
#1243 Runtime type checks added to Expect class
by sgrekhov
· 6 months ago
a382b2b
#1243 Runtime type checks added for nnbd tests
by sgrekhov
· 6 months ago
0aed6bd
#1244 CHECK_TOP_MERGE replaced by CheckTopMerge
by sgrekhov
· 6 months ago
a9e5559
#1243 Runtime type checks added for nnbd tests
by sgrekhov
· 6 months ago
72fd17a
Fixes #1245. Fix checking type of Enum members
by sgrekhov
· 6 months ago
58f3d57
#1243 Runtime type checks added for Control flow collections, Constructor tear-offs and Generic functions as type arguments
by sgrekhov
· 6 months ago
98d298b
#1243 Runtime checks added for statements which can be optimized to 'true' or 'false'
by sgrekhov
· 6 months ago
c9b22e1
Issue #1244: Utils functions updated according to the Effective Dart Guide, relative tests updated accordingly.
by iarkh
· 6 months ago
a31eed0
#1243 Runtime checks added for statements which can be optimized to 'true' or 'false'
by sgrekhov
· 6 months ago
4a445e5
#1243 Runtime checks added for statements which can be optimized to 'true' or 'false'
by sgrekhov
· 6 months ago
dc7bae1
#1243 Expect.isTrue() is returned back for type checking
by sgrekhov
· 6 months ago
0f05f10
#1243 Runtime checks added for statements which can be optimized to 'true' or 'false'
by sgrekhov
· 7 months ago
f00bbc8
Issue #1094: minor improvement for Utils/test_mode_check
by iarkh
· 7 months ago
9c976fe
#1243 Runtime checks added for statements which can be optimized to 'true' or 'false'
by sgrekhov
· 7 months ago
a414462
#932. HttpRequestUpload tests fixed
by Sergey G. Grekhov
· 7 months ago
4046369
Issue #1094: Runtime executable mode checks moved to Utils/Expect, Language/Libraries_and_Scripts/Scripts, LibTest/io/Process tests corrected.
by iarkh
· 7 months ago
e8e7993
Issue #1239: in LibTest/io/Process/run_A01_t03 isDartkp is a getter now.
by iarkh
· 7 months ago
0242ff0
Subtype test added testing 500 elements deep transitivity
by sgrekhov
· 7 months ago
e5a8af3
Issue #1239: typo corrected in LibTest/io/Process/run_A01_t03
by iarkh
· 7 months ago
b7ab9b1
Fixes #1241. Missed return statements added
by sgrekhov
· 7 months ago
1e296d2
Fixes #1240. Typos fixed in Named arguments anywhere tests
by sgrekhov
· 7 months ago
f9ef1d9
More fix for #1094: LibTest/io/Process/run_A01_t03 test corrected: exit code for precompiled runtime should be 255
by iarkh
· 7 months ago
063592e
#932. HttpRequest/responseText_A01_t02 test fixed
by Sergey G. Grekhov
· 7 months ago
55789ab
Fixes #1231. More Super parameters tests added
by sgrekhov
· 7 months ago
d19437a
#1238. FFI tests fixed and issue numbers added
by sgrekhov
· 7 months ago
17353c6
Merge branch 'master' of https://github.com/dart-lang/co19
by iarkh
· 7 months ago
d9f6553
More fix for #1094: LibTest/io/Link tests updated: comments added.
by iarkh
· 7 months ago
0b73546
#1231. Super parameters tests fixed and new ones added
by sgrekhov
· 7 months ago
abe9974
More fix for #1094: LibTest/io/Process/killPid_* tests updated.
by iarkh
· 7 months ago
04885e8
More fix for #1094: LibTestCopyrights updated in LibTest/io/Process test.
by iarkh
· 7 months ago
7e76f0b
More fix for #1094: LibTest/io/Process tests updated to check process exit code correctly, new test added.
by iarkh
· 7 months ago
4ef3498
#1231. Super parameters tests fixed and new ones added
by sgrekhov
· 7 months ago
613bd1d
Fixes #1237. More tests for Array and Pointer with wrong types
by sgrekhov
· 7 months ago
2c12b5d
#1237. Added tests for Array wrong types
by sgrekhov
· 7 months ago
28322d7
#1236. Fuchsia added to the list of POSIX systems
by sgrekhov
· 7 months ago
baa3a87
Fixes #1236. Update rename() and renameSync() tests to follow changed behaviour
by sgrekhov
· 7 months ago
213646c
#1231. More super parameters tests added
by sgrekhov
· 7 months ago
f2a8f36
#1231. Minor code style changes
by sgrekhov
· 7 months ago
77b3bc8
#1231. More Super parameters tests added
by sgrekhov
· 7 months ago
d365c9f
#1231. More Super parameters tests added
by sgrekhov
· 7 months ago
c046711
#1231. More Super parameters tests added
by sgrekhov
· 8 months ago
4ee6c11
#1231. Experimental flag added
by sgrekhov
· 8 months ago
39c5bbc
#1231. More Super parameters tests added
by sgrekhov
· 8 months ago
196bdcf
More fix for #1094: Missing Issue tags added to LibTest/io tests, minor change for LibTest/core/RangeError/CheckNotNegative_A01_t02
by iarkh
· 8 months ago
bab090d
#1231. More Super parameters tests added
by sgrekhov
· 8 months ago
25bd867
More fix for #1094: co19_2 LibTest/collection/DoubleLinkedQueue tests corrected according to the Issue 27920 evaluation and current behavior.
by iarkh
· 8 months ago
bb480a8
#1231. More Super parameters tests added
by sgrekhov
· 8 months ago
bc08c29
#1231. Super parameters type inference tests added
by sgrekhov
· 8 months ago
6db186f
Fix tests on Mac OS X. (#1233)
by Brian Quinlan
· 8 months ago
3a7f641
#1231. More Super parameters tests added
by sgrekhov
· 8 months ago
d2892b4
More fix for #1094: Missing Issue tags added to LibTest/async tests.
by iarkh
· 8 months ago
3045b9b
More fix for #1094: LanguageFeatures/nnbd tests updated according to the recent dart behaviour, missing Issdue tags added.
by iarkh
· 8 months ago
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
· 8 months ago
5a0e23a
More fix for #1094: Test expectation updated for LanguageFeatures/Set-literals/constant_set_literals_A01_t01 test.
by iarkh
· 8 months ago
4c6f14b
Fixes #1232. Expect FileStat.type to return underlying object for non-Windows OS's
by sgrekhov
· 8 months ago
cebca5d
#1231. More super parameters tests added
by sgrekhov
· 8 months ago
225c458
#1231. The first bunch of super parameters tests added
by sgrekhov
· 8 months ago
88540c3
Fixes #1228. More named arguments anywhere constructors tests added
by sgrekhov
· 8 months ago
e9a9797
#1228. More named arguments anywhere tests added
by sgrekhov
· 8 months ago
5c05fa8
#1228. Named arguments anywhere tests added
by sgrekhov
· 8 months ago
73545b2
#1207. More Enhanced enums tests added
by sgrekhov
· 8 months ago
f44107f
#1207. More Enhanced enums semantics tests added
by sgrekhov
· 8 months ago
0510180
#1207. More Enhanced enums semantics tests added
by sgrekhov
· 8 months ago
8128e67
#1207. Enhanced enums semantics tests fixed and new added
by sgrekhov
· 8 months ago
46ffd28
#1207. Enhanced enums semsntics tests added
by sgrekhov
· 8 months ago
57d4cd9
Fix typo (#1227)
by Ahmed Ashour
· 8 months ago
b9baf52
#1207. More enhanced enums tests added
by sgrekhov
· 8 months ago
862caf9
More fix for #1094: Missing Issue tag added (47496).
by iarkh
· 8 months ago
0ef9dd8
More fix for #1094: Test updated.
by iarkh
· 8 months ago
ed65dd0
#1207. More enhanced enums tests added
by sgrekhov
· 8 months ago
7257758
More fix for #1094: Test updated to expect current dart behavior, Issue tag added.
by iarkh
· 8 months ago
148a385
Fixes #1225. Remove check for identity of 0/0 and nan
by sgrekhov
· 9 months ago
f4f7595
#1207. More Enhanced Enums tests added
by sgrekhov
· 9 months ago
4667db6
#1223. Equality of extension tear-offs is not specified
by sgrekhov
· 9 months ago
8f92611
Fixes #1224. Don't expect not identical tear-offs to be identical
by sgrekhov
· 9 months ago
cd6510c
#1207. Constructor call tests added
by sgrekhov
· 9 months ago
3ef7888
Fixes #1207. Implementing Enum tests added
by sgrekhov
· 9 months ago
2447a57
Fixes #1222. Change the test to expect correct behaviour
by sgrekhov
· 9 months ago
73eb896
More fix for #523: one more Language/Metadata test which use reflection moved to LibTests/mirrors tests.
by iarkh
· 9 months ago
Next »