| OLD | NEW |
| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 ############################################################################ | 119 ############################################################################ |
| 120 # Ignition | 120 # Ignition |
| 121 | 121 |
| 122 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 122 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
| 123 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], | 123 'test-heap/TestCodeFlushingPreAged': [PASS, NO_IGNITION], |
| 124 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], | 124 'test-heap/TestCodeFlushingIncrementalScavenge': [PASS, NO_IGNITION], |
| 125 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], | 125 'test-heap/TestCodeFlushing': [PASS, NO_IGNITION], |
| 126 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], | 126 'test-heap/TestCodeFlushingIncremental': [PASS, NO_IGNITION], |
| 127 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', NO_IGNITION]], | 127 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', NO_IGNITION]], |
| 128 | 128 |
| 129 # TODO(rmcilroy,4680): Fails to find the correct function name for the | |
| 130 # anonymous function. Fails without ignition but with --no-lazy also, so seems | |
| 131 # to be an issue when eagerly parsing. | |
| 132 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], | |
| 133 | |
| 134 # TODO(mythria,4780): Related to type feedback support for Array function. | 129 # TODO(mythria,4780): Related to type feedback support for Array function. |
| 135 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION], | 130 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION], |
| 136 | 131 |
| 137 # TODO(mythria,4780): Related to type feedback support for constructor. | 132 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 138 'test-feedback-vector/VectorConstructCounts': [PASS, NO_IGNITION], | 133 'test-feedback-vector/VectorConstructCounts': [PASS, NO_IGNITION], |
| 139 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], | 134 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], |
| 140 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION
], | 135 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION
], |
| 141 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT
ION], | 136 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT
ION], |
| 142 | 137 |
| 143 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 138 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 144 'test-heap/Regress169209': [PASS, NO_IGNITION], | 139 'test-heap/Regress169209': [PASS, NO_IGNITION], |
| 145 | 140 |
| 146 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 141 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 147 # in interpreter. | 142 # in interpreter. |
| 148 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], | 143 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], |
| 149 | 144 |
| 150 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | |
| 151 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], | |
| 152 | |
| 153 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. | 145 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. |
| 154 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], | 146 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], |
| 155 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], | 147 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], |
| 156 | 148 |
| 157 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 149 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 158 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_IGNITION], | 150 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_IGNITION], |
| 159 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], | 151 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], |
| 160 | 152 |
| 161 # BUG(4680): Ignition doesn't support allocation sites currently. | 153 # BUG(4680): Ignition doesn't support allocation sites currently. |
| 162 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION], | 154 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION], |
| 163 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], | 155 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], |
| 164 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], | 156 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], |
| 165 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_IGNITION], | |
| 166 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_IGNITION], | |
| 167 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], | 157 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], |
| 168 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], | 158 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], |
| 169 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], | 159 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], |
| 170 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], | 160 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], |
| 171 | 161 |
| 172 # BUG(4751). Flaky with ignition. | 162 # BUG(4751). Flaky with ignition. |
| 173 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], | 163 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], |
| 174 | 164 |
| 175 # TODO(ignition): Fails due to missing type info when optimizing from bytecode | 165 # TODO(ignition): Fails due to missing type info when optimizing from bytecode |
| 176 # with crankshaft. | 166 # with crankshaft. |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 # on nodes (behind --turbo_source_positions flag). | 419 # on nodes (behind --turbo_source_positions flag). |
| 430 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 420 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
| 431 | 421 |
| 432 # 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(). |
| 433 'test-heap/TestCodeFlushingPreAged': [FAIL], | 423 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 434 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 424 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 435 'test-heap/TestCodeFlushing': [FAIL], | 425 'test-heap/TestCodeFlushing': [FAIL], |
| 436 'test-heap/TestCodeFlushingIncremental': [FAIL], | 426 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 437 '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]], |
| 438 | 428 |
| 439 # TODO(rmcilroy,4680): Fails to find the correct function name for the | |
| 440 # anonymous function. Fails without ignition but with --no-lazy also, so seems | |
| 441 # to be an issue when eagerly parsing. | |
| 442 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], | |
| 443 | |
| 444 # TODO(mythria,4780): Related to type feedback support for Array function. | 429 # TODO(mythria,4780): Related to type feedback support for Array function. |
| 445 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], | 430 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
| 446 | 431 |
| 447 # TODO(mythria,4780): Related to type feedback support for constructor. | 432 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 448 'test-feedback-vector/VectorConstructCounts': [FAIL], | 433 'test-feedback-vector/VectorConstructCounts': [FAIL], |
| 449 'test-heap/WeakFunctionInConstructor': [FAIL], | 434 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 450 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 435 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 451 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 436 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 452 | 437 |
| 453 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 438 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 454 'test-heap/Regress169209': [FAIL], | 439 'test-heap/Regress169209': [FAIL], |
| 455 | 440 |
| 456 # 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 |
| 457 # in interpreter. | 442 # in interpreter. |
| 458 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 443 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 459 | 444 |
| 460 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | |
| 461 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | |
| 462 | |
| 463 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 445 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 464 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 446 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 465 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], | 447 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], |
| 466 | 448 |
| 467 # BUG(4680): Ignition doesn't support allocation sites currently. | 449 # BUG(4680): Ignition doesn't support allocation sites currently. |
| 468 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], | 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], |
| 469 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], | 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], |
| 470 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
| 471 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], | |
| 472 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], | |
| 473 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
| 474 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
| 475 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
| 476 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
| 477 | 457 |
| 478 # BUG(4751). Flaky with Ignition. | 458 # BUG(4751). Flaky with Ignition. |
| 479 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 459 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 480 }], # ignition_turbofan | 460 }], # ignition_turbofan |
| 481 | 461 |
| 482 ] | 462 ] |
| OLD | NEW |