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:
parent
116fe61f5e
commit
26e7936e27
@ -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.");
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user