Reviewers: Søren Gjesse,
Description:
Clean up test lists. I cannot reproduce any of these locally. My guess
is that the mozilla ones were caused by the safe-point table problem
and the deoptimization ones are fixed by adding support for mod and
div.
Let's see if the buildbot agrees.
Please review this at http://codereview.chromium.org/6260007/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M test/cctest/cctest.status
M test/mozilla/mozilla.status
Index: test/cctest/cctest.status
===================================================================
--- test/cctest/cctest.status (revision 6346)
+++ test/cctest/cctest.status (working copy)
@@ -102,10 +102,6 @@
##############################################################################
[ $arch == arm && $crankshaft ]
-# Tests that can fail with crankshaft.
-test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL
-test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL
-
# Tests that time out with crankshaft.
test-debug/ThreadedDebugging: SKIP
test-debug/DebugBreakLoop: SKIP
Index: test/mozilla/mozilla.status
===================================================================
--- test/mozilla/mozilla.status (revision 6347)
+++ test/mozilla/mozilla.status (working copy)
@@ -836,12 +836,7 @@
# BUG(1040): Allow this test to timeout.
js1_5/GC/regress-203278-2: PASS || TIMEOUT
-[ $arch == arm && $crankshaft ]
-# Test that only fail with crankshaft.
-js1_5/Regress/regress-416628: CRASH
-js1_5/Regress/regress-96128-n: PASS || CRASH
-
[ $fast == yes && $arch == arm ]
# In fast mode on arm we try to skip all tests that would time out,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev