Disable failing debug tests in gc-stress.

TBR=machenbach@chromium.org
BUG=v8:3776
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#26769}
This commit is contained in:
Yang Guo 2015-02-20 12:15:17 +01:00
parent 6fe12676ce
commit c4d2234e79

View File

@ -245,7 +245,11 @@
# Issue 3723.
'regress/regress-3717': [SKIP],
# Issue 3776.
'debug-constructor': [SKIP],
'debug-stepframe': [SKIP],
'debug-stepout-scope-part2': [SKIP],
'debug-stepout-scope-part5': [SKIP],
'debug-stepout-scope-part6': [SKIP],
}], # 'gc_stress == True'
##############################################################################