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

Side by Side 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 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 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], 141 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION],
142 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], 142 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION],
143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], 143 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION],
144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]], 144 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', NO_IGNITION]],
145 145
146 # TODO(rmcilroy,4680): Fails to find the correct function name for the 146 # TODO(rmcilroy,4680): Fails to find the correct function name for the
147 # anonymous function. Fails without ignition but with --no-lazy also, so seems 147 # anonymous function. Fails without ignition but with --no-lazy also, so seems
148 # to be an issue when eagerly parsing. 148 # to be an issue when eagerly parsing.
149 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], 149 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION],
150 150
151 # TODO(mythria,4780): Related to type feedback support for calls. 151 # TODO(mythria,4780): Related to type feedback support for Array function.
152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], 152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION],
mythria 2016/07/12 09:01:34 This fails because it checks for type feedback for
rmcilroy 2016/07/12 09:36:20 As discussed offline, maybe we could split this in
mythria 2016/07/12 15:20:35 Done.
153
154 # TODO(mythria,4780): Related to type feedback support for constructor.
153 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION], 155 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION],
mythria 2016/07/12 09:01:34 This fails because it also checks for type feedbac
rmcilroy 2016/07/12 09:36:20 As discussed offline, maybe we could split this in
mythria 2016/07/12 15:20:35 Done.
154 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION],
155 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], 156 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
156 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ], 157 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ],
157 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION], 158 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION],
158 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION],
159 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION],
160 159
161 # TODO(mythria,4680): Lack of code-ageing in interpreter. 160 # TODO(mythria,4680): Lack of code-ageing in interpreter.
162 'test-heap/Regress169209': [PASS, NO_IGNITION], 161 'test-heap/Regress169209': [PASS, NO_IGNITION],
163 162
164 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 163 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
165 # in interpreter. 164 # in interpreter.
166 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], 165 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION],
167 166
168 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 167 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
169 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r 168 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 528 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
530 529
531 # TODO(rmcilroy,4680): Fails to find the correct function name for the 530 # TODO(rmcilroy,4680): Fails to find the correct function name for the
532 # anonymous function. Fails without ignition but with --no-lazy also, so seems 531 # anonymous function. Fails without ignition but with --no-lazy also, so seems
533 # to be an issue when eagerly parsing. 532 # to be an issue when eagerly parsing.
534 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], 533 'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
535 534
536 # TODO(mythria,4780): Related to type feedback support for calls. 535 # TODO(mythria,4780): Related to type feedback support for calls.
537 'test-feedback-vector/VectorCallICStates': [FAIL], 536 'test-feedback-vector/VectorCallICStates': [FAIL],
538 'test-feedback-vector/VectorCallCounts': [FAIL], 537 'test-feedback-vector/VectorCallCounts': [FAIL],
539 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
540 'test-heap/WeakFunctionInConstructor': [FAIL], 538 'test-heap/WeakFunctionInConstructor': [FAIL],
541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 539 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 540 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
543 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
544 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
545 541
546 # TODO(mythria,4680): Lack of code-ageing in interpreter. 542 # TODO(mythria,4680): Lack of code-ageing in interpreter.
547 'test-heap/Regress169209': [FAIL], 543 'test-heap/Regress169209': [FAIL],
548 544
549 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 545 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
550 # in interpreter. 546 # in interpreter.
551 'test-heap/CompilationCacheCachingBehavior': [FAIL], 547 'test-heap/CompilationCacheCachingBehavior': [FAIL],
552 548
553 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 549 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
554 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r 550 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
555 # code. 551 # code.
556 'test-api/TurboAsmDisablesNeuter': [FAIL], 552 'test-api/TurboAsmDisablesNeuter': [FAIL],
557 553
558 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 554 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
559 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 555 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
560 556
561 # BUG(4751). Flaky with Ignition. 557 # BUG(4751). Flaky with Ignition.
562 'test-cpu-profiler/JsNativeJsSample': [SKIP], 558 'test-cpu-profiler/JsNativeJsSample': [SKIP],
563 }], # ignition or ignition_turbofan 559 }], # ignition or ignition_turbofan
564 560
565 ] 561 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698