Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Issue 1951843002: Skia: Add --colorImages to DM (Closed)

Created:
4 years, 7 months ago by borenet2
Modified:
4 years, 7 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Skia: Add --colorImages to DM BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300458

Patch Set 1 #

Total comments: 3

Patch Set 2 : Only use colorspace images if version >= 5 #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -8 lines) Patch
M scripts/slave/recipe_modules/skia/api.py View 1 2 7 chunks +12 lines, -8 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/adb_in_path.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/download_and_push_skimage.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/download_and_push_skps.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/failed_dm.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/failed_get_hashes.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_device.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/missing_SKP_VERSION_host.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/missing_SK_IMAGE_VERSION_device.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/skia.expected/missing_SK_IMAGE_VERSION_host.json View 1 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
borenet
https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py File scripts/slave/recipe_modules/skia/api.py (right): https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py#newcode716 scripts/slave/recipe_modules/skia/api.py:716: self.device_dirs.images_dir, 'colorspace'), I have a couple of concerns: 1. ...
4 years, 7 months ago (2016-05-04 12:09:55 UTC) #2
borenet
On 2016/05/04 12:09:55, borenet wrote: > https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py > File scripts/slave/recipe_modules/skia/api.py (right): > > https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py#newcode716 > ...
4 years, 7 months ago (2016-05-04 12:10:52 UTC) #3
scroggo
On 2016/05/04 12:10:52, borenet wrote: > Maybe we should consider adding the colorspace images to ...
4 years, 7 months ago (2016-05-04 12:50:32 UTC) #5
borenet
https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py File scripts/slave/recipe_modules/skia/api.py (right): https://codereview.chromium.org/1951843002/diff/1/scripts/slave/recipe_modules/skia/api.py#newcode716 scripts/slave/recipe_modules/skia/api.py:716: self.device_dirs.images_dir, 'colorspace'), On 2016/05/04 12:50:32, scroggo wrote: > On ...
4 years, 7 months ago (2016-05-04 12:56:16 UTC) #6
msarett
I think it makes perfect sense to make this flag conditional on v5. I've added ...
4 years, 7 months ago (2016-05-04 13:22:42 UTC) #7
borenet
On 2016/05/04 13:22:42, msarett wrote: > I think it makes perfect sense to make this ...
4 years, 7 months ago (2016-05-04 13:53:47 UTC) #8
msarett
lgtm
4 years, 7 months ago (2016-05-04 14:51:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1951843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1951843002/20001
4 years, 7 months ago (2016-05-05 17:33:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1951843002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1951843002/40001
4 years, 7 months ago (2016-05-05 17:40:35 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 17:44:36 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=300458

Powered by Google App Engine
This is Rietveld 408576698