Commit 5dc1d7a1 authored by ager@chromium.org's avatar ager@chromium.org

Update test expectations for ARM crankshaft build.

Review URL: http://codereview.chromium.org/5813002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6014 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 57e07229
......@@ -77,6 +77,17 @@ test-debug/DebuggerAgentProtocolOverflowHeader: SKIP
test-sockets/Socket: SKIP
##############################################################################
[ $arch == arm && $crankshaft ]
# Tests that fail with crankshaft.
test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
# Tests that time out with crankshaft.
test-debug/ThreadedDebugging: SKIP
test-debug/DebugBreakLoop: SKIP
##############################################################################
[ $arch == mips ]
test-accessors: SKIP
......
......@@ -105,12 +105,14 @@ regress/regress-create-exception: SKIP
regress/regress-3218915: SKIP
regress/regress-3247124: SKIP
##############################################################################
[ $arch == arm && $crankshaft ]
# Test that currently fail with crankshaft on ARM.
compiler/simple-osr: FAIL
##############################################################################
[ $arch == mips ]
......
......@@ -813,7 +813,7 @@ js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes
js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes
[ $ARCH == arm ]
[ $arch == arm ]
# Times out and print so much output that we need to skip it to not
# hang the builder.
......@@ -836,7 +836,14 @@ js1_5/Regress/regress-451322: SKIP
js1_5/extensions/regress-371636: SKIP
[ $FAST == yes && $ARCH == arm ]
[ $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,
# since running the tests takes so long in the first place.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment