From 26e7936e27b596d0c86795de8d0dfc56828fa21f Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Wed, 29 May 2013 08:29:25 +0000 Subject: [PATCH] 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 --- test/mjsunit/allocation-site-info.js | 2 +- test/mjsunit/mjsunit.status | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/test/mjsunit/allocation-site-info.js b/test/mjsunit/allocation-site-info.js index 4560531..d718993 100644 --- a/test/mjsunit/allocation-site-info.js +++ b/test/mjsunit/allocation-site-info.js @@ -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."); diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index fad628f..585d503 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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 -- 2.7.4