Mark mjsunit/migrations test in debug mode as TIMEOUT

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22149 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ishell@chromium.org 2014-07-02 09:57:27 +00:00
parent 91ba01532f
commit 8bf1b45e5b

View File

@ -87,7 +87,7 @@
##############################################################################
# Skip long running tests that time out in debug mode.
'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
'migrations': [PASS, ['mode == debug', SKIP]],
'migrations': [PASS, ['mode == debug', TIMEOUT]],
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be