Mark mjsunit/whitespaces as slow and timeout for a64.

BUG=
R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19692 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ulan@chromium.org 2014-03-06 14:15:40 +00:00
parent 6115a006fd
commit 5af7d10af5

View File

@ -165,7 +165,7 @@
# Long running tests. # Long running tests.
'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
'regress/regress-2185-2': [PASS, TIMEOUT], 'regress/regress-2185-2': [PASS, TIMEOUT],
'whitespaces': [PASS, TIMEOUT], 'whitespaces': [PASS, TIMEOUT, SLOW],
# Stack manipulations in LiveEdit is not implemented for this arch. # Stack manipulations in LiveEdit is not implemented for this arch.
'debug-liveedit-check-stack': [SKIP], 'debug-liveedit-check-stack': [SKIP],
@ -211,8 +211,6 @@
'unicodelctest-no-optimization': [PASS, SLOW], 'unicodelctest-no-optimization': [PASS, SLOW],
'unicodelctest': [PASS, SLOW], 'unicodelctest': [PASS, SLOW],
'unicode-test': [PASS, SLOW], 'unicode-test': [PASS, SLOW],
'whitespaces': [PASS, SLOW],
'whitespaces': [PASS, SLOW],
}], # 'arch == a64' }], # 'arch == a64'
['arch == a64 and mode == debug and simulator_run == True', { ['arch == a64 and mode == debug and simulator_run == True', {