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

Issue 11428111: [NaCl SDK] Fix zip_test failure on mac buildbots. (Closed)

Created:
8 years ago by binji
Modified:
8 years ago
Reviewers:
noelallen1, Sam Clegg
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

[NaCl SDK] Fix zip_test failure on mac buildbots. The mac buildbots use an older version of python 2.6 that doesn't support adding directories to zipfiles. Work around it by adding an empty file with the same zip path (which is basically what later versions do anyway). BUG=none R=sbc@chromium.org TBR=noelallen@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170564

Patch Set 1 #

Total comments: 2

Patch Set 2 : added correct ZipInfo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -1 line) Patch
M native_client_sdk/src/tools/oshelpers.py View 1 2 chunks +19 lines, -1 line 0 comments Download
M native_client_sdk/src/tools/zip_test.py View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
binji
8 years ago (2012-11-30 18:58:01 UTC) #1
Sam Clegg
https://codereview.chromium.org/11428111/diff/1/native_client_sdk/src/tools/oshelpers.py File native_client_sdk/src/tools/oshelpers.py (right): https://codereview.chromium.org/11428111/diff/1/native_client_sdk/src/tools/oshelpers.py#newcode434 native_client_sdk/src/tools/oshelpers.py:434: zip_stream.writestr(zip_path, '') Are you sure this is all it ...
8 years ago (2012-11-30 19:01:43 UTC) #2
binji
https://codereview.chromium.org/11428111/diff/1/native_client_sdk/src/tools/oshelpers.py File native_client_sdk/src/tools/oshelpers.py (right): https://codereview.chromium.org/11428111/diff/1/native_client_sdk/src/tools/oshelpers.py#newcode434 native_client_sdk/src/tools/oshelpers.py:434: zip_stream.writestr(zip_path, '') On 2012/11/30 19:01:43, Sam Clegg wrote: > ...
8 years ago (2012-11-30 19:43:42 UTC) #3
Sam Clegg
lgtm
8 years ago (2012-11-30 20:07:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/binji@chromium.org/11428111/5001
8 years ago (2012-11-30 21:59:18 UTC) #5
commit-bot: I haz the power
8 years ago (2012-11-30 22:00:02 UTC) #6
Message was sent while issue was closed.
Change committed as 170564

Powered by Google App Engine
This is Rietveld 408576698