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
parent e0c1ee15
......@@ -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],
......
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