Builder vm-kernel-win-product-x64
Build 1658
Results:
Success
Trigger Info:
Project | dart |
Revision | 8eed45d0b5d42f83cbc1673dcb9a961b76c60237 |
Got Revision | 8eed45d0b5d42f83cbc1673dcb9a961b76c60237 |
Execution:
- Source: Task 428624debb1dc010
- Bot: win10-dart-fedce810-us-central1-c-h8v0
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 1 mins 48 secs ) upload testing fileset vm-kernelswarming fileset hash: 15ad07f784593728f33aec6f51aafd9d75b0828d
-
- - no logs -
-
- - no logs -
-
( 25 mins 40 secs ) vm tests_shard_1 on WindowsRun on OS: 'Windows'Pending time: 32sShard duration: 0:26:32.888328
-
( 2 secs ) vm tests_shard_2 on WindowsRun on OS: 'Windows'Pending time: 35sShard duration: 0:20:10.182252
-
( 2 secs ) vm tests_shard_3 on WindowsRun on OS: 'Windows'Pending time: 37sShard duration: 0:24:10.753213
-
( 1 secs ) vm tests_shard_4 on WindowsRun on OS: 'Windows'Pending time: 38sShard duration: 0:24:13.082486
-
( 1 secs ) vm tests_shard_5 on WindowsRun on OS: 'Windows'Pending time: 41sShard duration: 0:20:08.938800
-
( 1 secs ) vm tests_shard_6 on WindowsRun on OS: 'Windows'Pending time: 42sShard duration: 0:16:39.356919
-
( 2 secs ) vm tests_shard_7 on WindowsRun on OS: 'Windows'Pending time: 41sShard duration: 0:26:29.909164
-
( 2 secs ) vm tests_shard_8 on WindowsRun on OS: 'Windows'Pending time: 0:17:22.707903Shard duration: 0:03:52.105904
-
( 2 secs ) vm tests_shard_9 on WindowsRun on OS: 'Windows'Pending time: 0:17:34.712943Shard duration: 0:03:16.741408
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "C:\\b\\s\\w\\ir\\cache", "temp_dir": "C:\\b\\s\\w\\ir\\tmp\\rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "win10-dart-fedce810-us-central1-c-h8v0" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.dart.ci.sandbox", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548022404321777, "id": "8923774575324644928", "project": "dart", "tags": ["builder:vm-kernel-win-product-x64", "buildset:commit/git/8eed45d0b5d42f83cbc1673dcb9a961b76c60237", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/8eed45d0b5d42f83cbc1673dcb9a961b76c60237", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089204638153592304", "scheduler_job_id:dart/vm-kernel-win-product-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-win-product-x64" | setup_build |
buildnumber | 1658 | setup_build |
clobber | "true" | setup_build |
mastername | "client.dart" | setup_build |
path_config | "generic" | setup_build |
recipe | "dart/neo" | setup_build |
repository | "https://dart.googlesource.com/sdk/" | setup_build |
revision | "8eed45d0b5d42f83cbc1673dcb9a961b76c60237" | setup_build |
got_revision | "8eed45d0b5d42f83cbc1673dcb9a961b76c60237" | bot_update |
Blamelist:
- Konstantin Shcheglov (scheglovohnoyoudont@google.com)
Timing:
Create | Sunday, 20-Jan-19 22:13:24 UTC |
Start | Sunday, 20-Jan-19 22:13:36 UTC |
End | Sunday, 20-Jan-19 22:53:00 UTC |
Pending | 12 secs |
Execution | 39 mins 23 secs |
All Changes:
-
Issue 3084. Don't generated 'new' in Quick Assists.
Changed by Konstantin Shcheglov - scheglovohnoyoudont@google.com Changed at Sunday, 20-Jan-19 22:13:09 UTC Repository https://dart.googlesource.com/sdk Branch Revision 8eed45d0b5d42f83cbc1673dcb9a961b76c60237 Comments
Issue 3084. Don't generated 'new' in Quick Assists. This removes all 'new' is Quick Assists and their tests. Also removes /*caret*/ and start/end markers from the test code that is actually resolved, so that expectations should not have them as well. R=brianwilkerson@google.com Bug: https://github.com/flutter/flutter-intellij/issues/3084 Change-Id: Ib63ea165bdc14b22fa371f93765adb1ca65a6b56 Reviewed-on: https://dart-review.googlesource.com/c/89720 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Changed files
- pkg/analysis_server/lib/src/services/correction/assist_internal.dart
- pkg/analysis_server/test/src/services/correction/assist/add_type_annotation_test.dart
- pkg/analysis_server/test/src/services/correction/assist/assist_processor.dart
- pkg/analysis_server/test/src/services/correction/assist/convert_to_int_literal_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_convert_to_children_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_convert_to_stateful_widget_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_move_down_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_move_up_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_remove_widget_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_swap_with_child_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_swap_with_parent_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_center_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_column_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_container_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_generic_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_padding_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_row_test.dart
- pkg/analysis_server/test/src/services/correction/assist/flutter_wrap_stream_builder_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_block_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_do_while_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_for_in_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_for_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_if_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_try_catch_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_try_finally_test.dart
- pkg/analysis_server/test/src/services/correction/assist/surround_with_while_test.dart