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

Issue 3002573002: Migrating another batch of tests to dart 2. (Closed)

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

Description

Migrating another batch of tests to dart 2. Start: ./language[_strong]/closure_side_effect_test.dart End: ./language[_strong]/compile_time_constant2_test.dart Except for tests/language_2/closure_type_test.dart, all other files has been copied automatically by the tool. R=jcollins@google.com, whesse@google.com PS: Forgot to run git cl upload command right after the migrate_tool, which I should have done, to make the automatic and manual changes clearer. Committed: https://github.com/dart-lang/sdk/commit/312ce6d0021e37c9382a8f1a9c27938b1d79c663

Patch Set 1 #

Patch Set 2 : Removed library closure_type_test from test_file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -1956 lines) Patch
D tests/language/closure_side_effect_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D tests/language/closure_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/language/closure_type_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D tests/language/closure_type_variable_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D tests/language/closure_type_variables_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D tests/language/closure_variable_shadow_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/language/closure_with_super_field_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/language/closure_with_super_send_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language/closures_initializer2_test.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D tests/language/closures_initializer_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language/closures_with_complex_params_test.dart View 1 chunk +0 lines, -60 lines 0 comments Download
D tests/language/code_after_try_is_executed_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language/code_motion_crash_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/language/comparison_test.dart View 1 chunk +0 lines, -325 lines 0 comments Download
D tests/language/compile_time_constant10_test.dart View 1 chunk +0 lines, -110 lines 0 comments Download
D tests/language/compile_time_constant11_test.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D tests/language/compile_time_constant12_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/language/compile_time_constant13_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language/compile_time_constant2_test.dart View 1 chunk +0 lines, -58 lines 0 comments Download
M tests/language/language_dart2js.status View 3 chunks +0 lines, -29 lines 0 comments Download
A + tests/language_2/closure_side_effect_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closure_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/language_2/closure_type_test.dart View 1 1 chunk +33 lines, -0 lines 0 comments Download
A + tests/language_2/closure_type_variable_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closure_type_variables_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closure_variable_shadow_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closure_with_super_field_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closure_with_super_send_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closures_initializer2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closures_initializer_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/closures_with_complex_params_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/code_after_try_is_executed_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/code_motion_crash_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/comparison_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/compile_time_constant10_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/compile_time_constant11_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/compile_time_constant12_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/compile_time_constant13_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/compile_time_constant2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/language_2/language_2.status View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/language_2/language_2_analyzer.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/language_2/language_2_dart2js.status View 3 chunks +29 lines, -0 lines 0 comments Download
M tests/language_2/language_2_dartdevc.status View 1 chunk +1 line, -0 lines 0 comments Download
D tests/language_strong/closure_side_effect_test.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D tests/language_strong/closure_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
D tests/language_strong/closure_type_test.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D tests/language_strong/closure_type_variable_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D tests/language_strong/closure_type_variables_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D tests/language_strong/closure_variable_shadow_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/language_strong/closure_with_super_field_test.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D tests/language_strong/closure_with_super_send_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language_strong/closures_initializer2_test.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D tests/language_strong/closures_initializer_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language_strong/closures_with_complex_params_test.dart View 1 chunk +0 lines, -60 lines 0 comments Download
D tests/language_strong/code_after_try_is_executed_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
D tests/language_strong/code_motion_crash_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/language_strong/comparison_test.dart View 1 chunk +0 lines, -325 lines 0 comments Download
D tests/language_strong/compile_time_constant10_test.dart View 1 chunk +0 lines, -110 lines 0 comments Download
D tests/language_strong/compile_time_constant11_test.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D tests/language_strong/compile_time_constant12_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/language_strong/compile_time_constant13_test.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D tests/language_strong/compile_time_constant2_test.dart View 1 chunk +0 lines, -58 lines 0 comments Download
M tests/language_strong/language_strong.status View 1 chunk +0 lines, -4 lines 0 comments Download
M tests/language_strong/language_strong_kernel.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
mkroghj
ptal
3 years, 4 months ago (2017-08-14 13:23:21 UTC) #4
Bill Hesse
lgtm Note the only non-trivial change is to closure_type_test, which was testing a runtime check ...
3 years, 4 months ago (2017-08-14 13:44:17 UTC) #5
jcollins
On 2017/08/14 13:44:17, Bill Hesse wrote: > lgtm > > Note the only non-trivial change ...
3 years, 4 months ago (2017-08-15 16:02:59 UTC) #6
jcollins
On 2017/08/15 16:02:59, jcollins wrote: > On 2017/08/14 13:44:17, Bill Hesse wrote: > > lgtm ...
3 years, 4 months ago (2017-08-15 16:12:00 UTC) #7
Bill Hesse
Looking at the history of the test, in https://github.com/dart-lang/sdk/commit/5919998308fcb1ca7b086e47129fc8a07c7f0101 and what it is intended to ...
3 years, 4 months ago (2017-08-15 16:28:26 UTC) #9
regis
On 2017/08/15 16:28:26, Bill Hesse wrote: > Looking at the history of the test, in ...
3 years, 4 months ago (2017-08-15 17:40:45 UTC) #10
jcollins
On 2017/08/15 17:40:45, regis wrote: > On 2017/08/15 16:28:26, Bill Hesse wrote: > > Looking ...
3 years, 4 months ago (2017-08-15 17:55:24 UTC) #11
mkroghj
3 years, 4 months ago (2017-08-16 09:51:54 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
312ce6d0021e37c9382a8f1a9c27938b1d79c663.

Powered by Google App Engine
This is Rietveld 408576698