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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/VectorCallFeedbackForArray': [PASS, NO_IGNITION], |
153 'test-feedback-vector/VectorCallCounts': [PASS, NO_IGNITION], | 153 |
154 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], | 154 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 155 'test-feedback-vector/VectorConstructCounts': [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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 525 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
527 'test-heap/TestCodeFlushing': [FAIL], | 526 'test-heap/TestCodeFlushing': [FAIL], |
528 'test-heap/TestCodeFlushingIncremental': [FAIL], | 527 'test-heap/TestCodeFlushingIncremental': [FAIL], |
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 Array function. |
537 'test-feedback-vector/VectorCallICStates': [FAIL], | 536 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
538 'test-feedback-vector/VectorCallCounts': [FAIL], | 537 |
539 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 538 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 539 'test-feedback-vector/VectorConstructCounts': [FAIL], |
540 'test-heap/WeakFunctionInConstructor': [FAIL], | 540 'test-heap/WeakFunctionInConstructor': [FAIL], |
541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
543 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | |
544 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | |
545 | 543 |
546 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 544 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
547 'test-heap/Regress169209': [FAIL], | 545 'test-heap/Regress169209': [FAIL], |
548 | 546 |
549 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 547 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
550 # in interpreter. | 548 # in interpreter. |
551 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 549 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
552 | 550 |
553 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 551 # 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 | 552 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
555 # code. | 553 # code. |
556 'test-api/TurboAsmDisablesNeuter': [FAIL], | 554 'test-api/TurboAsmDisablesNeuter': [FAIL], |
557 | 555 |
558 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 556 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
559 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | 557 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], |
560 | 558 |
561 # BUG(4751). Flaky with Ignition. | 559 # BUG(4751). Flaky with Ignition. |
562 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 560 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
563 }], # ignition or ignition_turbofan | 561 }], # ignition or ignition_turbofan |
564 | 562 |
565 ] | 563 ] |
OLD | NEW |