Ignore an unsuitable test under deopt fuzz.

That test relies on certain optimization/deoptimization points and is therefore not useful for the deopt fuzzer.

R=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16145 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
machenbach@chromium.org 2013-08-12 08:59:42 +00:00
parent 00a2d793b0
commit cfb7ef44ca

View File

@ -251,5 +251,8 @@ harmony/object-observe: SKIP
readonly: SKIP
array-feedback: SKIP
# TODO(mstarzinger): Enable once escape analysis is stabilized.
compiler/escape-analysis: SKIP
# Deopt every n garbage collections collides with the deopt every n times flag.
regress/regress-2653: SKIP