Reviewers: Benedikt Meurer,

Message:
Benedikt: PTAL. Rodolph & Jaro: FYI.

Description:
Disable some deoptimization tests on ARM64 no-snap.

[email protected]

Please review this at https://codereview.chromium.org/471483002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -0 lines):
  M test/cctest/cctest.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 60baaca081caedc70b366b6295998e97c9a0fa14..cfe5fa0397a4c34443a736f11588714c1b827059 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -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],


--
--
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/d/optout.

Reply via email to