| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | |
| 139 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 133 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 140 'test-heap/Regress169209': [PASS, NO_IGNITION], | 134 'test-heap/Regress169209': [PASS, NO_IGNITION], |
| 141 | 135 |
| 142 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 136 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 143 # in interpreter. | 137 # in interpreter. |
| 144 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], | 138 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], |
| 145 | 139 |
| 146 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. | 140 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. |
| 147 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], | 141 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], |
| 148 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], | 142 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], |
| 149 | 143 |
| 150 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 144 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 151 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], | 145 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], |
| 152 | 146 |
| 153 # BUG(4680): Ignition doesn't support allocation sites currently. | 147 # TODO(mythria, 4780): In interpreter we disable mementos when creating array |
| 154 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION], | 148 # literals. |
| 155 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], | 149 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], |
| 156 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], | 150 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], |
| 157 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], | 151 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], |
| 158 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], | 152 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], |
| 159 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], | 153 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], |
| 160 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], | 154 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], |
| 161 | 155 |
| 162 # BUG(4751). Flaky with ignition. | 156 # BUG(4751). Flaky with ignition. |
| 163 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], | 157 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], |
| 164 | 158 |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 416 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
| 423 'test-heap/TestCodeFlushingPreAged': [FAIL], | 417 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 424 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 418 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 425 'test-heap/TestCodeFlushing': [FAIL], | 419 'test-heap/TestCodeFlushing': [FAIL], |
| 426 'test-heap/TestCodeFlushingIncremental': [FAIL], | 420 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 427 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 421 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 428 | 422 |
| 429 # TODO(mythria,4780): Related to type feedback support for Array function. | 423 # TODO(mythria,4780): Related to type feedback support for Array function. |
| 430 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], | 424 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
| 431 | 425 |
| 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 | |
| 438 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 426 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 439 'test-heap/Regress169209': [FAIL], | 427 'test-heap/Regress169209': [FAIL], |
| 440 | 428 |
| 441 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 429 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 442 # in interpreter. | 430 # in interpreter. |
| 443 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 431 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 444 | 432 |
| 445 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 433 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 446 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 434 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 447 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], | 435 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], |
| 448 | 436 |
| 449 # BUG(4680): Ignition doesn't support allocation sites currently. | 437 # TODO(mythria, 4780): In interpreter we disable mementos when creating array |
| 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], | 438 # literals. |
| 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], | 439 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], |
| 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | 440 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
| 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 441 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
| 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 442 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
| 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 443 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
| 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 444 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
| 457 | 445 |
| 458 # BUG(4751). Flaky with Ignition. | 446 # BUG(4751). Flaky with Ignition. |
| 459 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 447 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 460 }], # variant == ignition_turbofan | 448 }], # variant == ignition_turbofan |
| 461 | 449 |
| 462 ] | 450 ] |
| OLD | NEW |