Two failing tests are skipped and added to an existing bug report.
R=jkummerow@chromium.org
Review URL: https://codereview.chromium.org/
20708002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15904
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
dfg-double-vote-fuzz: PASS, SKIP if $mode == debug
reentrant-caching: PASS, SKIP if $mode == debug
sort-large-array: PASS, SKIP if $mode == debug
+
+##############################################################################
+[ $deopt_fuzzer == True ]
+
+# Issue 2795:
+dfg-array-dead: SKIP if $mode == debug
+dfg-arrayify-elimination: SKIP if $mode == debug
ARCH_GUESS = utils.DefaultArch()
-DEFAULT_TESTS = ["mjsunit"]
+DEFAULT_TESTS = ["mjsunit", "webkit"]
TIMEOUT_DEFAULT = 60
TIMEOUT_SCALEFACTOR = {"debug" : 4,
"release" : 1 }