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

Unified Diff: test/cctest/cctest.status

Issue 985713003: [turbofan] Fix lazy deopt for JSToNumber conversions in binary operations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@multiple-framestates
Patch Set: Fixes, rebase Created 5 years, 9 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 307c58dda46747c45038a55b549f15b3be9a6690..4d8484f955cecb99c8a961232d1562a6014a7286 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -95,6 +95,9 @@
'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
+ # TODO(jarin): Cannot lazy-deoptimize from conversions before comparisons.
+ 'test-js-typed-lowering/OrderCompareEffects': [SKIP],
+
# TODO(jochen): Reenable after we removed the CHECK() from the marking queue.
'test-mark-compact/MarkingDeque': [SKIP],

Powered by Google App Engine
This is Rietveld 408576698