Re-enable allocation-site-info test case.

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
This commit is contained in:
mstarzinger@chromium.org 2013-05-29 08:29:25 +00:00
parent 116fe61f5e
commit 26e7936e27
2 changed files with 1 additions and 5 deletions

View 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.");

View File

@ -27,10 +27,6 @@
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