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

Issue 252143002: Refactor mjsunit/fuzz-natives-* into a separate test suite. (Closed)

Created:
6 years, 7 months ago by Jakob Kummerow
Modified:
6 years, 7 months ago
Reviewers:
Michael Achenbach
CC:
v8-dev
Visibility:
Public.

Description

Refactor mjsunit/fuzz-natives-* into a separate test suite. R=machenbach@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21190

Patch Set 1 #

Patch Set 2 : 80col #

Total comments: 14

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -877 lines) Patch
A test/fuzz-natives/base.js View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A test/fuzz-natives/fuzz-natives.status View 1 chunk +50 lines, -0 lines 0 comments Download
A test/fuzz-natives/testcfg.py View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
D test/mjsunit/fuzz-natives-part1.js View 1 chunk +0 lines, -219 lines 0 comments Download
D test/mjsunit/fuzz-natives-part2.js View 1 chunk +0 lines, -216 lines 0 comments Download
D test/mjsunit/fuzz-natives-part3.js View 1 chunk +0 lines, -216 lines 0 comments Download
D test/mjsunit/fuzz-natives-part4.js View 1 chunk +0 lines, -216 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 2 chunks +0 lines, -9 lines 0 comments Download
M tools/run-tests.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Jakob Kummerow
PTAL.
6 years, 7 months ago (2014-04-29 12:12:54 UTC) #1
Michael Achenbach
https://codereview.chromium.org/252143002/diff/20001/test/fuzz-natives/base.js File test/fuzz-natives/base.js (right): https://codereview.chromium.org/252143002/diff/20001/test/fuzz-natives/base.js#newcode32 test/fuzz-natives/base.js:32: return new Function(args.join(", "), args.join(", ") == argsStr https://codereview.chromium.org/252143002/diff/20001/test/fuzz-natives/base.js#newcode37 ...
6 years, 7 months ago (2014-04-29 15:51:53 UTC) #2
Michael Achenbach
LGTM as discussed offline, keeping the c/p issues and improvement suggestions from the original test ...
6 years, 7 months ago (2014-04-30 09:50:43 UTC) #3
Jakob Kummerow
Addressed the nits. Since the code in base.js is taken from the original mjsunit/fuzz-natives* tests, ...
6 years, 7 months ago (2014-04-30 13:46:11 UTC) #4
Michael Achenbach
lgtm
6 years, 7 months ago (2014-05-02 12:23:21 UTC) #5
Jakob Kummerow
6 years, 7 months ago (2014-05-07 12:31:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r21190 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698