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

Unified Diff: test/cctest/cctest.status

Issue 2608883002: [builtins] Move several CodeStub-based ICs to builtins (Closed)
Patch Set: Created 3 years, 12 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 | « src/v8.gyp ('k') | test/cctest/test-api.cc » ('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 d5aadcabebae8bcfff8224c6f885c76cb07de0fd..e5ac07cd0ee08af41cbbd4b6cd74c94cb0a09522 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -84,6 +84,13 @@
'test-func-name-inference/UpperCaseClass': [FAIL],
'test-func-name-inference/LowerCaseClass': [FAIL],
+ # Bug(5784). StubCache tests need to be redesigned, as a) they don't work
+ # in the new (ignition + turbofan) pipeline environment, and b) they are
+ # stymied by a move of code stubs into builtins.
+ 'test-api/PrimaryStubCache': [SKIP],
+ 'test-api/SecondaryStubCache': [SKIP],
+ 'test-api/AccessCheckInIC': [SKIP],
+
# BUG(3742).
'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698