Disable some deoptimization tests on ARM64 no-snap.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/471483002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23098 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mstarzinger@chromium.org 2014-08-13 10:23:17 +00:00
parent e0c1ee1591
commit 7f628527d8

View File

@ -179,6 +179,11 @@
'test-api/Bug618': [PASS],
# TODO(turbofan): Deoptimization support buggy with snapshot=off.
'test-run-deopt/*': [PASS, ['no_snap == True', NO_VARIANTS]],
'test-deoptimization/*': [PASS, ['no_snap == True', NO_VARIANTS]],
'test-scheduler/BuildScheduleTrivialLazyDeoptCall': [PASS, ['no_snap == True', NO_VARIANTS]],
# BUG(v8:3385).
'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL],