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

Unified Diff: test/cctest/cctest.status

Issue 1688283003: [Interpreter] Implements calls through CallICStub in the interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 7d723345c399c5afa3b5cba38f5535f988e3fc5c..14d90d08519e08737c5291101af0cf8e99a37542 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -582,6 +582,18 @@
'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
+ # TODO(4680): Related to lack of code-ageing in interpreter.
+ 'test-heap/Regress169209': [FAIL],
+
+ # TODO(4680): Related to lack of code-ageing and/or lack of compilation cache
+ # in interpreter.
+ 'test-heap/CompilationCacheCachingBehavior': [FAIL],
+
+ # TODO(4680): Use CallConstructStub for new operator.
+ 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
+ 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
+ 'test-heap/WeakFunctionInConstructor': [FAIL],
+
# TODO(rmcilroy,4680): Test assert errors.
'test-cpu-profiler/CodeEvents': [FAIL],
'test-cpu-profiler/TickEvents': [FAIL],
@@ -606,17 +618,8 @@
'test-profile-generator/LineNumber': [FAIL],
'test-profile-generator/ProfileNodeScriptId': [FAIL],
'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
- 'test-feedback-vector/VectorCallICStates': [FAIL],
- 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
'test-api/PromiseRejectCallback': [FAIL],
'test-api/SetJitCodeEventHandler': [FAIL],
- 'test-heap/WeakFunctionInConstructor': [FAIL],
- 'test-heap/Regress169209': [FAIL],
- 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
- 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
'test-run-inlining/InlineTwice': [FAIL],
# TODO(rmcilroy,4680): Fail on some bot configurations.

Powered by Google App Engine
This is Rietveld 408576698