Revision: 14867
Author:   [email protected]
Date:     Wed May 29 01:29:25 2013
Log:      Re-enable allocation-site-info test case.

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

Review URL: https://codereview.chromium.org/16192002
http://code.google.com/p/v8/source/detail?r=14867

Modified:
 /branches/bleeding_edge/test/mjsunit/allocation-site-info.js
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/test/mjsunit/allocation-site-info.js Thu May 23 06:45:33 2013 +++ /branches/bleeding_edge/test/mjsunit/allocation-site-info.js Wed May 29 01:29:25 2013
@@ -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.");
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed May 29 00:32:10 2013 +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed May 29 01:29:25 2013
@@ -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