Reviewers: Dmitry Lomov (chromium),
Message:
Why add special cases for DATA_VIEW_GETTER when we can simply add a generic
(first-order) macro expander? :-)
PTAL.
https://codereview.chromium.org/290513002/diff/1/tools/generate-runtime-tests.py
File tools/generate-runtime-tests.py (right):
https://codereview.chromium.org/290513002/diff/1/tools/generate-runtime-tests.py#newcode886
tools/generate-runtime-tests.py:886: # Multi-line definition support,
ignoring macros.
From here on downwards in this function, only indentation has changed.
Description:
Expand C++ macros in tools/generate-runtime-tests.py to increase coverage
Please review this at https://codereview.chromium.org/290513002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+212, -83 lines):
M src/runtime.cc
A + test/mjsunit/runtime-gen/arraybufferviewgetbytelength.js
A + test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js
A + test/mjsunit/runtime-gen/dataviewgetbuffer.js
A + test/mjsunit/runtime-gen/dataviewgetfloat32.js
A + test/mjsunit/runtime-gen/dataviewgetfloat64.js
A + test/mjsunit/runtime-gen/dataviewgetint16.js
A + test/mjsunit/runtime-gen/dataviewgetint32.js
A + test/mjsunit/runtime-gen/dataviewgetint8.js
A + test/mjsunit/runtime-gen/dataviewgetuint16.js
A + test/mjsunit/runtime-gen/dataviewgetuint32.js
A + test/mjsunit/runtime-gen/dataviewgetuint8.js
M test/mjsunit/runtime-gen/dataviewinitialize.js
A + test/mjsunit/runtime-gen/dataviewsetfloat32.js
A + test/mjsunit/runtime-gen/dataviewsetfloat64.js
A + test/mjsunit/runtime-gen/dataviewsetint16.js
A + test/mjsunit/runtime-gen/dataviewsetint32.js
A + test/mjsunit/runtime-gen/dataviewsetint8.js
A + test/mjsunit/runtime-gen/dataviewsetuint16.js
A + test/mjsunit/runtime-gen/dataviewsetuint32.js
A + test/mjsunit/runtime-gen/dataviewsetuint8.js
A + test/mjsunit/runtime-gen/mathacos.js
A + test/mjsunit/runtime-gen/mathasin.js
A + test/mjsunit/runtime-gen/mathatan.js
A + test/mjsunit/runtime-gen/mathlogrt.js
A + test/mjsunit/runtime-gen/typedarraygetlength.js
M tools/generate-runtime-tests.py
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.