Builder vm-kernel-linux-release-ia32 Build 1650
Results:
Success
Trigger Info:
Project | dart |
Revision | fbc267f18f46194de3e11fc75da62415555b146a |
Got Revision | fbc267f18f46194de3e11fc75da62415555b146a |
Execution:
- Source: Task 429587ad3f193810
- Bot: trusty-dart-68765ebb-us-central1-b-b6fs
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 20 secs ) upload testing fileset vm-kernelswarming fileset hash: 00b447e17fe8e7ce1ed9e962017762cdc4e8ec3b
-
- - no logs -
-
- - no logs -
-
( 26 mins 31 secs ) vm tests_shard_1Run on OS: 'Linux'Pending time: 0:23:23.699267Shard duration: 0:06:51.052399
-
( 3 secs ) vm tests_shard_2Run on OS: 'Linux'Pending time: 0:23:25.264655Shard duration: 0:06:43.268718
-
( 2 secs ) vm tests_shard_3Run on OS: 'Linux'Pending time: 0:23:25.629678Shard duration: 0:05:08.558029
-
( 7 mins 23 secs ) vm tests_shard_4Run on OS: 'Linux'Pending time: 0:23:28.114931Shard duration: 0:14:08.460915
-
( 1 secs ) vm tests_shard_5Run on OS: 'Linux'Pending time: 0:23:32.972430Shard duration: 0:04:52.451793
-
( 1 secs ) vm tests_shard_6Run on OS: 'Linux'Pending time: 0:23:36.032870Shard duration: 0:04:37.998997
-
( 1 secs ) vm tests_shard_7Run on OS: 'Linux'Pending time: 0:23:38.839648Shard duration: 0:04:45.899510
-
( 1 secs ) vm tests_shard_8Run on OS: 'Linux'Pending time: 0:23:38.367321Shard duration: 0:06:01.681172
-
( 1 secs ) vm tests_shard_9Run on OS: 'Linux'Pending time: 0:23:45.775725Shard duration: 0:04:29.202033
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "trusty-dart-68765ebb-us-central1-b-b6fs" | 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": 1548280537931014, "id": "8923503902616544336", "project": "dart", "tags": ["builder:vm-kernel-linux-release-ia32", "buildset:commit/git/fbc267f18f46194de3e11fc75da62415555b146a", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/fbc267f18f46194de3e11fc75da62415555b146a", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088933964845460800", "scheduler_job_id:dart/vm-kernel-linux-release-ia32", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "vm-kernel-linux-release-ia32" | setup_build |
buildnumber | 1650 | 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 | "fbc267f18f46194de3e11fc75da62415555b146a" | setup_build |
got_revision | "fbc267f18f46194de3e11fc75da62415555b146a" | bot_update |
Blamelist:
- Konstantin Shcheglov (scheglovohnoyoudont@google.com)
- Brian Wilkerson (brianwilkersonohnoyoudont@google.com)
Timing:
Create | Wednesday, 23-Jan-19 21:55:37 UTC |
Start | Wednesday, 23-Jan-19 22:01:29 UTC |
End | Wednesday, 23-Jan-19 22:43:27 UTC |
Pending | 5 mins 51 secs |
Execution | 41 mins 57 secs |
All Changes:
-
Support for override completions in mixins.
Changed by Konstantin Shcheglov - scheglovohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 21:55:03 UTC Repository https://dart.googlesource.com/sdk Branch Revision fbc267f18f46194de3e11fc75da62415555b146a Comments
Support for override completions in mixins. Also moves tests for override implementations into a separate class. New tests: test_mixin_method_of_interface test_mixin_method_of_superclassConstraint Changes for deciding whether to generate `super` invocation. R=brianwilkerson@google.com Change-Id: I7f875695ce81f0212863fbd2f9fe1f1b9d7aaa3f Reviewed-on: https://dart-review.googlesource.com/c/90784 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Changed files
- pkg/analysis_server/lib/src/services/completion/dart/override_contributor.dart
- pkg/analysis_server/test/services/completion/dart/override_contributor_test.dart
- pkg/analyzer/lib/src/dart/element/inheritance_manager2.dart
- pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart
-
Add highlighting support for code-as-ui
Changed by Brian Wilkerson - brianwilkersonohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 21:54:25 UTC Repository https://dart.googlesource.com/sdk Branch Revision b3295a1327a2ffa07cbb706a657cdaeabdacbee7 Comments
Add highlighting support for code-as-ui Change-Id: I5f3b9274ab8ce0ce4259e273c5ea69585467df21 Reviewed-on: https://dart-review.googlesource.com/c/90783 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Changed files
- pkg/analysis_server/lib/src/computer/computer_highlights.dart
- pkg/analysis_server/lib/src/computer/computer_highlights2.dart
- pkg/analysis_server/test/analysis/notification_highlights2_test.dart
- pkg/analysis_server/test/analysis/notification_highlights_test.dart
- pkg/analysis_server/test/analysis_abstract.dart