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

Issue 2303063003: Skip COFF timestamp difference. (Closed)

Created:
4 years, 3 months ago by Yoshisato Yanagisawa
Modified:
4 years, 3 months ago
Reviewers:
Dirk Pranke, M-A Ruel
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Skip COFF timestamp difference. Current deps diffs shows lots of files differs only first certain bytes on Windows. They are COFF timestamp difference, and we do not usually need to check. Let me skip showing them. BUG=314403 Committed: https://crrev.com/968e61838c000ee1850cfa8850dcfe4e51087265 Cr-Commit-Position: refs/heads/master@{#417179}

Patch Set 1 #

Patch Set 2 : skip only if windows. #

Total comments: 2

Patch Set 3 : skip COFF header in binary_diff. #

Total comments: 2

Patch Set 4 : merge may_skip_conff_header function. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M tools/determinism/compare_build_artifacts.py View 1 2 3 2 chunks +19 lines, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
Yoshisato Yanagisawa
4 years, 3 months ago (2016-09-02 09:10:35 UTC) #3
M-A Ruel
https://codereview.chromium.org/2303063003/diff/20001/tools/determinism/compare_build_artifacts.py File tools/determinism/compare_build_artifacts.py (right): https://codereview.chromium.org/2303063003/diff/20001/tools/determinism/compare_build_artifacts.py#newcode563 tools/determinism/compare_build_artifacts.py:563: if (sys.platform == 'win32' and This code belongs to ...
4 years, 3 months ago (2016-09-02 16:30:26 UTC) #4
Dirk Pranke
I defer to maruel@ here.
4 years, 3 months ago (2016-09-02 16:53:19 UTC) #5
Yoshisato Yanagisawa
https://codereview.chromium.org/2303063003/diff/20001/tools/determinism/compare_build_artifacts.py File tools/determinism/compare_build_artifacts.py (right): https://codereview.chromium.org/2303063003/diff/20001/tools/determinism/compare_build_artifacts.py#newcode563 tools/determinism/compare_build_artifacts.py:563: if (sys.platform == 'win32' and On 2016/09/02 16:30:26, M-A ...
4 years, 3 months ago (2016-09-05 02:44:25 UTC) #6
M-A Ruel
https://codereview.chromium.org/2303063003/diff/40001/tools/determinism/compare_build_artifacts.py File tools/determinism/compare_build_artifacts.py (right): https://codereview.chromium.org/2303063003/diff/40001/tools/determinism/compare_build_artifacts.py#newcode448 tools/determinism/compare_build_artifacts.py:448: lhs_data = [l for l in lhs_header] Replace the ...
4 years, 3 months ago (2016-09-06 15:35:54 UTC) #7
Yoshisato Yanagisawa
https://codereview.chromium.org/2303063003/diff/40001/tools/determinism/compare_build_artifacts.py File tools/determinism/compare_build_artifacts.py (right): https://codereview.chromium.org/2303063003/diff/40001/tools/determinism/compare_build_artifacts.py#newcode448 tools/determinism/compare_build_artifacts.py:448: lhs_data = [l for l in lhs_header] On 2016/09/06 ...
4 years, 3 months ago (2016-09-07 01:50:28 UTC) #8
M-A Ruel
lgtm
4 years, 3 months ago (2016-09-07 18:45:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2303063003/60001
4 years, 3 months ago (2016-09-08 01:20:29 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-08 03:36:47 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 03:40:22 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/968e61838c000ee1850cfa8850dcfe4e51087265
Cr-Commit-Position: refs/heads/master@{#417179}

Powered by Google App Engine
This is Rietveld 408576698