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

Issue 2029823002: Fix MockFileSystem.walk and add test. (Closed)

Created:
4 years, 6 months ago by raikiri
Modified:
4 years, 6 months ago
Reviewers:
qyearsley
CC:
blink-reviews, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix MockFileSystem.walk and add test. BUG=616529 Committed: https://crrev.com/5fe63658bfaffc335caf48c43f13a8716297291b Cr-Commit-Position: refs/heads/master@{#397593}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Style changes #

Patch Set 3 : Style Changes #

Patch Set 4 : Added test for deep folders #

Total comments: 3

Patch Set 5 : Issue 584660 Fix #

Patch Set 6 : Review fixes #

Patch Set 7 : Import Expectations Modified #

Total comments: 4

Patch Set 8 : Style Changes #

Patch Set 9 : Separated CLs #

Patch Set 10 : set dry_run to False #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock_unittest.py View 1 2 3 4 5 2 chunks +28 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py View 1 2 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
raikiri
4 years, 6 months ago (2016-06-01 22:31:31 UTC) #2
raikiri
Style changes made
4 years, 6 months ago (2016-06-01 23:03:39 UTC) #3
qyearsley
https://codereview.chromium.org/2029823002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py File third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py (right): https://codereview.chromium.org/2029823002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py#newcode208 third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock.py:208: FILE_SYSTEM_TUPLES = [] Non-global variable names use lowercase with ...
4 years, 6 months ago (2016-06-01 23:08:44 UTC) #4
raikiri
Added deep folder test
4 years, 6 months ago (2016-06-01 23:37:55 UTC) #5
qyearsley
https://codereview.chromium.org/2029823002/diff/60001/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock_walk_unittest.py File third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock_walk_unittest.py (right): https://codereview.chromium.org/2029823002/diff/60001/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock_walk_unittest.py#newcode1 third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_mock_walk_unittest.py:1: # Copyright (C) 2011 Google Inc. All rights reserved. ...
4 years, 6 months ago (2016-06-02 00:07:15 UTC) #6
raikiri
4 years, 6 months ago (2016-06-02 01:01:12 UTC) #7
qyearsley
It looks like the changes for http://crbug.com/584660 (skipping OWNERS file) got accidentlly added to this ...
4 years, 6 months ago (2016-06-02 14:24:38 UTC) #8
raikiri
4 years, 6 months ago (2016-06-02 17:14:46 UTC) #9
raikiri
I separated the CLs however the rebased master had test_importer.py changed. This CL covers the ...
4 years, 6 months ago (2016-06-02 18:31:51 UTC) #10
qyearsley
The bug link contains enough context for this change, but you could also make the ...
4 years, 6 months ago (2016-06-02 20:57:03 UTC) #11
raikiri
Fixed files that were uploaded
4 years, 6 months ago (2016-06-02 21:39:09 UTC) #14
qyearsley
Excellent, LGTM
4 years, 6 months ago (2016-06-02 22:11:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029823002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2029823002/180001
4 years, 6 months ago (2016-06-02 22:13:14 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/238258)
4 years, 6 months ago (2016-06-02 23:36:35 UTC) #19
qyearsley
On 2016/06/02 at 23:36:35, commit-bot wrote: > Try jobs failed on following builders: > mac_chromium_rel_ng ...
4 years, 6 months ago (2016-06-02 23:53:42 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2029823002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2029823002/200001
4 years, 6 months ago (2016-06-03 00:45:17 UTC) #23
commit-bot: I haz the power
Committed patchset #10 (id:200001)
4 years, 6 months ago (2016-06-03 02:40:05 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 02:45:34 UTC) #27
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/5fe63658bfaffc335caf48c43f13a8716297291b
Cr-Commit-Position: refs/heads/master@{#397593}

Powered by Google App Engine
This is Rietveld 408576698