R=svenpanne@chromium.org
TEST=mjsunit/allocation-site-info
Review URL: https://codereview.chromium.org/
16192002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14867
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
// support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6,7,8));
support_smi_only_arrays = true;
-optimize_constructed_arrays = true;
+optimize_constructed_arrays = false;
if (support_smi_only_arrays) {
print("Tests include smi-only arrays.");
prefix mjsunit
-# Temporary workaround, re-enable this when the test works without
-# --optimize-constructed-arrays.
-allocation-site-info: SKIP
-
# All tests in the bug directory are expected to fail.
bugs/*: FAIL