Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Issue 2987133002: Update the function_type tests for Dart 2.0. (Closed)

Created:
3 years, 4 months ago by floitsch
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Update the function_type tests for Dart 2.0. Mainly ensures that `dynamic Function(int)` and `int Function(int)` aren't treated as assignable. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/46418dc31ab124fe4f6a4f24809ff7ef8afd34ff Reverted: https://github.com/dart-lang/sdk/commit/05bb0edf41ec1f96c069f8a8876c091e3b03d716 Committed: https://github.com/dart-lang/sdk/commit/f16c187649bc42ed1acb865a10ec464db50a2176

Patch Set 1 #

Patch Set 2 : Update tests #

Patch Set 3 : Update status files. #

Patch Set 4 : Update status file. #

Patch Set 5 : Reupload after revert #

Patch Set 6 : Fix status file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28683 lines, -127283 lines) Patch
D tests/language/function_type/function_type0_test.dart View 1 2 3 4 5 1 chunk +0 lines, -941 lines 0 comments Download
D tests/language/function_type/function_type10_test.dart View 1 2 3 4 5 1 chunk +0 lines, -957 lines 0 comments Download
D tests/language/function_type/function_type11_test.dart View 1 2 3 4 5 1 chunk +0 lines, -954 lines 0 comments Download
D tests/language/function_type/function_type12_test.dart View 1 2 3 4 5 1 chunk +0 lines, -965 lines 0 comments Download
D tests/language/function_type/function_type13_test.dart View 1 2 3 4 5 1 chunk +0 lines, -942 lines 0 comments Download
D tests/language/function_type/function_type14_test.dart View 1 2 3 4 5 1 chunk +0 lines, -987 lines 0 comments Download
D tests/language/function_type/function_type15_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1009 lines 0 comments Download
D tests/language/function_type/function_type16_test.dart View 1 2 3 4 5 1 chunk +0 lines, -910 lines 0 comments Download
D tests/language/function_type/function_type17_test.dart View 1 2 3 4 5 1 chunk +0 lines, -915 lines 0 comments Download
D tests/language/function_type/function_type18_test.dart View 1 2 3 4 5 1 chunk +0 lines, -958 lines 0 comments Download
D tests/language/function_type/function_type19_test.dart View 1 2 3 4 5 1 chunk +0 lines, -977 lines 0 comments Download
D tests/language/function_type/function_type1_test.dart View 1 2 3 4 5 1 chunk +0 lines, -945 lines 0 comments Download
D tests/language/function_type/function_type20_test.dart View 1 2 3 4 5 1 chunk +0 lines, -939 lines 0 comments Download
D tests/language/function_type/function_type21_test.dart View 1 2 3 4 5 1 chunk +0 lines, -919 lines 0 comments Download
D tests/language/function_type/function_type22_test.dart View 1 2 3 4 5 1 chunk +0 lines, -960 lines 0 comments Download
D tests/language/function_type/function_type23_test.dart View 1 2 3 4 5 1 chunk +0 lines, -959 lines 0 comments Download
D tests/language/function_type/function_type24_test.dart View 1 2 3 4 5 1 chunk +0 lines, -969 lines 0 comments Download
D tests/language/function_type/function_type25_test.dart View 1 2 3 4 5 1 chunk +0 lines, -977 lines 0 comments Download
D tests/language/function_type/function_type26_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1023 lines 0 comments Download
D tests/language/function_type/function_type27_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1049 lines 0 comments Download
D tests/language/function_type/function_type28_test.dart View 1 2 3 4 5 1 chunk +0 lines, -967 lines 0 comments Download
D tests/language/function_type/function_type29_test.dart View 1 2 3 4 5 1 chunk +0 lines, -977 lines 0 comments Download
D tests/language/function_type/function_type2_test.dart View 1 2 3 4 5 1 chunk +0 lines, -988 lines 0 comments Download
D tests/language/function_type/function_type30_test.dart View 1 2 3 4 5 1 chunk +0 lines, -988 lines 0 comments Download
D tests/language/function_type/function_type31_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1014 lines 0 comments Download
D tests/language/function_type/function_type32_test.dart View 1 2 3 4 5 1 chunk +0 lines, -885 lines 0 comments Download
D tests/language/function_type/function_type33_test.dart View 1 2 3 4 5 1 chunk +0 lines, -893 lines 0 comments Download
D tests/language/function_type/function_type34_test.dart View 1 2 3 4 5 1 chunk +0 lines, -934 lines 0 comments Download
D tests/language/function_type/function_type35_test.dart View 1 2 3 4 5 1 chunk +0 lines, -929 lines 0 comments Download
D tests/language/function_type/function_type36_test.dart View 1 2 3 4 5 1 chunk +0 lines, -884 lines 0 comments Download
D tests/language/function_type/function_type37_test.dart View 1 2 3 4 5 1 chunk +0 lines, -864 lines 0 comments Download
D tests/language/function_type/function_type38_test.dart View 1 2 3 4 5 1 chunk +0 lines, -900 lines 0 comments Download
D tests/language/function_type/function_type39_test.dart View 1 2 3 4 5 1 chunk +0 lines, -926 lines 0 comments Download
D tests/language/function_type/function_type3_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1016 lines 0 comments Download
D tests/language/function_type/function_type40_test.dart View 1 2 3 4 5 1 chunk +0 lines, -911 lines 0 comments Download
D tests/language/function_type/function_type41_test.dart View 1 2 3 4 5 1 chunk +0 lines, -921 lines 0 comments Download
D tests/language/function_type/function_type42_test.dart View 1 2 3 4 5 1 chunk +0 lines, -957 lines 0 comments Download
D tests/language/function_type/function_type43_test.dart View 1 2 3 4 5 1 chunk +0 lines, -985 lines 0 comments Download
D tests/language/function_type/function_type44_test.dart View 1 2 3 4 5 1 chunk +0 lines, -968 lines 0 comments Download
D tests/language/function_type/function_type45_test.dart View 1 2 3 4 5 1 chunk +0 lines, -947 lines 0 comments Download
D tests/language/function_type/function_type46_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1017 lines 0 comments Download
D tests/language/function_type/function_type47_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1046 lines 0 comments Download
D tests/language/function_type/function_type48_test.dart View 1 2 3 4 5 1 chunk +0 lines, -943 lines 0 comments Download
D tests/language/function_type/function_type49_test.dart View 1 2 3 4 5 1 chunk +0 lines, -948 lines 0 comments Download
D tests/language/function_type/function_type4_test.dart View 1 2 3 4 5 1 chunk +0 lines, -973 lines 0 comments Download
D tests/language/function_type/function_type50_test.dart View 1 2 3 4 5 1 chunk +0 lines, -963 lines 0 comments Download
D tests/language/function_type/function_type51_test.dart View 1 2 3 4 5 1 chunk +0 lines, -983 lines 0 comments Download
D tests/language/function_type/function_type52_test.dart View 1 2 3 4 5 1 chunk +0 lines, -912 lines 0 comments Download
D tests/language/function_type/function_type53_test.dart View 1 2 3 4 5 1 chunk +0 lines, -892 lines 0 comments Download
D tests/language/function_type/function_type54_test.dart View 1 2 3 4 5 1 chunk +0 lines, -927 lines 0 comments Download
D tests/language/function_type/function_type55_test.dart View 1 2 3 4 5 1 chunk +0 lines, -922 lines 0 comments Download
D tests/language/function_type/function_type56_test.dart View 1 2 3 4 5 1 chunk +0 lines, -854 lines 0 comments Download
D tests/language/function_type/function_type57_test.dart View 1 2 3 4 5 1 chunk +0 lines, -860 lines 0 comments Download
D tests/language/function_type/function_type58_test.dart View 1 2 3 4 5 1 chunk +0 lines, -895 lines 0 comments Download
D tests/language/function_type/function_type59_test.dart View 1 2 3 4 5 1 chunk +0 lines, -919 lines 0 comments Download
D tests/language/function_type/function_type5_test.dart View 1 2 3 4 5 1 chunk +0 lines, -951 lines 0 comments Download
D tests/language/function_type/function_type60_test.dart View 1 2 3 4 5 1 chunk +0 lines, -967 lines 0 comments Download
D tests/language/function_type/function_type61_test.dart View 1 2 3 4 5 1 chunk +0 lines, -947 lines 0 comments Download
D tests/language/function_type/function_type62_test.dart View 1 2 3 4 5 1 chunk +0 lines, -983 lines 0 comments Download
D tests/language/function_type/function_type63_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1005 lines 0 comments Download
D tests/language/function_type/function_type64_test.dart View 1 2 3 4 5 1 chunk +0 lines, -967 lines 0 comments Download
D tests/language/function_type/function_type65_test.dart View 1 2 3 4 5 1 chunk +0 lines, -970 lines 0 comments Download
D tests/language/function_type/function_type66_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1010 lines 0 comments Download
D tests/language/function_type/function_type67_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1006 lines 0 comments Download
D tests/language/function_type/function_type68_test.dart View 1 2 3 4 5 1 chunk +0 lines, -939 lines 0 comments Download
D tests/language/function_type/function_type69_test.dart View 1 2 3 4 5 1 chunk +0 lines, -943 lines 0 comments Download
D tests/language/function_type/function_type6_test.dart View 1 2 3 4 5 1 chunk +0 lines, -991 lines 0 comments Download
D tests/language/function_type/function_type70_test.dart View 1 2 3 4 5 1 chunk +0 lines, -984 lines 0 comments Download
D tests/language/function_type/function_type71_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1009 lines 0 comments Download
D tests/language/function_type/function_type72_test.dart View 1 2 3 4 5 1 chunk +0 lines, -967 lines 0 comments Download
D tests/language/function_type/function_type73_test.dart View 1 2 3 4 5 1 chunk +0 lines, -972 lines 0 comments Download
D tests/language/function_type/function_type74_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1018 lines 0 comments Download
D tests/language/function_type/function_type75_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1043 lines 0 comments Download
D tests/language/function_type/function_type76_test.dart View 1 2 3 4 5 1 chunk +0 lines, -942 lines 0 comments Download
D tests/language/function_type/function_type77_test.dart View 1 2 3 4 5 1 chunk +0 lines, -947 lines 0 comments Download
D tests/language/function_type/function_type78_test.dart View 1 2 3 4 5 1 chunk +0 lines, -989 lines 0 comments Download
D tests/language/function_type/function_type79_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1012 lines 0 comments Download
D tests/language/function_type/function_type7_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1014 lines 0 comments Download
D tests/language/function_type/function_type80_test.dart View 1 2 3 4 5 1 chunk +0 lines, -968 lines 0 comments Download
D tests/language/function_type/function_type81_test.dart View 1 2 3 4 5 1 chunk +0 lines, -975 lines 0 comments Download
D tests/language/function_type/function_type82_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1003 lines 0 comments Download
D tests/language/function_type/function_type83_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1026 lines 0 comments Download
D tests/language/function_type/function_type84_test.dart View 1 2 3 4 5 1 chunk +0 lines, -912 lines 0 comments Download
D tests/language/function_type/function_type85_test.dart View 1 2 3 4 5 1 chunk +0 lines, -913 lines 0 comments Download
D tests/language/function_type/function_type86_test.dart View 1 2 3 4 5 1 chunk +0 lines, -950 lines 0 comments Download
D tests/language/function_type/function_type87_test.dart View 1 2 3 4 5 1 chunk +0 lines, -968 lines 0 comments Download
D tests/language/function_type/function_type88_test.dart View 1 2 3 4 5 1 chunk +0 lines, -938 lines 0 comments Download
D tests/language/function_type/function_type89_test.dart View 1 2 3 4 5 1 chunk +0 lines, -941 lines 0 comments Download
D tests/language/function_type/function_type8_test.dart View 1 2 3 4 5 1 chunk +0 lines, -914 lines 0 comments Download
D tests/language/function_type/function_type90_test.dart View 1 2 3 4 5 1 chunk +0 lines, -979 lines 0 comments Download
D tests/language/function_type/function_type91_test.dart View 1 2 3 4 5 1 chunk +0 lines, -972 lines 0 comments Download
D tests/language/function_type/function_type92_test.dart View 1 2 3 4 5 1 chunk +0 lines, -884 lines 0 comments Download
D tests/language/function_type/function_type93_test.dart View 1 2 3 4 5 1 chunk +0 lines, -890 lines 0 comments Download
D tests/language/function_type/function_type94_test.dart View 1 2 3 4 5 1 chunk +0 lines, -922 lines 0 comments Download
D tests/language/function_type/function_type95_test.dart View 1 2 3 4 5 1 chunk +0 lines, -941 lines 0 comments Download
D tests/language/function_type/function_type96_test.dart View 1 2 3 4 5 1 chunk +0 lines, -912 lines 0 comments Download
D tests/language/function_type/function_type97_test.dart View 1 2 3 4 5 1 chunk +0 lines, -889 lines 0 comments Download
D tests/language/function_type/function_type98_test.dart View 1 2 3 4 5 1 chunk +0 lines, -927 lines 0 comments Download
D tests/language/function_type/function_type99_test.dart View 1 2 3 4 5 1 chunk +0 lines, -946 lines 0 comments Download
D tests/language/function_type/function_type9_test.dart View 1 2 3 4 5 1 chunk +0 lines, -921 lines 0 comments Download
D tests/language/function_type/test_generator.dart View 1 2 3 4 5 1 chunk +0 lines, -766 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 2 chunks +0 lines, -144 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 3 4 5 1 chunk +0 lines, -100 lines 0 comments Download
A + tests/language_2/function_type/function_type0_test.dart View 1 2 3 4 5 17 chunks +288 lines, -309 lines 0 comments Download
A + tests/language_2/function_type/function_type10_test.dart View 1 2 3 4 5 18 chunks +264 lines, -287 lines 0 comments Download
A + tests/language_2/function_type/function_type11_test.dart View 1 2 3 4 5 19 chunks +240 lines, -262 lines 0 comments Download
A + tests/language_2/function_type/function_type12_test.dart View 1 2 3 4 5 16 chunks +312 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type13_test.dart View 1 2 3 4 5 17 chunks +288 lines, -309 lines 0 comments Download
A + tests/language_2/function_type/function_type14_test.dart View 1 2 3 4 5 17 chunks +288 lines, -320 lines 0 comments Download
A + tests/language_2/function_type/function_type15_test.dart View 1 2 3 4 5 17 chunks +288 lines, -321 lines 0 comments Download
A + tests/language_2/function_type/function_type16_test.dart View 1 2 3 4 5 18 chunks +264 lines, -282 lines 0 comments Download
A + tests/language_2/function_type/function_type17_test.dart View 1 2 3 4 5 18 chunks +264 lines, -283 lines 0 comments Download
A + tests/language_2/function_type/function_type18_test.dart View 1 2 3 4 5 18 chunks +264 lines, -290 lines 0 comments Download
A + tests/language_2/function_type/function_type19_test.dart View 1 2 3 4 5 18 chunks +264 lines, -290 lines 0 comments Download
A + tests/language_2/function_type/function_type1_test.dart View 1 2 3 4 5 17 chunks +288 lines, -310 lines 0 comments Download
A + tests/language_2/function_type/function_type20_test.dart View 1 2 3 4 5 17 chunks +288 lines, -309 lines 0 comments Download
A + tests/language_2/function_type/function_type21_test.dart View 1 2 3 4 5 18 chunks +264 lines, -284 lines 0 comments Download
A + tests/language_2/function_type/function_type22_test.dart View 1 2 3 4 5 18 chunks +264 lines, -288 lines 0 comments Download
A + tests/language_2/function_type/function_type23_test.dart View 1 2 3 4 5 19 chunks +240 lines, -264 lines 0 comments Download
A + tests/language_2/function_type/function_type24_test.dart View 1 2 3 4 5 16 chunks +312 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type25_test.dart View 1 2 3 4 5 16 chunks +312 lines, -337 lines 0 comments Download
A + tests/language_2/function_type/function_type26_test.dart View 1 2 3 4 5 16 chunks +312 lines, -343 lines 0 comments Download
A + tests/language_2/function_type/function_type27_test.dart View 1 2 3 4 5 16 chunks +312 lines, -345 lines 0 comments Download
A + tests/language_2/function_type/function_type28_test.dart View 1 2 3 4 5 17 chunks +312 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type29_test.dart View 1 2 3 4 5 17 chunks +312 lines, -337 lines 0 comments Download
A + tests/language_2/function_type/function_type2_test.dart View 1 2 3 4 5 17 chunks +288 lines, -315 lines 0 comments Download
A + tests/language_2/function_type/function_type30_test.dart View 1 2 3 4 5 17 chunks +288 lines, -317 lines 0 comments Download
A + tests/language_2/function_type/function_type31_test.dart View 1 2 3 4 5 17 chunks +288 lines, -317 lines 0 comments Download
A + tests/language_2/function_type/function_type32_test.dart View 1 2 3 4 5 19 chunks +240 lines, -255 lines 0 comments Download
A + tests/language_2/function_type/function_type33_test.dart View 1 2 3 4 5 19 chunks +240 lines, -256 lines 0 comments Download
A + tests/language_2/function_type/function_type34_test.dart View 1 2 3 4 5 19 chunks +240 lines, -261 lines 0 comments Download
A + tests/language_2/function_type/function_type35_test.dart View 1 2 3 4 5 20 chunks +216 lines, -234 lines 0 comments Download
A + tests/language_2/function_type/function_type36_test.dart View 1 2 3 4 5 19 chunks +240 lines, -255 lines 0 comments Download
A + tests/language_2/function_type/function_type37_test.dart View 1 2 3 4 5 20 chunks +216 lines, -229 lines 0 comments Download
A + tests/language_2/function_type/function_type38_test.dart View 1 2 3 4 5 20 chunks +216 lines, -230 lines 0 comments Download
A + tests/language_2/function_type/function_type39_test.dart View 1 2 3 4 5 20 chunks +216 lines, -231 lines 0 comments Download
A + tests/language_2/function_type/function_type3_test.dart View 1 2 3 4 5 17 chunks +288 lines, -318 lines 0 comments Download
A + tests/language_2/function_type/function_type40_test.dart View 1 2 3 4 5 18 chunks +264 lines, -282 lines 0 comments Download
A + tests/language_2/function_type/function_type41_test.dart View 1 2 3 4 5 18 chunks +264 lines, -283 lines 0 comments Download
A + tests/language_2/function_type/function_type42_test.dart View 1 2 3 4 5 18 chunks +264 lines, -286 lines 0 comments Download
A + tests/language_2/function_type/function_type43_test.dart View 1 2 3 4 5 18 chunks +264 lines, -287 lines 0 comments Download
A + tests/language_2/function_type/function_type44_test.dart View 1 2 3 4 5 16 chunks +312 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type45_test.dart View 1 2 3 4 5 17 chunks +288 lines, -309 lines 0 comments Download
A + tests/language_2/function_type/function_type46_test.dart View 1 2 3 4 5 17 chunks +312 lines, -344 lines 0 comments Download
A + tests/language_2/function_type/function_type47_test.dart View 1 2 3 4 5 17 chunks +312 lines, -344 lines 0 comments Download
A + tests/language_2/function_type/function_type48_test.dart View 1 2 3 4 5 17 chunks +288 lines, -309 lines 0 comments Download
A + tests/language_2/function_type/function_type49_test.dart View 1 2 3 4 5 17 chunks +288 lines, -310 lines 0 comments Download
A + tests/language_2/function_type/function_type4_test.dart View 1 2 3 4 5 17 chunks +312 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type50_test.dart View 1 2 3 4 5 16 chunks +283 lines, -308 lines 0 comments Download
A + tests/language_2/function_type/function_type51_test.dart View 1 2 3 4 5 16 chunks +283 lines, -312 lines 0 comments Download
A + tests/language_2/function_type/function_type52_test.dart View 1 2 3 4 5 16 chunks +283 lines, -304 lines 0 comments Download
A + tests/language_2/function_type/function_type53_test.dart View 1 2 3 4 5 17 chunks +259 lines, -278 lines 0 comments Download
A + tests/language_2/function_type/function_type54_test.dart View 1 2 3 4 5 17 chunks +259 lines, -280 lines 0 comments Download
A + tests/language_2/function_type/function_type55_test.dart View 1 2 3 4 5 18 chunks +235 lines, -256 lines 0 comments Download
A + tests/language_2/function_type/function_type56_test.dart View 1 2 3 4 5 18 chunks +235 lines, -250 lines 0 comments Download
A + tests/language_2/function_type/function_type57_test.dart View 1 2 3 4 5 18 chunks +235 lines, -250 lines 0 comments Download
A + tests/language_2/function_type/function_type58_test.dart View 1 2 3 4 5 18 chunks +235 lines, -252 lines 0 comments Download
A + tests/language_2/function_type/function_type59_test.dart View 1 2 3 4 5 18 chunks +235 lines, -253 lines 0 comments Download
A + tests/language_2/function_type/function_type5_test.dart View 1 2 3 4 5 18 chunks +288 lines, -310 lines 0 comments Download
A + tests/language_2/function_type/function_type60_test.dart View 1 2 3 4 5 14 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type61_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type62_test.dart View 1 2 3 4 5 15 chunks +307 lines, -335 lines 0 comments Download
A + tests/language_2/function_type/function_type63_test.dart View 1 2 3 4 5 15 chunks +307 lines, -335 lines 0 comments Download
A + tests/language_2/function_type/function_type64_test.dart View 1 2 3 4 5 14 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type65_test.dart View 1 2 3 4 5 14 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type66_test.dart View 1 2 3 4 5 14 chunks +331 lines, -361 lines 0 comments Download
A + tests/language_2/function_type/function_type67_test.dart View 1 2 3 4 5 15 chunks +307 lines, -338 lines 0 comments Download
A + tests/language_2/function_type/function_type68_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type69_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type6_test.dart View 1 2 3 4 5 18 chunks +288 lines, -313 lines 0 comments Download
A + tests/language_2/function_type/function_type70_test.dart View 1 2 3 4 5 15 chunks +307 lines, -336 lines 0 comments Download
A + tests/language_2/function_type/function_type71_test.dart View 1 2 3 4 5 15 chunks +307 lines, -342 lines 0 comments Download
A + tests/language_2/function_type/function_type72_test.dart View 1 2 3 4 5 15 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type73_test.dart View 1 2 3 4 5 15 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type74_test.dart View 1 2 3 4 5 15 chunks +331 lines, -366 lines 0 comments Download
A + tests/language_2/function_type/function_type75_test.dart View 1 2 3 4 5 15 chunks +331 lines, -370 lines 0 comments Download
A + tests/language_2/function_type/function_type76_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type77_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type78_test.dart View 1 2 3 4 5 15 chunks +307 lines, -335 lines 0 comments Download
A + tests/language_2/function_type/function_type79_test.dart View 1 2 3 4 5 15 chunks +307 lines, -340 lines 0 comments Download
A + tests/language_2/function_type/function_type7_test.dart View 1 2 3 4 5 18 chunks +288 lines, -316 lines 0 comments Download
A + tests/language_2/function_type/function_type80_test.dart View 1 2 3 4 5 14 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type81_test.dart View 1 2 3 4 5 14 chunks +331 lines, -358 lines 0 comments Download
A + tests/language_2/function_type/function_type82_test.dart View 1 2 3 4 5 14 chunks +331 lines, -359 lines 0 comments Download
A + tests/language_2/function_type/function_type83_test.dart View 1 2 3 4 5 14 chunks +331 lines, -362 lines 0 comments Download
A + tests/language_2/function_type/function_type84_test.dart View 1 2 3 4 5 16 chunks +283 lines, -304 lines 0 comments Download
A + tests/language_2/function_type/function_type85_test.dart View 1 2 3 4 5 16 chunks +283 lines, -304 lines 0 comments Download
A + tests/language_2/function_type/function_type86_test.dart View 1 2 3 4 5 16 chunks +283 lines, -307 lines 0 comments Download
A + tests/language_2/function_type/function_type87_test.dart View 1 2 3 4 5 16 chunks +283 lines, -310 lines 0 comments Download
A + tests/language_2/function_type/function_type88_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type89_test.dart View 1 2 3 4 5 15 chunks +307 lines, -331 lines 0 comments Download
A + tests/language_2/function_type/function_type8_test.dart View 1 2 3 4 5 18 chunks +264 lines, -282 lines 0 comments Download
A + tests/language_2/function_type/function_type90_test.dart View 1 2 3 4 5 15 chunks +307 lines, -337 lines 0 comments Download
A + tests/language_2/function_type/function_type91_test.dart View 1 2 3 4 5 16 chunks +283 lines, -314 lines 0 comments Download
A + tests/language_2/function_type/function_type92_test.dart View 1 2 3 4 5 17 chunks +259 lines, -277 lines 0 comments Download
A + tests/language_2/function_type/function_type93_test.dart View 1 2 3 4 5 17 chunks +259 lines, -277 lines 0 comments Download
A + tests/language_2/function_type/function_type94_test.dart View 1 2 3 4 5 17 chunks +259 lines, -283 lines 0 comments Download
A + tests/language_2/function_type/function_type95_test.dart View 1 2 3 4 5 17 chunks +259 lines, -285 lines 0 comments Download
A + tests/language_2/function_type/function_type96_test.dart View 1 2 3 4 5 16 chunks +283 lines, -304 lines 0 comments Download
A + tests/language_2/function_type/function_type97_test.dart View 1 2 3 4 5 17 chunks +259 lines, -277 lines 0 comments Download
A + tests/language_2/function_type/function_type98_test.dart View 1 2 3 4 5 17 chunks +259 lines, -283 lines 0 comments Download
A + tests/language_2/function_type/function_type99_test.dart View 1 2 3 4 5 17 chunks +259 lines, -287 lines 0 comments Download
A + tests/language_2/function_type/function_type9_test.dart View 1 2 3 4 5 18 chunks +264 lines, -282 lines 0 comments Download
A + tests/language_2/function_type/test_generator.dart View 1 2 3 4 5 2 chunks +21 lines, -24 lines 0 comments Download
M tests/language_2/language_2.status View 1 2 3 4 5 4 chunks +256 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
floitsch
I have some doubts on the status file updates. Please have an extra look there. ...
3 years, 4 months ago (2017-07-31 14:07:05 UTC) #3
Siggi Cherem (dart-lang)
lgtm
3 years, 4 months ago (2017-07-31 19:27:26 UTC) #4
floitsch
Committed patchset #4 (id:30001) manually as 46418dc31ab124fe4f6a4f24809ff7ef8afd34ff (presubmit successful).
3 years, 4 months ago (2017-08-02 15:07:37 UTC) #6
floitsch
Fixed the status file. Trying again.
3 years, 4 months ago (2017-08-03 08:49:14 UTC) #8
floitsch
3 years, 4 months ago (2017-08-03 08:54:50 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:50001) manually as
f16c187649bc42ed1acb865a10ec464db50a2176 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698