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

Side by Side Diff: test/cctest/cctest.status

Issue 2212343002: Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 123 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
124 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], 124 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION],
125 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], 125 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION],
126 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], 126 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION],
127 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], 127 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION],
128 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]], 128 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]],
129 129
130 # TODO(mythria,4780): Related to type feedback support for Array function. 130 # TODO(mythria,4780): Related to type feedback support for Array function.
131 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION], 131 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION],
132 132
133 # TODO(mythria,4780): Related to type feedback support for constructor.
134 'test-feedback-vector/VectorConstructCounts': [PASS, NO_IGNITION],
135 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
136 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ],
137 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION],
138
133 # TODO(mythria,4680): Lack of code-ageing in interpreter. 139 # TODO(mythria,4680): Lack of code-ageing in interpreter.
134 'test-heap/Regress169209': [PASS, NO_IGNITION], 140 'test-heap/Regress169209': [PASS, NO_IGNITION],
135 141
136 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 142 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
137 # in interpreter. 143 # in interpreter.
138 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], 144 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION],
139 145
140 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 146 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
141 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO _IGNITION], 147 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO _IGNITION],
142 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION ], 148 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION ],
143 149
144 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 150 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
145 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], 151 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION],
146 152
147 # TODO(mythria, 4780): In interpreter we disable mementos when creating array 153 # BUG(4680): Ignition doesn't support allocation sites currently.
148 # literals. 154 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION],
149 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], 155 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION],
150 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], 156 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION],
151 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], 157 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION],
152 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], 158 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION],
153 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], 159 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION],
154 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], 160 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION],
155 161
156 # BUG(4751). Flaky with ignition. 162 # BUG(4751). Flaky with ignition.
157 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], 163 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION],
158 164
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 422 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
417 'test-heap/TestCodeFlushingPreAged': [FAIL], 423 'test-heap/TestCodeFlushingPreAged': [FAIL],
418 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 424 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
419 'test-heap/TestCodeFlushing': [FAIL], 425 'test-heap/TestCodeFlushing': [FAIL],
420 'test-heap/TestCodeFlushingIncremental': [FAIL], 426 'test-heap/TestCodeFlushingIncremental': [FAIL],
421 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 427 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
422 428
423 # TODO(mythria,4780): Related to type feedback support for Array function. 429 # TODO(mythria,4780): Related to type feedback support for Array function.
424 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], 430 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
425 431
432 # TODO(mythria,4780): Related to type feedback support for constructor.
433 'test-feedback-vector/VectorConstructCounts': [FAIL],
434 'test-heap/WeakFunctionInConstructor': [FAIL],
435 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
436 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
437
426 # TODO(mythria,4680): Lack of code-ageing in interpreter. 438 # TODO(mythria,4680): Lack of code-ageing in interpreter.
427 'test-heap/Regress169209': [FAIL], 439 'test-heap/Regress169209': [FAIL],
428 440
429 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 441 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
430 # in interpreter. 442 # in interpreter.
431 'test-heap/CompilationCacheCachingBehavior': [FAIL], 443 'test-heap/CompilationCacheCachingBehavior': [FAIL],
432 444
433 # BUG(4680): Missing type feedback makes optimistic optimizations fail. 445 # BUG(4680): Missing type feedback makes optimistic optimizations fail.
434 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 446 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
435 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], 447 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
436 448
437 # TODO(mythria, 4780): In interpreter we disable mementos when creating array 449 # BUG(4680): Ignition doesn't support allocation sites currently.
438 # literals. 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL],
439 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL],
440 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL],
441 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
442 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
443 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
444 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
445 457
446 # BUG(4751). Flaky with Ignition. 458 # BUG(4751). Flaky with Ignition.
447 'test-cpu-profiler/JsNativeJsSample': [SKIP], 459 'test-cpu-profiler/JsNativeJsSample': [SKIP],
448 }], # variant == ignition_turbofan 460 }], # variant == ignition_turbofan
449 461
450 ] 462 ]
OLDNEW
« no previous file with comments | « src/x64/interface-descriptors-x64.cc ('k') | test/cctest/interpreter/bytecode_expectations/CallNew.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698