Reviewers: Vyacheslav Egorov, Description: Fix test after 64 bit heap size change.
Please review this at http://codereview.chromium.org/3432032/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/binary-op-newspace.js Index: test/mjsunit/binary-op-newspace.js =================================================================== --- test/mjsunit/binary-op-newspace.js (revision 5541) +++ test/mjsunit/binary-op-newspace.js (working copy) @@ -25,7 +25,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// Flags: --max-new-space-size=262144 +// Flags: --max-new-space-size=256 // Check that a mod where the stub code hits a failure in heap number -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
