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

Issue 3005643002: Migrate block 115. (Closed)

Created:
3 years, 3 months ago by Bob Nystrom
Modified:
3 years, 3 months ago
Reviewers:
jcollins
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Migrate block 115. Interesting changes: - A static getter colliding with an inherited non-static setter is a compile error, not a type warning. - Trying to call a setter on what is only a getter is a compile error with no runtime behavior. - Add support to test.dart for negative tests in DDC. BUG= R=jcollins@google.com Committed: https://github.com/dart-lang/sdk/commit/46320c52089858290c2f29b64fbddbc285d1e410

Patch Set 1 #

Total comments: 4

Patch Set 2 : Merge branch 'master' into migrate-115 #

Patch Set 3 : Tweak status files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -1962 lines) Patch
D tests/language/getter_declaration_negative_test.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D tests/language/getter_no_setter2_test.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D tests/language/getter_no_setter_test.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D tests/language/getter_override2_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/getter_override_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/getter_parameters_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language/getter_setter_in_lib.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D tests/language/getter_setter_in_lib2.dart View 1 chunk +0 lines, -7 lines 0 comments Download
D tests/language/getter_setter_in_lib3.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D tests/language/getter_setter_in_lib_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/language/getter_setter_interceptor_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D tests/language/getter_setter_order_test.dart View 1 chunk +0 lines, -100 lines 0 comments Download
D tests/language/getters_setters2_test.dart View 1 chunk +0 lines, -80 lines 0 comments Download
D tests/language/getters_setters_test.dart View 1 chunk +0 lines, -150 lines 0 comments Download
D tests/language/getters_setters_type2_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/getters_setters_type3_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/getters_setters_type_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language/guess_cid_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/language/gvn_field_access_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/language/gvn_interceptor_test.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D tests/language/gvn_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/hash_code_mangling_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language/hash_map_null_key_foreach_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language/hello_dart_test.dart View 1 chunk +0 lines, -16 lines 0 comments Download
D tests/language/hello_script_lib.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language/hello_script_lib_source.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/language/hello_script_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language_analyzer2.status View 3 chunks +0 lines, -6 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 4 chunks +52 lines, -13 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 chunks +0 lines, -2 lines 0 comments Download
A + tests/language_2/getter_declaration_negative_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_no_setter2_test.dart View 1 chunk +3 lines, -19 lines 0 comments Download
A + tests/language_2/getter_no_setter_test.dart View 1 chunk +4 lines, -20 lines 0 comments Download
A + tests/language_2/getter_override2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_override3_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_override_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + tests/language_2/getter_parameters_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_in_lib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_in_lib2.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_in_lib3.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_in_lib_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_interceptor_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getter_setter_order_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getters_setters2_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
A + tests/language_2/getters_setters_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getters_setters_type2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getters_setters_type3_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/getters_setters_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + tests/language_2/guess_cid_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/gvn_field_access_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/gvn_interceptor_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/gvn_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hash_code_mangling_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hash_map_null_key_foreach_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hashcode_dynamic_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hello_dart_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hello_script_lib.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hello_script_lib_source.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/hello_script_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/language_2/language_2_analyzer.status View 1 3 chunks +19 lines, -0 lines 0 comments Download
M tests/language_2/language_2_dart2js.status View 1 6 chunks +41 lines, -0 lines 0 comments Download
M tests/language_2/language_2_dartdevc.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/language_2/language_2_kernel.status View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M tests/language_2/language_2_precompiled.status View 1 2 chunks +13 lines, -0 lines 0 comments Download
M tests/language_2/language_2_vm.status View 2 chunks +10 lines, -0 lines 0 comments Download
D tests/language_strong/getter_declaration_negative_test.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D tests/language_strong/getter_no_setter2_test.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D tests/language_strong/getter_no_setter_test.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D tests/language_strong/getter_override2_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/language_strong/getter_override3_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language_strong/getter_override_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language_strong/getter_parameters_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language_strong/getter_setter_in_lib.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D tests/language_strong/getter_setter_in_lib2.dart View 1 chunk +0 lines, -7 lines 0 comments Download
D tests/language_strong/getter_setter_in_lib3.dart View 1 chunk +0 lines, -13 lines 0 comments Download
D tests/language_strong/getter_setter_in_lib_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/language_strong/getter_setter_interceptor_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D tests/language_strong/getter_setter_order_test.dart View 1 chunk +0 lines, -100 lines 0 comments Download
D tests/language_strong/getters_setters2_test.dart View 1 chunk +0 lines, -80 lines 0 comments Download
D tests/language_strong/getters_setters_test.dart View 1 chunk +0 lines, -152 lines 0 comments Download
D tests/language_strong/getters_setters_type2_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language_strong/getters_setters_type3_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language_strong/getters_setters_type_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language_strong/guess_cid_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/language_strong/gvn_field_access_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/language_strong/gvn_interceptor_test.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D tests/language_strong/gvn_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language_strong/hash_code_mangling_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language_strong/hash_map_null_key_foreach_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language_strong/hashcode_dynamic_test.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D tests/language_strong/hello_dart_test.dart View 1 chunk +0 lines, -16 lines 0 comments Download
D tests/language_strong/hello_script_lib.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language_strong/hello_script_lib_source.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/language_strong/hello_script_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
M tests/language_strong/language_strong.status View 1 1 chunk +0 lines, -10 lines 0 comments Download
M tools/testing/dart/command_output.dart View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Bob Nystrom
3 years, 3 months ago (2017-08-25 20:40:18 UTC) #3
jcollins
LGTM after nits addressed. https://codereview.chromium.org/3005643002/diff/1/tests/language/language_dart2js.status File tests/language/language_dart2js.status (right): https://codereview.chromium.org/3005643002/diff/1/tests/language/language_dart2js.status#newcode1454 tests/language/language_dart2js.status:1454: variable_declaration_metadata_test/none: Crash Why are all ...
3 years, 3 months ago (2017-08-25 20:59:45 UTC) #4
Bob Nystrom
Committed patchset #3 (id:40001) manually as 46320c52089858290c2f29b64fbddbc285d1e410.
3 years, 3 months ago (2017-08-28 23:17:33 UTC) #6
Bob Nystrom
3 years, 3 months ago (2017-08-28 23:18:50 UTC) #7
Message was sent while issue was closed.
Thanks!

https://codereview.chromium.org/3005643002/diff/1/tests/language/language_dar...
File tests/language/language_dart2js.status (right):

https://codereview.chromium.org/3005643002/diff/1/tests/language/language_dar...
tests/language/language_dart2js.status:1454:
variable_declaration_metadata_test/none: Crash
On 2017/08/25 20:59:45, jcollins wrote:
> Why are all these lines added here?

I don't know. Probably a merge mistake on my part. I'll clear them out.

https://codereview.chromium.org/3005643002/diff/1/tests/language_2/language_2...
File tests/language_2/language_2_kernel.status (right):

https://codereview.chromium.org/3005643002/diff/1/tests/language_2/language_2...
tests/language_2/language_2_kernel.status:217: hello_dart_test: Crash  # error:
expected: cls.is_type_finalized()
On 2017/08/25 20:59:45, jcollins wrote:
> this is different than line 10?

Doesn't look like it. Merged them.

Powered by Google App Engine
This is Rietveld 408576698