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

Issue 2990623002: Migrate test block 9 to Dart 2.0 (Closed)

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

Description

Migrate test block 9 to Dart 2.0 Deleted http_resource_test – the associated classes no longer exist Deleted int_fromEnvironment3 - validated type semantics Tweaked hash_set_type_check – made it very simple. Also tweaked some analyzer hints R=rnystrom@google.com Committed: https://github.com/dart-lang/sdk/commit/c347b0ed160ccdccdbfd7a9b23ea166e127c9a12

Patch Set 1 #

Total comments: 1

Patch Set 2 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1679 lines) Patch
M tests/corelib/corelib.status View 1 9 chunks +0 lines, -38 lines 0 comments Download
D tests/corelib/hash_map_test.dart View 1 chunk +0 lines, -23 lines 0 comments Download
D tests/corelib/hash_set_test.dart View 1 1 chunk +0 lines, -363 lines 0 comments Download
D tests/corelib/hash_set_type_check_test.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D tests/corelib/hashcode_boxed_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/corelib/hashcode_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D tests/corelib/hidden_library2_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/corelib/indexed_list_access_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D tests/corelib/int_ceil_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/int_ceil_to_double_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/int_floor_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/int_floor_to_double_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/int_from_environment2_test.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D tests/corelib/int_from_environment3_test.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D tests/corelib/int_from_environment_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/corelib/int_modulo_arith_test.dart View 1 chunk +0 lines, -197 lines 0 comments Download
M tests/corelib_2/corelib_2.status View 1 3 chunks +20 lines, -0 lines 0 comments Download
A + tests/corelib_2/hash_map_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/hash_set_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + tests/corelib_2/hash_set_type_check_test.dart View 1 1 chunk +7 lines, -24 lines 0 comments Download
A + tests/corelib_2/hashcode_boxed_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/hashcode_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
A + tests/corelib_2/hidden_library2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_ceil_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_ceil_to_double_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_floor_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_floor_to_double_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_from_environment2_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_from_environment_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/corelib_2/int_modulo_arith_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/corelib_strong/corelib_strong.status View 1 1 chunk +0 lines, -2 lines 0 comments Download
D tests/corelib_strong/hash_map_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/corelib_strong/hash_set_type_check_test.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D tests/corelib_strong/hashcode_boxed_test.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D tests/corelib_strong/hashcode_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D tests/corelib_strong/hidden_library2_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/corelib_strong/http_resource_test.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D tests/corelib_strong/indexed_list_access_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D tests/corelib_strong/int_ceil_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib_strong/int_ceil_to_double_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib_strong/int_floor_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib_strong/int_floor_to_double_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib_strong/int_from_environment2_test.dart View 1 chunk +0 lines, -14 lines 0 comments Download
D tests/corelib_strong/int_from_environment3_test.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D tests/corelib_strong/int_from_environment_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/corelib_strong/int_modulo_arith_test.dart View 1 chunk +0 lines, -197 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
kevmoo
3 years, 4 months ago (2017-07-25 19:19:11 UTC) #2
jcollins
On 2017/07/25 19:19:11, kevmoo wrote: fyi, this is test block 9
3 years, 4 months ago (2017-07-25 19:20:57 UTC) #3
Bob Nystrom
One thing then LGTM! https://codereview.chromium.org/2990623002/diff/1/tests/corelib_2/indexed_list_access_test.dart File tests/corelib_2/indexed_list_access_test.dart (right): https://codereview.chromium.org/2990623002/diff/1/tests/corelib_2/indexed_list_access_test.dart#newcode8 tests/corelib_2/indexed_list_access_test.dart:8: // is not int. I ...
3 years, 4 months ago (2017-07-25 22:43:47 UTC) #5
kevmoo
3 years, 4 months ago (2017-07-25 23:43:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c347b0ed160ccdccdbfd7a9b23ea166e127c9a12 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698