Mark long-running tests as TIMEOUT for gc stress.

R=machenbach@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22108 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
yangguo@chromium.org 2014-07-01 08:32:47 +00:00
parent 3c62545377
commit f2cc802d7e

View File

@ -145,6 +145,9 @@
'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]],
'elements-transition-hoisting': [PASS, FAIL],
'getters-on-elements': [PASS, FAIL],
# Tests taking too long
'regress/regress-1122': [PASS, TIMEOUT],
'regress/regress-331444': [PASS, TIMEOUT],
}], # 'gc_stress == True'
##############################################################################