Commit d7427aa9 authored by hpayer@chromium.org's avatar hpayer@chromium.org

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
parent 80da843e
......@@ -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]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment