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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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. |
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-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], | 154 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [PASS, NO_IGNITION], |
154 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], | 155 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], |
155 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION
], | 156 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION
], |
156 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT
ION], | 157 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT
ION], |
157 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], | 158 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [PASS, NO_IGNITION], |
158 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], | 159 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_IGNITION], |
159 | 160 |
160 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 161 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
161 'test-heap/Regress169209': [PASS, NO_IGNITION], | 162 'test-heap/Regress169209': [PASS, NO_IGNITION], |
162 | 163 |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 # on nodes (behind --turbo_source_positions flag). | 547 # on nodes (behind --turbo_source_positions flag). |
547 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 548 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
548 | 549 |
549 # TODO(rmcilroy,4680): Fails to find the correct function name for the | 550 # TODO(rmcilroy,4680): Fails to find the correct function name for the |
550 # anonymous function. Fails without ignition but with --no-lazy also, so seems | 551 # anonymous function. Fails without ignition but with --no-lazy also, so seems |
551 # to be an issue when eagerly parsing. | 552 # to be an issue when eagerly parsing. |
552 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], | 553 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], |
553 | 554 |
554 # TODO(mythria,4780): Related to type feedback support for calls. | 555 # TODO(mythria,4780): Related to type feedback support for calls. |
555 'test-feedback-vector/VectorCallICStates': [FAIL], | 556 'test-feedback-vector/VectorCallICStates': [FAIL], |
| 557 'test-feedback-vector/VectorCallCounts': [FAIL], |
556 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 558 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
557 'test-heap/WeakFunctionInConstructor': [FAIL], | 559 'test-heap/WeakFunctionInConstructor': [FAIL], |
558 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 560 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
559 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
560 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
561 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 563 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
562 | 564 |
563 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 565 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
564 'test-heap/Regress169209': [FAIL], | 566 'test-heap/Regress169209': [FAIL], |
565 | 567 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 'test-run-inlining/InlineSurplusArguments': [FAIL], | 601 'test-run-inlining/InlineSurplusArguments': [FAIL], |
600 'test-run-inlining/InlineBuiltin': [FAIL], | 602 'test-run-inlining/InlineBuiltin': [FAIL], |
601 'test-run-inlining/InlineTwiceDependent': [FAIL], | 603 'test-run-inlining/InlineTwiceDependent': [FAIL], |
602 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 604 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
603 | 605 |
604 # BUG(4751). Flaky with ignition and tsan. | 606 # BUG(4751). Flaky with ignition and tsan. |
605 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 607 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
606 }], # ignition or ignition_turbofan | 608 }], # ignition or ignition_turbofan |
607 | 609 |
608 ] | 610 ] |
OLD | NEW |