Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1500)

Unified Diff: test/cctest/cctest.status

Issue 471483002: Disable some deoptimization tests on ARM64 no-snap. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698