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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 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 | 130 # anonymous function. Fails without ignition but with --no-lazy also, so seems |
131 # to be an issue when eagerly parsing. | 131 # to be an issue when eagerly parsing. |
132 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], | 132 'test-func-name-inference/ReturnAnonymousFunction': [PASS, NO_IGNITION], |
133 | 133 |
134 # TODO(mythria,4780): Related to type feedback support for Array function. | 134 # TODO(mythria,4780): Related to type feedback support for Array function. |
135 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION], | 135 'test-feedback-vector/VectorCallFeedbackForArray': [PASS, NO_IGNITION], |
136 | 136 |
137 # TODO(mythria,4780): Related to type feedback support for constructor. | |
138 'test-feedback-vector/VectorConstructCounts': [PASS, NO_IGNITION], | |
139 'test-heap/WeakFunctionInConstructor': [PASS, NO_IGNITION], | |
140 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [PASS, NO_IGNITION
], | |
141 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [PASS, NO_IGNIT
ION], | |
142 | |
143 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 137 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
144 'test-heap/Regress169209': [PASS, NO_IGNITION], | 138 'test-heap/Regress169209': [PASS, NO_IGNITION], |
145 | 139 |
146 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 140 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
147 # in interpreter. | 141 # in interpreter. |
148 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], | 142 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], |
149 | 143 |
150 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 144 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
151 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r | 145 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
152 # code. | 146 # code. |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 434 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
441 | 435 |
442 # TODO(rmcilroy,4680): Fails to find the correct function name for the | 436 # TODO(rmcilroy,4680): Fails to find the correct function name for the |
443 # anonymous function. Fails without ignition but with --no-lazy also, so seems | 437 # anonymous function. Fails without ignition but with --no-lazy also, so seems |
444 # to be an issue when eagerly parsing. | 438 # to be an issue when eagerly parsing. |
445 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], | 439 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], |
446 | 440 |
447 # TODO(mythria,4780): Related to type feedback support for Array function. | 441 # TODO(mythria,4780): Related to type feedback support for Array function. |
448 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], | 442 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
449 | 443 |
450 # TODO(mythria,4780): Related to type feedback support for constructor. | |
451 'test-feedback-vector/VectorConstructCounts': [FAIL], | |
452 'test-heap/WeakFunctionInConstructor': [FAIL], | |
453 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | |
454 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | |
455 | |
456 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 444 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
457 'test-heap/Regress169209': [FAIL], | 445 'test-heap/Regress169209': [FAIL], |
458 | 446 |
459 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 447 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
460 # in interpreter. | 448 # in interpreter. |
461 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 449 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
462 | 450 |
463 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 451 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
464 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r | 452 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
465 # code. | 453 # code. |
(...skipping 15 matching lines...) Expand all Loading... |
481 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 469 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
482 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 470 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
483 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 471 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
484 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 472 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
485 | 473 |
486 # BUG(4751). Flaky with Ignition. | 474 # BUG(4751). Flaky with Ignition. |
487 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 475 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
488 }], # ignition or ignition_turbofan | 476 }], # ignition or ignition_turbofan |
489 | 477 |
490 ] | 478 ] |
OLD | NEW |