Fix blacklist of 'array-functions-prototype-misc' after r23830.

R=ulan@chromium.org
TEST=mjsunit/array-functions-prototype-misc

Review URL: https://codereview.chromium.org/556213002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23832 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 0a7a925e
......@@ -68,7 +68,9 @@
'regress/regress-263': [PASS, NO_VARIANTS],
# TODO(mstarzinger): Some runtime functions expect Smi but get HeapNumber.
'array-functions-prototype-misc': [PASS, NO_VARIANTS],
# TODO(mstarzinger): Note that there is a second entry further down below for
# "array-functions-prototype-misc", make sure to reenable it again!
'array-functions-prototype-misc': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
'array-join': [PASS, NO_VARIANTS],
'sparse-array-reverse': [PASS, NO_VARIANTS],
......@@ -181,7 +183,7 @@
# Skip long running tests that time out in debug mode.
'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
'migrations': [SKIP],
'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]],
#'array-functions-prototype-misc': [PASS, ['mode == debug', SKIP]],
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment