Builder Android FYI 64 dEQP Vk Release (Nexus 5X) Build 33314
Results:
Success
Trigger Info:
Project | chromium |
Revision | 0eaa27d31b4d727a10363cc2ef000b84438d9696 |
Got Revision | 0eaa27d31b4d727a10363cc2ef000b84438d9696 |
Execution:
- Source: Task 4129461214364e10
- Bot: swarm1359-c4
Steps and Logfiles:
Show:-
( 228 ms ) report buildersrunning builder/tester 'Android FYI 64 dEQP Vk Release (Nexus 5X)' on master 'chromium.gpu.fyi'
-
- - no logs -
-
( 1 secs ) read test spec (chromium.gpu.fyi.json)path: /b/swarming/w/ir/cache/builder/src/testing/buildbot/chromium.gpu.fyi.json
-
( 527 ms ) lookup GN argsandroid32_ndk_api_level = 24android64_ndk_api_level = 24build_angle_deqp_tests = truedcheck_always_on = trueffmpeg_branding = "Chrome"is_component_build = falseis_debug = falseproprietary_codecs = truestrip_absolute_paths_from_debug_symbols = truesymbol_level = 1target_cpu = "arm64"target_os = "android"use_goma = truegoma_dir = "/b/swarming/w/ir/cache/goma/client"
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
( 11 secs ) angle_deqp_gles2_vulkan_tests on Android device Nexus 5XRun on OS: 'Android'Max shard duration: 0:06:10.507775 (shard #1)Min shard duration: 0:06:00.049253 (shard #3)
Build Properties:
Name | Value | Source |
---|---|---|
$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 | "swarm1359-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": 1542169331739578, "id": "8929911966760401632", "project": "chromium", "tags": ["builder:Android FYI 64 dEQP Vk Release (Nexus 5X)", "buildset:commit/git/0eaa27d31b4d727a10363cc2ef000b84438d9696", "buildset:commit/gitiles/chromium.googlesource.com/chromium/src/+/0eaa27d31b4d727a10363cc2ef000b84438d9696", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9095342029063195040", "scheduler_job_id:chromium/Android FYI 64 dEQP Vk Release (Nexus 5X)", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "Android FYI 64 dEQP Vk Release (Nexus 5X)" | setup_build |
buildnumber | 33314 | setup_build |
mastername | "chromium.gpu.fyi" | setup_build |
path_config | "generic" | setup_build |
recipe | "chromium" | setup_build |
repository | "https://chromium.googlesource.com/chromium/src.git" | setup_build |
revision | "0eaa27d31b4d727a10363cc2ef000b84438d9696" | setup_build |
got_angle_revision | "d1a55e393e65601ba26e2d76bd46a12fc6bc4e3e" | bot_update |
got_buildtools_revision | "13a00f110ef910a25763346d6538b60f12845656" | bot_update |
got_dawn_revision | "597e1587b4bfc7bf89895c7c879ae58b649da3c5" | bot_update |
got_nacl_revision | "99673869a3cd8731d924bd32fa486feebfdc6c4f" | bot_update |
got_revision | "0eaa27d31b4d727a10363cc2ef000b84438d9696" | bot_update |
got_revision_cp | "refs/heads/master@{#607901}" | bot_update |
got_swarming_client_revision | "f78187ab77127de42555afe0ad410bebde6ac6a5" | bot_update |
got_v8_revision | "dd90e943fb1fb45baaafb93e5055f60d6c94348e" | bot_update |
got_v8_revision_cp | "refs/heads/7.2.320@{#1}" | bot_update |
got_webrtc_revision | "6dbf0e43a5ff4768fea849de829c84e5470d544b" | bot_update |
got_webrtc_revision_cp | "refs/heads/master@{#25628}" | bot_update |
swarm_hashes_refs/heads/master(at){#607901}_without_patch | {"angle_deqp_gles2_tests": "8161bf0246325ead16f3b44f7aec2c65e5f2cbaf"} | isolate tests |
swarm_hashes | {"angle_deqp_gles2_tests": "8161bf0246325ead16f3b44f7aec2c65e5f2cbaf"} | find isolated tests |
Blamelist:
- Stephen Chenney (schenneyohnoyoudont@chromium.org)
Timing:
Create | Wednesday, 14-Nov-18 04:22:11 UTC |
Start | Wednesday, 14-Nov-18 04:22:13 UTC |
End | Wednesday, 14-Nov-18 04:25:10 UTC |
Pending | 1 secs |
Execution | 2 mins 56 secs |
All Changes:
-
Fix background image painting of very small images
Changed by Stephen Chenney - schenneyohnoyoudont@chromium.org Changed at Wednesday, 14-Nov-18 04:19:30 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 0eaa27d31b4d727a10363cc2ef000b84438d9696 Comments
Fix background image painting of very small images The background image fast path painting rounds the image src rect to integer sizes assuming sprite maps and/or reasonably large images. When a very small image is used scaled up to a large size (such as constant color images scaled up to form progress bars by animating background size) the src rect may be 1 x [small number] which gets rounded to zero size. This patch changes the code to detect this situation and not round in such cases. It's worth recording that an alternate approach is to detect when the rounding results in a significant change in src rect and always switch to unrounded in that case. But it would be more expensive for a relatively uncommon case. R=fmalita BUG=904042 Change-Id: I24657a5d087c0dda0fd8a5e3c3d08e1e4eb02473 Reviewed-on: https://chromium-review.googlesource.com/c/1334291 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#607901}
Changed files
- third_party/WebKit/LayoutTests/external/wpt/css/css-backgrounds/background-size-one-value-1x1-image.html
- third_party/WebKit/LayoutTests/external/wpt/css/css-backgrounds/reference/background-size-one-value-1x1-image-ref.html
- third_party/blink/renderer/core/paint/box_painter_base.cc