| 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 |
| 137 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 143 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 138 'test-heap/Regress169209': [PASS, NO_IGNITION], | 144 'test-heap/Regress169209': [PASS, NO_IGNITION], |
| 139 | 145 |
| 140 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 146 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 141 # in interpreter. | 147 # in interpreter. |
| 142 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], | 148 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], |
| 143 | 149 |
| 144 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 150 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
| 145 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r | 151 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
| 146 # code. | 152 # code. |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 409 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 404 | 410 |
| 405 # TODO(rmcilroy,4680): Fails to find the correct function name for the | 411 # TODO(rmcilroy,4680): Fails to find the correct function name for the |
| 406 # anonymous function. Fails without ignition but with --no-lazy also, so seems | 412 # anonymous function. Fails without ignition but with --no-lazy also, so seems |
| 407 # to be an issue when eagerly parsing. | 413 # to be an issue when eagerly parsing. |
| 408 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], | 414 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], |
| 409 | 415 |
| 410 # TODO(mythria,4780): Related to type feedback support for Array function. | 416 # TODO(mythria,4780): Related to type feedback support for Array function. |
| 411 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], | 417 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], |
| 412 | 418 |
| 419 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 420 'test-feedback-vector/VectorConstructCounts': [FAIL], |
| 421 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 422 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 423 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 424 |
| 413 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 425 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 414 'test-heap/Regress169209': [FAIL], | 426 'test-heap/Regress169209': [FAIL], |
| 415 | 427 |
| 416 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 428 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 417 # in interpreter. | 429 # in interpreter. |
| 418 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 430 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 419 | 431 |
| 420 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 432 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
| 421 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r | 433 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
| 422 # code. | 434 # code. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 438 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 450 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
| 439 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 451 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
| 440 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 452 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
| 441 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 453 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
| 442 | 454 |
| 443 # BUG(4751). Flaky with Ignition. | 455 # BUG(4751). Flaky with Ignition. |
| 444 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 456 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 445 }], # ignition or ignition_turbofan | 457 }], # ignition or ignition_turbofan |
| 446 | 458 |
| 447 ] | 459 ] |
| OLD | NEW |