Re-enable allocation-site-info test case.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 May 2013 08:29:25 +0000 (08:29 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 May 2013 08:29:25 +0000 (08:29 +0000)
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

test/mjsunit/allocation-site-info.js
test/mjsunit/mjsunit.status

index 4560531..d718993 100644 (file)
@@ -37,7 +37,7 @@
 
 // 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.");
index fad628f..585d503 100644 (file)
 
 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