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

Issue 2955443002: Add regression tests from Luke's bug reports. Part 1. (Closed)

Created:
3 years, 6 months ago by ahe
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com, lukechurch, Kevin Millikin (Google)
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix type errors and incorrectly named tests. #

Total comments: 7

Patch Set 3 : Use [program]. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -3 lines) Patch
M pkg/front_end/lib/src/fasta/messages.dart View 1 2 2 chunks +24 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart View 3 chunks +16 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/compile.status View 1 1 chunk +12 lines, -0 lines 0 comments Download
M pkg/front_end/test/fasta/kompile.status View 1 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/front_end/test/fasta/outline.status View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/front_end/test/fasta/strong.status View 1 1 chunk +13 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29975.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29975.dart.dartk.expect View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29975.dart.direct.expect View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29975.dart.outline.expect View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29975.dart.strong.expect View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29976.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29977.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29979.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29979.dart.outline.expect View 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29981.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29981.dart.outline.expect View 1 chunk +11 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29982.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29983.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29983.dart.dartk.expect View 1 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29983.dart.direct.expect View 1 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29983.dart.outline.expect View 1 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29983.dart.strong.expect View 1 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29984.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29984.dart.dartk.expect View 1 1 chunk +8 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29984.dart.outline.expect View 1 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29985.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29986.dart View 1 chunk +8 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29986.dart.outline.expect View 1 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/regress/issue_29987.dart View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
ahe
3 years, 6 months ago (2017-06-22 14:06:26 UTC) #2
ahe
Please hold off reviewing this one, I've found a number of problems locally.
3 years, 6 months ago (2017-06-22 14:40:01 UTC) #3
ahe
This is ready for review now.
3 years, 6 months ago (2017-06-23 10:11:09 UTC) #4
Johnni Winther
lgtm https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/lib/src/fasta/messages.dart File pkg/front_end/lib/src/fasta/messages.dart (right): https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/lib/src/fasta/messages.dart#newcode104 pkg/front_end/lib/src/fasta/messages.dart:104: Program program = new Program( Maybe remove `Program ...
3 years, 6 months ago (2017-06-23 10:51:44 UTC) #5
ahe
Thank you, Johhni! https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/lib/src/fasta/messages.dart File pkg/front_end/lib/src/fasta/messages.dart (right): https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/lib/src/fasta/messages.dart#newcode104 pkg/front_end/lib/src/fasta/messages.dart:104: Program program = new Program( On ...
3 years, 6 months ago (2017-06-23 12:21:51 UTC) #6
Johnni Winther
https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/testcases/regress/issue_29981.dart.outline.expect File pkg/front_end/testcases/regress/issue_29981.dart.outline.expect (right): https://codereview.chromium.org/2955443002/diff/20001/pkg/front_end/testcases/regress/issue_29981.dart.outline.expect#newcode6 pkg/front_end/testcases/regress/issue_29981.dart.outline.expect:6: field self::C<core::String> field; On 2017/06/23 12:21:51, ahe wrote: > ...
3 years, 6 months ago (2017-06-23 12:24:22 UTC) #7
ahe
3 years, 6 months ago (2017-06-23 12:25:33 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
2434dc606ad4d158409defa228bcd2243109a99c.

Powered by Google App Engine
This is Rietveld 408576698