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

Issue 106163003: Refactor IPC fuzzer. (Closed)

Created:
7 years ago by aedla
Modified:
7 years ago
Reviewers:
Tom Sepez
CC:
chromium-reviews
Visibility:
Public.

Description

Refactor IPC fuzzer. 1. New directory structure to accomodate replay, mutate and an upcoming message_lib components. 2. Break ipc_fuzzer_main.cc into replay.cc + replay_process.[cc|h]. BUG=260848 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239206

Patch Set 1 #

Total comments: 24

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -235 lines) Patch
D tools/ipc_fuzzer/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/ipc_fuzzer/ipc_fuzzer.gyp View 1 chunk +3 lines, -11 lines 0 comments Download
D tools/ipc_fuzzer/ipc_fuzzer_main.cc View 1 chunk +0 lines, -198 lines 0 comments Download
A + tools/ipc_fuzzer/mutate/mutate.cc View 1 1 chunk +5 lines, -7 lines 0 comments Download
A + tools/ipc_fuzzer/mutate/mutate.gyp View 1 chunk +5 lines, -8 lines 0 comments Download
M tools/ipc_fuzzer/play_testcase.py View 2 chunks +2 lines, -1 line 0 comments Download
A + tools/ipc_fuzzer/replay/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/ipc_fuzzer/replay/replay.cc View 1 1 chunk +20 lines, -0 lines 0 comments Download
A + tools/ipc_fuzzer/replay/replay.gyp View 1 chunk +10 lines, -8 lines 0 comments Download
A tools/ipc_fuzzer/replay/replay_process.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
A tools/ipc_fuzzer/replay/replay_process.cc View 1 1 chunk +139 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
aedla
tsepez@, could you please take a look?
7 years ago (2013-12-05 14:43:49 UTC) #1
Tom Sepez
Nice. Mostly nits. https://codereview.chromium.org/106163003/diff/1/tools/ipc_fuzzer/mutate/mutate.cc File tools/ipc_fuzzer/mutate/mutate.cc (right): https://codereview.chromium.org/106163003/diff/1/tools/ipc_fuzzer/mutate/mutate.cc#newcode6 tools/ipc_fuzzer/mutate/mutate.cc:6: return 0; nit: put a // ...
7 years ago (2013-12-05 19:05:49 UTC) #2
aedla
Thanks for the review. https://codereview.chromium.org/106163003/diff/1/tools/ipc_fuzzer/mutate/mutate.cc File tools/ipc_fuzzer/mutate/mutate.cc (right): https://codereview.chromium.org/106163003/diff/1/tools/ipc_fuzzer/mutate/mutate.cc#newcode6 tools/ipc_fuzzer/mutate/mutate.cc:6: return 0; On 2013/12/05 19:05:49, ...
7 years ago (2013-12-05 23:16:20 UTC) #3
Tom Sepez
lgtm
7 years ago (2013-12-06 00:56:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aedla@chromium.org/106163003/20001
7 years ago (2013-12-06 10:30:12 UTC) #5
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=32528
7 years ago (2013-12-06 12:46:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aedla@chromium.org/106163003/20001
7 years ago (2013-12-06 13:19:35 UTC) #7
commit-bot: I haz the power
7 years ago (2013-12-06 14:15:56 UTC) #8
Message was sent while issue was closed.
Change committed as 239206

Powered by Google App Engine
This is Rietveld 408576698