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

Issue 23495007: Do not copy expectations file to itself. (Closed)

Created:
7 years, 3 months ago by scroggo
Modified:
7 years, 3 months ago
Reviewers:
epoger, borenet
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Do not copy expectations file to itself. r10969 had to be reverted because it was failing on Windows, Linux, and Mac (but was succeeding on Android). Only call PushFileToDevice when there is an actual device to push to. R=epoger@google.com Committed: https://code.google.com/p/skia/source/detail?r=10986

Patch Set 1 #

Total comments: 5

Patch Set 2 : Respond to comments. #

Total comments: 2

Patch Set 3 : Add TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M slave/skia_slave_scripts/prerender.py View 1 2 1 chunk +10 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
scroggo
7 years, 3 months ago (2013-08-28 12:54:13 UTC) #1
borenet
https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py#newcode140 slave/skia_slave_scripts/prerender.py:140: if not skimage_device_expectations == skimage_host_expectations: I would prefer "skimage_device_expectations ...
7 years, 3 months ago (2013-08-28 13:00:46 UTC) #2
scroggo
https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py#newcode140 slave/skia_slave_scripts/prerender.py:140: if not skimage_device_expectations == skimage_host_expectations: On 2013/08/28 13:00:46, borenet ...
7 years, 3 months ago (2013-08-28 13:01:57 UTC) #3
scroggo
https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py#newcode140 slave/skia_slave_scripts/prerender.py:140: if not skimage_device_expectations == skimage_host_expectations: On 2013/08/28 13:01:57, scroggo ...
7 years, 3 months ago (2013-08-28 13:03:39 UTC) #4
borenet
https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/1/slave/skia_slave_scripts/prerender.py#newcode140 slave/skia_slave_scripts/prerender.py:140: if not skimage_device_expectations == skimage_host_expectations: On 2013/08/28 13:03:39, scroggo ...
7 years, 3 months ago (2013-08-28 13:12:40 UTC) #5
scroggo
That won't quite work; see inline comments. cc'ing Elliot in case he has some insight ...
7 years, 3 months ago (2013-08-28 13:45:00 UTC) #6
borenet
On 2013/08/28 13:45:00, scroggo wrote: > That won't quite work; see inline comments. > > ...
7 years, 3 months ago (2013-08-28 13:54:03 UTC) #7
epoger
On 2013/08/28 13:54:03, borenet wrote: > Elliot, the code which creates the not-yet-existing expectations file ...
7 years, 3 months ago (2013-08-28 15:20:28 UTC) #8
borenet
On 2013/08/28 15:20:28, epoger wrote: > On 2013/08/28 13:54:03, borenet wrote: > > Elliot, the ...
7 years, 3 months ago (2013-08-28 15:33:48 UTC) #9
epoger
LGTM if you add the TODO described below https://codereview.chromium.org/23495007/diff/6001/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/6001/slave/skia_slave_scripts/prerender.py#newcode136 slave/skia_slave_scripts/prerender.py:136: # ...
7 years, 3 months ago (2013-08-28 18:21:54 UTC) #10
scroggo
https://codereview.chromium.org/23495007/diff/6001/slave/skia_slave_scripts/prerender.py File slave/skia_slave_scripts/prerender.py (right): https://codereview.chromium.org/23495007/diff/6001/slave/skia_slave_scripts/prerender.py#newcode136 slave/skia_slave_scripts/prerender.py:136: # For builders without an attached device, PushFileToDevice will ...
7 years, 3 months ago (2013-08-28 18:32:40 UTC) #11
epoger
lgtm
7 years, 3 months ago (2013-08-28 18:37:26 UTC) #12
scroggo
7 years, 3 months ago (2013-08-28 18:40:59 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 manually as r10986 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698