Ignore an unsuitable test under deopt fuzz.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 12 Aug 2013 08:59:42 +0000 (08:59 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 12 Aug 2013 08:59:42 +0000 (08:59 +0000)
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

test/mjsunit/mjsunit.status

index ee35af5..829efaf 100644 (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