Reviewers: mvstanton,

Message:
Committed patchset #1 manually as r14716 (presubmit successful).

Description:
Fix transition test to support allocation site info.


BUG=

Committed: https://code.google.com/p/v8/source/detail?r=14716

Please review this at https://codereview.chromium.org/15270002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/generated-transition-stub.js


Index: test/mjsunit/generated-transition-stub.js
diff --git a/test/mjsunit/generated-transition-stub.js b/test/mjsunit/generated-transition-stub.js index dd1043b1c67032e4a11f59a13f6e2c6a4a643f3a..072ce9ce1c9bc61aae7d56911bf8ada50600f6f7 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]);
 }


--
--
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/groups/opt_out.


Reply via email to