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

Issue 264793013: Fixing Extensions Integration Test LocalFileSystem path issues under Windows (Closed)

Created:
6 years, 7 months ago by huangs
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Fixing Extensions Integration Test LocalFileSystem path issues under Windows This fixes \src\chrome\common\extensions\dos\server2\integration_test.py failure under Windows. Here, path_utils.py requires path with separator '/', but it's given separator '\\' in Windows and fails. BUG=369510 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267952

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix comments. #

Patch Set 3 : Fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chrome/common/extensions/docs/server2/local_file_system.py View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
huangs
PTAL.
6 years, 7 months ago (2014-05-02 18:33:25 UTC) #1
not at google - send to devlin
lgtm https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py File chrome/common/extensions/docs/server2/local_file_system.py (right): https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py#newcode72 chrome/common/extensions/docs/server2/local_file_system.py:72: base_path = base_path.replace('\\', '/') # Convert to POSIX ...
6 years, 7 months ago (2014-05-02 19:23:40 UTC) #2
huangs
https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py File chrome/common/extensions/docs/server2/local_file_system.py (right): https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py#newcode72 chrome/common/extensions/docs/server2/local_file_system.py:72: base_path = base_path.replace('\\', '/') # Convert to POSIX path. ...
6 years, 7 months ago (2014-05-02 21:07:00 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py File chrome/common/extensions/docs/server2/local_file_system.py (right): https://codereview.chromium.org/264793013/diff/1/chrome/common/extensions/docs/server2/local_file_system.py#newcode72 chrome/common/extensions/docs/server2/local_file_system.py:72: base_path = base_path.replace('\\', '/') # Convert to POSIX path. ...
6 years, 7 months ago (2014-05-02 21:07:41 UTC) #4
huangs
The CQ bit was checked by huangs@chromium.org
6 years, 7 months ago (2014-05-02 21:10:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/264793013/20001
6 years, 7 months ago (2014-05-02 21:10:53 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 21:27:40 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-05-02 21:27:40 UTC) #8
not at google - send to devlin
use NOTRY=true
6 years, 7 months ago (2014-05-02 21:52:43 UTC) #9
huangs
The CQ bit was checked by huangs@chromium.org
6 years, 7 months ago (2014-05-02 22:52:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/huangs@chromium.org/264793013/30001
6 years, 7 months ago (2014-05-02 22:53:08 UTC) #11
commit-bot: I haz the power
6 years, 7 months ago (2014-05-02 23:05:13 UTC) #12
Message was sent while issue was closed.
Change committed as 267952

Powered by Google App Engine
This is Rietveld 408576698