Reviewers: Sven Panne,

Description:
Re-enable allocation-site-info test case.

[email protected]
TEST=mjsunit/allocation-site-info

Please review this at https://codereview.chromium.org/16192002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/allocation-site-info.js
  M test/mjsunit/mjsunit.status


Index: test/mjsunit/allocation-site-info.js
diff --git a/test/mjsunit/allocation-site-info.js b/test/mjsunit/allocation-site-info.js index 45605317fea69bfd116897c75e9a1a08fc5a9bdb..d7189932141378b8f06f7312062cd1402e5914ee 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.");
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index fad628fb1d4b9fb2dd991faa0840d0f39d44b58e..585d503a0fcaa64ea986e422cf9f2dda9eb934f8 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



--
--
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.


Reply via email to