Revision: 15904
Author:   [email protected]
Date:     Fri Jul 26 04:39:58 2013
Log:      Add webkit tests to deopt fuzzer portfolio.

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

[email protected]

Review URL: https://codereview.chromium.org/20708002
http://code.google.com/p/v8/source/detail?r=15904

Modified:
 /branches/bleeding_edge/test/webkit/webkit.status
 /branches/bleeding_edge/tools/run-deopt-fuzzer.py

=======================================
--- /branches/bleeding_edge/test/webkit/webkit.status Fri Jun 28 03:32:43 2013 +++ /branches/bleeding_edge/test/webkit/webkit.status Fri Jul 26 04:39:58 2013
@@ -30,3 +30,10 @@
 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
=======================================
--- /branches/bleeding_edge/tools/run-deopt-fuzzer.py Wed Jul 24 05:04:29 2013 +++ /branches/bleeding_edge/tools/run-deopt-fuzzer.py Fri Jul 26 04:39:58 2013
@@ -49,7 +49,7 @@


 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