Revision: 14716
Author: [email protected]
Date: Fri May 17 01:56:45 2013
Log: Fix transition test to support allocation site info.
BUG=
Review URL: https://codereview.chromium.org/15270002
http://code.google.com/p/v8/source/detail?r=14716
Modified:
/branches/bleeding_edge/test/mjsunit/generated-transition-stub.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/generated-transition-stub.js Mon
Feb 4 04:01:59 2013
+++ /branches/bleeding_edge/test/mjsunit/generated-transition-stub.js Fri
May 17 01:56:45 2013
@@ -68,7 +68,7 @@
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.