Reviewers: Jakob,

Message:
PTAL

Description:
Add webkit tests to deopt fuzzer portfolio.

Two failing tests are skipped and added to an existing bug report.

Please review this at https://codereview.chromium.org/20708002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/webkit/webkit.status
  M tools/run-deopt-fuzzer.py


Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index d65367b51d3208125d573e2dfc1e02ab5c0f0d72..fec3cdc8bc058d27f59f9ed8ecba8e0aa889a486 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -30,3 +30,10 @@ dfg-int-overflow-in-loop: PASS, SKIP if $mode == debug
 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
Index: tools/run-deopt-fuzzer.py
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
index e53f269aaa1d837ccddf6ac7bb3e0c3d19474e0f..d554a989f1273ac9697fc9c0f4c19fa9d549419c 100755
--- a/tools/run-deopt-fuzzer.py
+++ b/tools/run-deopt-fuzzer.py
@@ -49,7 +49,7 @@ from testrunner.objects import context


 ARCH_GUESS = utils.DefaultArch()
-DEFAULT_TESTS = ["mjsunit"]
+DEFAULT_TESTS = ["mjsunit", "webkit"]
 TIMEOUT_DEFAULT = 60
 TIMEOUT_SCALEFACTOR = {"debug"   : 4,
                        "release" : 1 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to