Builder fuchsia-arm64-cast Build 11166
Results:
Success
Trigger Info:
Project | chromium |
Revision | a6906720e2b939a6c8eda7f4e102814cc72b73f5 |
Got Revision | a6906720e2b939a6c8eda7f4e102814cc72b73f5 |
Execution:
- Source: Task 42864a9fe5687c10
- Bot: swarm972-c4
- Recipe: chromium
Steps and Logfiles:
Show:-
- - no logs -
-
( 596 ms ) read test spec (chromium.linux.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.linux.json
-
( 462 ms ) lookup GN argsis_chromecast = trueis_component_build = falseis_debug = falsestrip_absolute_paths_from_debug_symbols = truesymbol_level = 0target_cpu = "arm64"target_os = "fuchsia"use_goma = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$build/goma | {"jobs": 500} | setup_build |
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm972-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.chromium.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548024878031147, "id": "8923771981451696192", "project": "chromium", "tags": ["builder:fuchsia-arm64-cast", "buildset:commit/git/a6906720e2b939a6c8eda7f4e102814cc72b73f5", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/a6906720e2b939a6c8eda7f4e102814cc72b73f5", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089202044300106256", "scheduler_job_id:chromium/fuchsia-arm64-cast", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "fuchsia-arm64-cast" | setup_build |
buildnumber | 11166 | setup_build |
mastername | "chromium.linux" | setup_build |
path_config | "generic" | setup_build |
recipe | "chromium" | setup_build |
repository | "https://chromium.googlesource.com/chromium/src.git" | setup_build |
revision | "a6906720e2b939a6c8eda7f4e102814cc72b73f5" | setup_build |
got_angle_revision | "7403dd2cd3764fe96660fe09892e764e9ae1dbca" | bot_update |
got_buildtools_revision | "2f02e1f363b1af2715536f38e239853f04ec1497" | bot_update |
got_dawn_revision | "850c0d9aec6bd3f63cb58ff1838380efc112279a" | bot_update |
got_nacl_revision | "ff15c51d20785fa51c0ef03ccb480b87299acbeb" | bot_update |
got_revision | "a6906720e2b939a6c8eda7f4e102814cc72b73f5" | bot_update |
got_revision_cp | "refs/heads/master@{#624495}" | bot_update |
got_swarming_client_revision | "0e3e1c4dc4e79f25a5b58fcbc135dc93183c0c54" | bot_update |
got_v8_revision | "49d3755f33eb8f2e44b2da7ba21556429d6b2493" | bot_update |
got_v8_revision_cp | "refs/heads/7.3.451@{#1}" | bot_update |
got_webrtc_revision | "74ba99062c48b278675cfe52643719202296fddc" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#26298}" | bot_update |
Blamelist:
- Xiaocheng Hu (xiaochenghohnoyoudont@chromium.org)
Timing:
Create | Sunday, 20-Jan-19 22:54:38 UTC |
Start | Sunday, 20-Jan-19 22:55:43 UTC |
End | Sunday, 20-Jan-19 23:05:08 UTC |
Pending | 1 mins 5 secs |
Execution | 9 mins 25 secs |
All Changes:
-
[LayoutNG] Fix LayoutInlineTest.RegionHitTest
Changed by Xiaocheng Hu - xiaochenghohnoyoudont@chromium.org Changed at Sunday, 20-Jan-19 22:53:45 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision a6906720e2b939a6c8eda7f4e102814cc72b73f5 Comments
[LayoutNG] Fix LayoutInlineTest.RegionHitTest The unit test crashes in LayoutNG because LayoutInline::HitTestCulledInline() requirs a non-null NGPaintFragment parameter. This patch passes the correct fragments to the function so that the test case doesn't crash. Note: There are some other issues related to list-based hit tests and culled inlines revealed by this patch. They are left for future investigation. Bug: 922467 Change-Id: I86c4190330c976b5acd46e19fc0dac61c90d5eba Reviewed-on: https://chromium-review.googlesource.com/c/1423664 Reviewed-by: Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#624495}
Changed files
- third_party/blink/renderer/core/layout/layout_inline_test.cc