Builder vm-kernel-win-product-x64
Build 1698
Results:
Success
Trigger Info:
Project | dart |
Revision | 27316cc97b19c53b693b2ffe93fcb6993c4be86b |
Got Revision | 27316cc97b19c53b693b2ffe93fcb6993c4be86b |
Execution:
- Source: Task 42954030e78b9d10
- Bot: win10-dart-fedce810-us-central1-c-qb0b
- Recipe: dart/neo
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 2 mins 44 secs ) upload testing fileset vm-kernelswarming fileset hash: 73bf80d375da86246f843e60af7c9c51fb589e4a
-
- - no logs -
-
- - no logs -
-
( 2 secs ) vm tests_shard_4 on WindowsRun on OS: 'Windows'Pending time: 15sShard duration: 0:13:05.493921
-
( 2 secs ) vm tests_shard_5 on WindowsRun on OS: 'Windows'Pending time: 36sShard duration: 0:03:30.061318
-
( 2 secs ) vm tests_shard_6 on WindowsRun on OS: 'Windows'Pending time: 37sShard duration: 0:03:38.037464
-
( 3 secs ) vm tests_shard_7 on WindowsRun on OS: 'Windows'Pending time: 37sShard duration: 0:03:33.149759
-
( 2 secs ) vm tests_shard_8 on WindowsRun on OS: 'Windows'Pending time: 39sShard duration: 0:13:15.821083
-
( 4 secs ) vm tests_shard_9 on WindowsRun on OS: 'Windows'Pending time: 46sShard duration: 0:13:40.411370
-
- - 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-qb0b" | 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": 1548275852903113, "id": "8923508815224691472", "project": "dart", "tags": ["builder:vm-kernel-win-product-x64", "buildset:commit/git/27316cc97b19c53b693b2ffe93fcb6993c4be86b", "buildset:commit/gitiles/dart.googlesource.com/sdk/+/27316cc97b19c53b693b2ffe93fcb6993c4be86b", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088938877468676272", "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 | 1698 | 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 | "27316cc97b19c53b693b2ffe93fcb6993c4be86b" | setup_build |
got_revision | "27316cc97b19c53b693b2ffe93fcb6993c4be86b" | bot_update |
Blamelist:
- Régis Crelier (regisohnoyoudont@google.com)
Timing:
Create | Wednesday, 23-Jan-19 20:37:32 UTC |
Start | Wednesday, 23-Jan-19 20:48:33 UTC |
End | Wednesday, 23-Jan-19 21:13:17 UTC |
Pending | 11 mins |
Execution | 24 mins 44 secs |
All Changes:
-
Revert "[vm] Prevent access to non-annotated members through native API."
Changed by Régis Crelier - regisohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 20:37:22 UTC Repository https://dart.googlesource.com/sdk Branch Revision 27316cc97b19c53b693b2ffe93fcb6993c4be86b Comments
Revert "[vm] Prevent access to non-annotated members through native API." This reverts commit 0203243381308d0239c47a6828e6b4e4e97ea9ec. Reason for revert: breaking several bots Original change's description: > [vm] Prevent access to non-annotated members through native API. > > We will issue warnings and throw an API error when the native API is used to access members which were not appropriately > annotated as entry-points, if the flag "--verify-entry-points" is passed. > > Also, fixes Class::Invoke against fields (isn't allowed through native API but > could be allowed with mirrors, and is inconsistent with Library::Invoke behavior). > > I've checked locally that this would have caught the bug in > "Wrap the user entrypoint function in a zone with native exception callback. (#7512)". > > Change-Id: I617c71e1965457c956c97761359765bb9bb18c1c > Cq-Include-Trybots: luci.dart.try:vm-kernel-optcounter-threshold-linux-release-x64-try, vm-kernel-precomp-linux-debug-x64-try, vm-kernel-precomp-linux-release-simarm-try, vm-kernel-precomp-linux-release-simarm64-try, vm-kernel-precomp-linux-release-x64-try, vm-kernel-precomp-mac-release-simarm64-try, vm-kernel-precomp-win-release-x64-try > Reviewed-on: https://dart-review.googlesource.com/c/90060 > Commit-Queue: Samir Jindel <sjindel@google.com> > Reviewed-by: Alexander Markov <alexmarkov@google.com> TBR=alexmarkov@google.com,sjindel@google.com Change-Id: I554b389780e4ba652183c044b040b0c524beb5c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: luci.dart.try:vm-kernel-optcounter-threshold-linux-release-x64-try, vm-kernel-precomp-linux-debug-x64-try, vm-kernel-precomp-linux-release-simarm-try, vm-kernel-precomp-linux-release-simarm64-try, vm-kernel-precomp-linux-release-x64-try, vm-kernel-precomp-mac-release-simarm64-try, vm-kernel-precomp-win-release-x64-try Reviewed-on: https://dart-review.googlesource.com/c/90841 Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Régis Crelier <regis@google.com>
Changed files
- BUILD.gn
- runtime/bin/BUILD.gn
- runtime/bin/entrypoints_verification_test_extension.cc
- runtime/bin/entrypoints_verification_test_extension_dllmain_win.cc
- runtime/docs/compiler/aot/entry_point_pragma.md
- runtime/lib/growable_array.dart
- runtime/vm/compiler/aot/precompiler.cc
- runtime/vm/dart_api_impl.cc
- runtime/vm/flag_list.h
- runtime/vm/object.cc
- runtime/vm/object.h
- runtime/vm/object_store.cc
- runtime/vm/object_store.h
- tests/standalone_2/io/entrypoints_verification_test.dart
- tests/standalone_2/io/entrypoints_verification_test_main.dart
- tests/standalone_2/standalone_2_kernel.status