From: hpayer@chromium.org Date: Fri, 17 May 2013 08:56:45 +0000 (+0000) Subject: Fix transition test to support allocation site info. X-Git-Tag: upstream/4.7.83~14200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7427aa938353c9cea92846cee842ef758783b0d;p=platform%2Fupstream%2Fv8.git Fix transition test to support allocation site info. BUG= Review URL: https://codereview.chromium.org/15270002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14716 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/generated-transition-stub.js b/test/mjsunit/generated-transition-stub.js index dd1043b..072ce9c 100644 --- a/test/mjsunit/generated-transition-stub.js +++ b/test/mjsunit/generated-transition-stub.js @@ -68,7 +68,7 @@ for (j = 0; j < iteration_count; ++j) { for (i = 0; i < 0x40000; ++i) { a5[i] = 0; } - assertTrue(%HasFastSmiElements(a5)); + assertTrue(%HasFastSmiElements(a5) || %HasFastDoubleElements(a5)); transition1(a5, 0, 2.5); assertEquals(2.5, a5[0]); }