Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5521)

Issue 251590043: i#1734 Dr. Fuzz: add drfuzz repeat test

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 8 months ago by zhaoqin
Modified:
8 years, 8 months ago
Reviewers:
byron, Byron, bruening
CC:
drmemory-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1734 Dr. Fuzz: add drfuzz repeat test - add drfuzz test to repeatedly execute a function with different args ---------------

Patch Set 1 #

Patch Set 2 : rebase to master #

Total comments: 7

Patch Set 3 : PTAL #

Patch Set 4 : Please Take a Look #

Total comments: 4

Patch Set 5 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -16 lines) Patch
M tests/framework/CMakeLists.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + tests/framework/drfuzz_app_repeat.c View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M tests/framework/drfuzz_client_empty.c View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + tests/framework/drfuzz_client_repeat.c View 1 2 3 4 2 chunks +40 lines, -4 lines 0 comments Download
M tests/framework/drsyscall_client.c View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M tests/framework/strace_client.c View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 12
zhaoqin
8 years, 8 months ago (2015-07-31 14:57:25 UTC) #1
zhaoqin
Commit log for latest patchset: --------------- i#1734 Dr. Fuzz: add drfuzz repeat test - add ...
8 years, 8 months ago (2015-07-31 20:33:21 UTC) #2
Byron
A couple of nits https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_app_repeat.c File tests/framework/drfuzz_app_repeat.c (right): https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_app_repeat.c#newcode43 tests/framework/drfuzz_app_repeat.c:43: /* repeatme should be re-executed ...
8 years, 8 months ago (2015-08-01 03:01:22 UTC) #3
zhaoqin
https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_app_repeat.c File tests/framework/drfuzz_app_repeat.c (right): https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_app_repeat.c#newcode43 tests/framework/drfuzz_app_repeat.c:43: /* repeatme should be re-executed 5 times with arg ...
8 years, 8 months ago (2015-08-02 02:59:59 UTC) #4
Byron
https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_client_repeat.c File tests/framework/drfuzz_client_repeat.c (right): https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_client_repeat.c#newcode42 tests/framework/drfuzz_client_repeat.c:42: void *arg_value; Same as below for this: please change ...
8 years, 8 months ago (2015-08-03 18:39:08 UTC) #5
zhaoqin
Commit log for latest patchset: --------------- i#1734 Dr. Fuzz: add drfuzz repeat test - add ...
8 years, 8 months ago (2015-08-03 20:24:27 UTC) #6
zhaoqin
https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_client_repeat.c File tests/framework/drfuzz_client_repeat.c (right): https://codereview.appspot.com/251590043/diff/20001/tests/framework/drfuzz_client_repeat.c#newcode53 tests/framework/drfuzz_client_repeat.c:53: void *arg_value; On 2015/08/03 18:39:08, Byron wrote: > On ...
8 years, 8 months ago (2015-08-03 20:24:29 UTC) #7
Byron
LGTM
8 years, 8 months ago (2015-08-03 20:31:49 UTC) #8
zhaoqin
Commit log for latest patchset: --------------- i#1734 Dr. Fuzz: add drfuzz repeat test - add ...
8 years, 8 months ago (2015-08-03 21:12:06 UTC) #9
bruening
LGTM w/ comments https://codereview.appspot.com/251590043/diff/60001/tests/framework/CMakeLists.txt File tests/framework/CMakeLists.txt (right): https://codereview.appspot.com/251590043/diff/60001/tests/framework/CMakeLists.txt#newcode94 tests/framework/CMakeLists.txt:94: add_drmf_test(drfuzz_test_empty drfuzz_app_empty.c drfuzz_client_empty.c Not sure what ...
8 years, 8 months ago (2015-08-04 05:40:39 UTC) #10
Byron
https://codereview.appspot.com/251590043/diff/60001/tests/framework/drfuzz_client_repeat.c File tests/framework/drfuzz_client_repeat.c (right): https://codereview.appspot.com/251590043/diff/60001/tests/framework/drfuzz_client_repeat.c#newcode74 tests/framework/drfuzz_client_repeat.c:74: generic_func_t repeatme; On 2015/08/04 05:40:39, bruening wrote: > Using ...
8 years, 8 months ago (2015-08-04 05:55:06 UTC) #11
zhaoqin
8 years, 8 months ago (2015-08-06 15:14:05 UTC) #12
Committed as
https://github.com/DynamoRIO/drmemory/commit/700cd29f185ebe216a484070449632ce...

Final commit log: 
---------------
i#1734 Dr. Fuzz: add drfuzz repeat test

- add drfuzz test to repeatedly execute a function with different args
- replace dr_init with dr_client_main for all clients in tests/framework

Review-URL: https://codereview.appspot.com/251590043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b