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
parent 00a2d793
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment