Builder vm-kernel-win-product-x64
Build 1569
Results:
Success
Trigger Info:
Project | dart |
Revision | 23b5aee978f9f74370beb01b41d061ffa6699e2d |
Got Revision | 23b5aee978f9f74370beb01b41d061ffa6699e2d |
Execution:
- Source: Task 426b08e022394410
- Bot: win10-dart-fedce810-us-central1-c-87f9
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 1 mins 45 secs ) upload testing fileset vm-kernelswarming fileset hash: 0b4545122ba2019b65661477c3dbc192b770d1d6
-
- - no logs -
-
- - no logs -
-
( 1 secs ) vm tests_shard_3 on WindowsRun on OS: 'Windows'Pending time: 57sShard duration: 0:03:45.747289
-
( 1 secs ) vm tests_shard_4 on WindowsRun on OS: 'Windows'Pending time: 59sShard duration: 0:04:06.075393
-
( 1 secs ) vm tests_shard_5 on WindowsRun on OS: 'Windows'Pending time: 0:01:24.940662Shard duration: 0:03:09.846534
-
( 1 secs ) vm tests_shard_6 on WindowsRun on OS: 'Windows'Pending time: 0:01:28.386237Shard duration: 0:03:16.658166
-
( 1 secs ) vm tests_shard_7 on WindowsRun on OS: 'Windows'Pending time: 0:01:55.607930Shard duration: 0:03:18.787311
-
( 1 secs ) vm tests_shard_8 on WindowsRun on OS: 'Windows'Pending time: 0:02:22.646318Shard duration: 0:03:50.454874
-
( 1 secs ) vm tests_shard_9 on WindowsRun on OS: 'Windows'Pending time: 0:02:29.813268Shard duration: 0:03:24.112769
-
- - 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-87f9" | 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": 1547567584800234, "id": "8924251488158638672", "project": "dart", "tags": ["builder:vm-kernel-win-product-x64", "buildset:commit/git/23b5aee978f9f74370beb01b41d061ffa6699e2d", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/23b5aee978f9f74370beb01b41d061ffa6699e2d", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089681550412527472", "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 | 1569 | 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 | "23b5aee978f9f74370beb01b41d061ffa6699e2d" | setup_build |
got_revision | "23b5aee978f9f74370beb01b41d061ffa6699e2d" | bot_update |
Blamelist:
- danrubel (danrubelohnoyoudont@google.com)
- danrubel (danrubelohnoyoudont@google.com)
Timing:
Create | Tuesday, 15-Jan-19 15:53:04 UTC |
Start | Tuesday, 15-Jan-19 15:58:07 UTC |
End | Tuesday, 15-Jan-19 16:17:43 UTC |
Pending | 5 mins 2 secs |
Execution | 19 mins 35 secs |
All Changes:
-
Update dartfix NNBD to handle more situations
Changed by danrubel - danrubelohnoyoudont@google.com Changed at Tuesday, 15-Jan-19 15:52:54 UTC Repository https://dart.googlesource.com/sdk Branch Revision 23b5aee978f9f74370beb01b41d061ffa6699e2d Comments
Update dartfix NNBD to handle more situations This CL updates the dartfix NNBD implementation to skip types in extends, implements, on, and with clauses in addition to addressing comments in https://dart-review.googlesource.com/c/sdk/+/89046 Change-Id: Ifa491ac3ffd2b2ef24b1e649c1355df65adefc13 Reviewed-on: https://dart-review.googlesource.com/c/89403 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>
Changed files
- pkg/analysis_server/lib/src/edit/fix/non_nullable_fix.dart
- pkg/analysis_server/test/domain_edit_dartfix_test.dart
-
revise dartfix protocol version check
Changed by danrubel - danrubelohnoyoudont@google.com Changed at Tuesday, 15-Jan-19 15:52:54 UTC Repository https://dart.googlesource.com/sdk Branch Revision fe6b384ff571990cdcb6f35d17ccf47c54fee44c Comments
revise dartfix protocol version check Change-Id: I655773791189dd5cf133ade8a48ed39ff48b6345 Reviewed-on: https://dart-review.googlesource.com/c/89402 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Changed files
- pkg/dartfix/CHANGELOG.md
- pkg/dartfix/lib/src/driver.dart
- pkg/dartfix/test/src/driver_test.dart
- pkg/dartfix/test/src/test_context.dart