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

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: fixed few comments. 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 calls.
rmcilroy 2016/07/08 09:58:00 Now that we have type feedback vector support, any
mythria 2016/07/11 15:25:24 They still fail because we do not call through Cal
rmcilroy 2016/07/11 15:58:55 Yes, I think we should modify the tests to test th
152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION], 152 'test-feedback-vector/VectorCallICStates': [PASS, NO_IGNITION],
153 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION], 153 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION],
154 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION],
155 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], 154 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION],
156 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ], 155 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION ],
157 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION], 156 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT ION],
158 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION],
159 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION],
160 157
161 # TODO(mythria,4680): Lack of code-ageing in interpreter. 158 # TODO(mythria,4680): Lack of code-ageing in interpreter.
162 'test-heap/Regress169209': [PASS, NO_IGNITION], 159 'test-heap/Regress169209': [PASS, NO_IGNITION],
163 160
164 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 161 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
165 # in interpreter. 162 # in interpreter.
166 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], 163 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION],
167 164
168 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 165 # 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 166 # 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]], 526 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
530 527
531 # TODO(rmcilroy,4680): Fails to find the correct function name for the 528 # 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 529 # anonymous function. Fails without ignition but with --no-lazy also, so seems
533 # to be an issue when eagerly parsing. 530 # to be an issue when eagerly parsing.
534 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], 531 'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
535 532
536 # TODO(mythria,4780): Related to type feedback support for calls. 533 # TODO(mythria,4780): Related to type feedback support for calls.
537 'test-feedback-vector/VectorCallICStates': [FAIL], 534 'test-feedback-vector/VectorCallICStates': [FAIL],
538 'test-feedback-vector/VectorCallCounts': [FAIL], 535 'test-feedback-vector/VectorCallCounts': [FAIL],
539 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
540 'test-heap/WeakFunctionInConstructor': [FAIL], 536 'test-heap/WeakFunctionInConstructor': [FAIL],
541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 537 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 538 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
543 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
544 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
545 539
546 # TODO(mythria,4680): Lack of code-ageing in interpreter. 540 # TODO(mythria,4680): Lack of code-ageing in interpreter.
547 'test-heap/Regress169209': [FAIL], 541 'test-heap/Regress169209': [FAIL],
548 542
549 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 543 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
550 # in interpreter. 544 # in interpreter.
551 'test-heap/CompilationCacheCachingBehavior': [FAIL], 545 'test-heap/CompilationCacheCachingBehavior': [FAIL],
552 546
553 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 547 # 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 548 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
555 # code. 549 # code.
556 'test-api/TurboAsmDisablesNeuter': [FAIL], 550 'test-api/TurboAsmDisablesNeuter': [FAIL],
557 551
558 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 552 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
559 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 553 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
560 554
561 # BUG(4751). Flaky with Ignition. 555 # BUG(4751). Flaky with Ignition.
562 'test-cpu-profiler/JsNativeJsSample': [SKIP], 556 'test-cpu-profiler/JsNativeJsSample': [SKIP],
563 }], # ignition or ignition_turbofan 557 }], # ignition or ignition_turbofan
564 558
565 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698