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

Unified Diff: test/cctest/cctest.status

Issue 573703002: Add handling for deopt and argument adaptor frames. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: More size_t fixes. Created 6 years, 3 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 86bc794993b17fbbf76e31c141ad4c3e06defea6..fe04028c38bb759f4c45c065ae7fcbfa5c21c9aa 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -80,17 +80,25 @@
##############################################################################
# TurboFan compiler failures.
- # Scheduler cannot handle free-floating loops yet
- 'test-run-inlining/InlineLoop': [SKIP],
+ # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
+ 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
Michael Starzinger 2014/09/17 13:31:43 Please don't re-introduce these exceptions, they s
sigurds 2014/09/17 14:05:13 Done.
+ 'test-debug/MessageQueues': [PASS, NO_VARIANTS],
+ 'test-debug/NestedBreakEventContextData': [PASS, NO_VARIANTS],
+ 'test-debug/SendClientDataToHandler': [PASS, NO_VARIANTS],
# TODO(dcarney): C calls are broken all over the place.
'test-run-machops/RunCall*': [SKIP],
'test-run-machops/RunLoadImmIndex': [SKIP],
'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
- # TODO(sigurds): The schedule is borked with multiple inlinees.
+ # Inlining tests do the same for all variants.
+ 'test-run-inlining/*': [PASS, NO_VARIANTS],
Michael Starzinger 2014/09/17 13:31:43 If they do the same, then let's just run them on a
sigurds 2014/09/17 14:05:13 Done.
+
+ # TODO(sigurds): The schedule is borked with multiple inlinees,
+ # and cannot handle free-floating loops yet
'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
+ 'test-run-inlining/InlineLoop': [SKIP],
# Some tests are just too slow to run for now.
'test-api/Threading*': [PASS, NO_VARIANTS],

Powered by Google App Engine
This is Rietveld 408576698