Fix blacklist of 'array-functions-prototype-misc' after r23830.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Wed, 10 Sep 2014 10:31:59 +0000 (10:31 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Wed, 10 Sep 2014 10:31:59 +0000 (10:31 +0000)
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

test/mjsunit/mjsunit.status

index 2d763ff..9cf037a 100644 (file)
@@ -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],
 
   # 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