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

Issue 2992003002: Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. (Closed)

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

Description

Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. R=jmesserly@google.com Committed: https://github.com/dart-lang/sdk/commit/f32d1b2bcdf5647bdfb2001970e896934ecdcce5

Patch Set 1 #

Total comments: 6

Patch Set 2 : Revise. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+517 lines, -2825 lines) Patch
M tests/compiler/dart2js_extra/assert_with_message_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
D tests/language/arithmetic2_test.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D tests/language/assert_assignable_type_test.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D tests/language/assert_initializer_test.dart View 1 chunk +0 lines, -228 lines 0 comments Download
D tests/language/assert_message_test.dart View 1 chunk +0 lines, -105 lines 0 comments Download
D tests/language/assert_trailing_comma_test.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D tests/language/assert_with_type_test_or_cast_test.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D tests/language/assertion_initializer_const_error2_test.dart View 1 chunk +0 lines, -64 lines 0 comments Download
D tests/language/assertion_initializer_const_error_test.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D tests/language/assertion_initializer_const_function_error_test.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D tests/language/assertion_initializer_const_function_test.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D tests/language/assertion_initializer_test.dart View 1 chunk +0 lines, -140 lines 0 comments Download
D tests/language/assertion_test.dart View 1 chunk +0 lines, -77 lines 0 comments Download
D tests/language/assign_instance_method_negative_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D tests/language/assign_op_test.dart View 1 chunk +0 lines, -96 lines 0 comments Download
D tests/language/assign_static_type_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D tests/language/assign_to_type_test.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D tests/language/assign_top_method_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/language/assignable_expression_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/language/async_and_or_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/language/async_await_catch_regression_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language/async_await_syntax_test.dart View 1 chunk +0 lines, -301 lines 0 comments Download
M tests/language/language.status View 5 chunks +0 lines, -66 lines 0 comments Download
M tests/language/language_analyzer2.status View 1 chunk +0 lines, -5 lines 0 comments Download
M tests/language/language_dart2js.status View 1 8 chunks +0 lines, -146 lines 0 comments Download
M tests/language/language_kernel.status View 3 chunks +0 lines, -47 lines 0 comments Download
A + tests/language_2/assert_assignable_type_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assert_message_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + tests/language_2/assert_trailing_comma_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assert_with_message_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assert_with_type_test_or_cast_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assertion_initializer_const_error2_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + tests/language_2/assertion_initializer_const_error_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
A + tests/language_2/assertion_initializer_const_function_error_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assertion_initializer_const_function_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/assertion_initializer_test.dart View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + tests/language_2/assertion_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + tests/language_2/assign_instance_method_test.dart View 1 2 chunks +10 lines, -5 lines 0 comments Download
A + tests/language_2/assign_op_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/language_2/assign_static_type_test.dart View 1 1 chunk +25 lines, -0 lines 0 comments Download
A tests/language_2/assign_to_type_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A + tests/language_2/assign_top_method_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
A tests/language_2/assignable_expression_test.dart View 1 chunk +44 lines, -0 lines 0 comments Download
A + tests/language_2/async_and_or_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/async_await_catch_regression_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/async_await_foreign_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tests/language_2/async_await_syntax_test.dart View 1 4 chunks +5 lines, -5 lines 0 comments Download
M tests/language_2/language_2.status View 1 2 chunks +407 lines, -0 lines 0 comments Download
D tests/language_strong/arithmetic2_test.dart View 1 chunk +0 lines, -73 lines 0 comments Download
D tests/language_strong/assert_assignable_type_test.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D tests/language_strong/assert_with_message_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/language_strong/assert_with_type_test_or_cast_test.dart View 1 chunk +0 lines, -28 lines 0 comments Download
D tests/language_strong/assertion_test.dart View 1 chunk +0 lines, -115 lines 0 comments Download
D tests/language_strong/assign_instance_method_negative_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
D tests/language_strong/assign_op_test.dart View 1 chunk +0 lines, -96 lines 0 comments Download
D tests/language_strong/assign_static_type_test.dart View 1 chunk +0 lines, -33 lines 0 comments Download
D tests/language_strong/assign_to_type_test.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D tests/language_strong/assign_top_method_test.dart View 1 chunk +0 lines, -15 lines 0 comments Download
D tests/language_strong/assignable_expression_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/language_strong/async_and_or_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/language_strong/async_await_catch_regression_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D tests/language_strong/async_await_foreign_test.dart View 1 chunk +0 lines, -72 lines 0 comments Download
D tests/language_strong/async_await_syntax_test.dart View 1 chunk +0 lines, -301 lines 0 comments Download
M tests/language_strong/language_strong.status View 1 chunk +0 lines, -9 lines 0 comments Download
M tests/language_strong/language_strong_kernel.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Bob Nystrom
Re-applying https://github.com/dart-lang/sdk/commit/23952fdf56bd83e4ae098b7307fd494b74efa71e, which had to be reverted.
3 years, 4 months ago (2017-07-28 17:34:31 UTC) #2
Jennifer Messerly
lgtm! https://codereview.chromium.org/2992003002/diff/1/tests/language_2/assertion_initializer_const_error2_test.dart File tests/language_2/assertion_initializer_const_error2_test.dart (right): https://codereview.chromium.org/2992003002/diff/1/tests/language_2/assertion_initializer_const_error2_test.dart#newcode1 tests/language_2/assertion_initializer_const_error2_test.dart:1: // Copyright (c) 201, the Dart project authors. ...
3 years, 4 months ago (2017-07-28 17:44:25 UTC) #3
Bob Nystrom
Thanks! https://codereview.chromium.org/2992003002/diff/1/tests/language_2/assertion_initializer_const_error2_test.dart File tests/language_2/assertion_initializer_const_error2_test.dart (right): https://codereview.chromium.org/2992003002/diff/1/tests/language_2/assertion_initializer_const_error2_test.dart#newcode1 tests/language_2/assertion_initializer_const_error2_test.dart:1: // Copyright (c) 201, the Dart project authors. ...
3 years, 4 months ago (2017-07-28 18:16:02 UTC) #4
Bob Nystrom
3 years, 4 months ago (2017-07-28 18:16:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f32d1b2bcdf5647bdfb2001970e896934ecdcce5.

Powered by Google App Engine
This is Rietveld 408576698