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

Unified Diff: test/cctest/cctest.status

Issue 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated cctest.status to mark the tests fail with ignition. Created 4 years, 5 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/x64/builtins-x64.cc ('k') | test/cctest/interpreter/test-interpreter.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 b76a1ddb9a461ecac80eb9b32cd30e267841ce8b..bae243940576c47536a95e12beefc2ce7d7a6b49 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -148,15 +148,14 @@
# to be an issue when eagerly parsing.
'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION],
- # TODO(mythria,4780): Related to type feedback support for calls.
- 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION],
- 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION],
- 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION],
+ # TODO(mythria,4780): Related to type feedback support for Array function.
+ 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION],
+
+ # TODO(mythria,4780): Related to type feedback support for constructor.
+ 'test-feedback-vector/VectorConstructCounts': [PASS, NO_IGNITION],
'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION],
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNITION],
- 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION],
- 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION],
# TODO(mythria,4680): Lack of code-ageing in interpreter.
'test-heap/Regress169209': [PASS, NO_IGNITION],
@@ -533,15 +532,14 @@
# to be an issue when eagerly parsing.
'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
- # TODO(mythria,4780): Related to type feedback support for calls.
- 'test-feedback-vector/VectorCallICStates': [FAIL],
- 'test-feedback-vector/VectorCallCounts': [FAIL],
- 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
+ # TODO(mythria,4780): Related to type feedback support for Array function.
+ 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
+
+ # TODO(mythria,4780): Related to type feedback support for constructor.
+ 'test-feedback-vector/VectorConstructCounts': [FAIL],
'test-heap/WeakFunctionInConstructor': [FAIL],
'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
- 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
- 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
# TODO(mythria,4680): Lack of code-ageing in interpreter.
'test-heap/Regress169209': [FAIL],
« no previous file with comments | « src/x64/builtins-x64.cc ('k') | test/cctest/interpreter/test-interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698