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

Unified Diff: test/cctest/cctest.status

Issue 732463003: [turbofan] Push JSToNumber conversions into Phis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable inlining tests that are broken because of the scheduler. Michi working on a fix. Created 6 years, 1 month 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 | « src/compiler/js-typed-lowering.cc ('k') | test/mjsunit/asm/if-tonumber.js » ('j') | 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 9abe13cc98a84915d1a8e81e57c017f8a34d309e..2744f7c68df693ea5944d5c1f31db466eb7f11ac 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -112,6 +112,10 @@
'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS],
'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS],
+ # TODO(mstarzinger): Investigate these failures.
+ 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
+ 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
+
############################################################################
# Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | test/mjsunit/asm/if-tonumber.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698