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

Unified Diff: test/cctest/cctest.status

Issue 1860943002: [interpreter] Rely on SharedFunctionInfo in UseIgnition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Enable tests. Created 4 years, 8 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/parsing/parser.h ('k') | 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 c48d9aa35a3ba8cedd120b26e537f08406ba0153..165bb3ee8cec7ff3956f9f6a3c2e314cb1ca6db5 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -523,11 +523,6 @@
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- # TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo
- # being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never
- # gets called.
- 'test-profile-generator/BailoutReason': [FAIL],
-
# TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
# in compiler.cc GetLazyCode for uncompiled code, and no similar path for eager
# code.
@@ -558,7 +553,6 @@
'test-run-inlining/InlineBuiltin': [FAIL],
'test-run-inlining/InlineTwiceDependent': [FAIL],
'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
- 'test-debug/DebugBreakInline': [FAIL],
}], # ignition == True
]
« no previous file with comments | « src/parsing/parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698