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

Issue 504443004: [Findit] Improve output format and cherry-pick bugs fix. (Closed)

Created:
6 years, 3 months ago by stgao
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Findit] Improve output format and cherry-pick bugs fix. 1. For DEPS file parsing, switching from svn to git. 2. For output of testcase https://cluster-fuzz.appspot.com/testcase?key=5097237064450048, now it is: Lines 1103-1112 of file ThreadState.cpp which potentially caused crash are changed in this cl (frame #2, function "blink::ThreadState::performPendingSweep()"). Lines 1120-1136, 1170-1174 of file Heap.cpp which potentially caused crash are changed in this cl (frame #0, function "blink::ThreadHeap<blink::FinalizedHeapObjectHeader>::sweepNormalPages(blink::HeapStats*)"; frame #1, function "blink::ThreadHeap<blink::FinalizedHeapObjectHeader>::sweep(blink::HeapStats*)"). Minimum distance from crashed line to changed line: 0. (File: ThreadState.cpp, Crashed on: 1100, Changed: 1100). NOTRY=true Committed: https://crrev.com/6b6cd502e50d93232afee8f993dc47a563f74c84 Cr-Commit-Position: refs/heads/master@{#291987}

Patch Set 1 #

Patch Set 2 : Fix nit. #

Total comments: 8

Patch Set 3 : Address comments. #

Total comments: 3

Patch Set 4 : Address comments. #

Total comments: 2

Patch Set 5 : Fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -101 lines) Patch
M tools/findit/chromium_deps.py View 1 2 3 5 chunks +43 lines, -45 lines 0 comments Download
M tools/findit/chromium_deps_unittest.py View 1 2 6 chunks +46 lines, -11 lines 0 comments Download
M tools/findit/common/http_client_local.py View 1 2 3 1 chunk +13 lines, -4 lines 0 comments Download
M tools/findit/common/utils.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
M tools/findit/crash_utils.py View 1 2 3 3 chunks +24 lines, -11 lines 0 comments Download
M tools/findit/deps_config.json View 1 chunk +16 lines, -15 lines 0 comments Download
M tools/findit/findit_for_crash.py View 1 3 chunks +8 lines, -11 lines 0 comments Download
M tools/findit/git_repository_parser.py View 1 2 3 4 4 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
stgao
stgao@chromium.org changed reviewers: + inferno@chromium.org, mbarbella@chromium.org
6 years, 3 months ago (2014-08-26 01:55:54 UTC) #1
stgao
6 years, 3 months ago (2014-08-26 01:55:54 UTC) #2
aarya
aarya@google.com changed reviewers: + aarya@google.com
6 years, 3 months ago (2014-08-26 02:13:53 UTC) #3
aarya
mostly done. some things to fix. https://codereview.chromium.org/504443004/diff/20001/tools/findit/chromium_deps.py File tools/findit/chromium_deps.py (right): https://codereview.chromium.org/504443004/diff/20001/tools/findit/chromium_deps.py#newcode77 tools/findit/chromium_deps.py:77: http_status_code, content = ...
6 years, 3 months ago (2014-08-26 02:13:53 UTC) #4
stgao
https://codereview.chromium.org/504443004/diff/20001/tools/findit/chromium_deps.py File tools/findit/chromium_deps.py (right): https://codereview.chromium.org/504443004/diff/20001/tools/findit/chromium_deps.py#newcode77 tools/findit/chromium_deps.py:77: http_status_code, content = utils.GetHttpClient().Get(url, timeout=60) On 2014/08/26 02:13:53, aarya ...
6 years, 3 months ago (2014-08-26 18:35:24 UTC) #5
aarya
lgtm https://codereview.chromium.org/504443004/diff/40001/tools/findit/common/http_client_local.py File tools/findit/common/http_client_local.py (right): https://codereview.chromium.org/504443004/diff/40001/tools/findit/common/http_client_local.py#newcode213 tools/findit/common/http_client_local.py:213: if timeout is not None: None timeout is ...
6 years, 3 months ago (2014-08-26 19:01:23 UTC) #6
stgao
Patchset #4 (id:60001) has been deleted
6 years, 3 months ago (2014-08-26 20:22:36 UTC) #7
stgao
Patchset #4 (id:80001) has been deleted
6 years, 3 months ago (2014-08-26 20:25:23 UTC) #8
stgao
Change is done. Waiting for the result from benchmark of 86 testcases. When no exception ...
6 years, 3 months ago (2014-08-26 20:30:47 UTC) #9
aarya
lgtm https://codereview.chromium.org/504443004/diff/100001/tools/findit/git_repository_parser.py File tools/findit/git_repository_parser.py (right): https://codereview.chromium.org/504443004/diff/100001/tools/findit/git_repository_parser.py#newcode214 tools/findit/git_repository_parser.py:214: if file_change_type in ('A', 'R'): you forgot 'C'
6 years, 3 months ago (2014-08-26 20:34:19 UTC) #10
stgao
https://codereview.chromium.org/504443004/diff/100001/tools/findit/git_repository_parser.py File tools/findit/git_repository_parser.py (right): https://codereview.chromium.org/504443004/diff/100001/tools/findit/git_repository_parser.py#newcode214 tools/findit/git_repository_parser.py:214: if file_change_type in ('A', 'R'): On 2014/08/26 20:34:18, aarya ...
6 years, 3 months ago (2014-08-26 20:50:35 UTC) #11
aarya
lgtm
6 years, 3 months ago (2014-08-26 21:14:28 UTC) #12
stgao
The CQ bit was checked by stgao@chromium.org
6 years, 3 months ago (2014-08-26 21:49:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stgao@chromium.org/504443004/120001
6 years, 3 months ago (2014-08-26 21:50:53 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (120001) as eefbd23c91e94a5df2df3a2c539f03f17b3f69aa
6 years, 3 months ago (2014-08-26 21:53:37 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:45:48 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6b6cd502e50d93232afee8f993dc47a563f74c84
Cr-Commit-Position: refs/heads/master@{#291987}

Powered by Google App Engine
This is Rietveld 408576698