| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 | 577 |
| 578 ############################################################################## | 578 ############################################################################## |
| 579 ['variant == nocrankshaft', { | 579 ['variant == nocrankshaft', { |
| 580 'es6/array-iterator-turbo': [SKIP], | 580 'es6/array-iterator-turbo': [SKIP], |
| 581 }], # variant == nocranshaft | 581 }], # variant == nocranshaft |
| 582 | 582 |
| 583 ############################################################################## | 583 ############################################################################## |
| 584 ['variant == stress', { | 584 ['variant == stress', { |
| 585 'es6/array-iterator-turbo': [SKIP], | 585 'es6/array-iterator-turbo': [SKIP], |
| 586 | 586 |
| 587 # Ongoing implementation of modules. |
| 588 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 589 'modules-debug-scopes1': [SKIP], |
| 590 |
| 587 'ignition/regress-599001-verifyheap': [SKIP], | 591 'ignition/regress-599001-verifyheap': [SKIP], |
| 588 'unicode-test': [SKIP], | 592 'unicode-test': [SKIP], |
| 589 }], # variant == stress | 593 }], # variant == stress |
| 590 | 594 |
| 591 ############################################################################## | 595 ############################################################################## |
| 592 ['variant == turbofan_opt', { | 596 ['variant == turbofan_opt', { |
| 593 'es6/array-iterator-turbo': [SKIP], | 597 'es6/array-iterator-turbo': [SKIP], |
| 594 | 598 |
| 595 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 599 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 596 'debug-set-variable-value': [FAIL], | 600 'debug-set-variable-value': [FAIL], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 612 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 616 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 613 | 617 |
| 614 # TODO(jarin): No truncations on CheckFloat64Hole. | 618 # TODO(jarin): No truncations on CheckFloat64Hole. |
| 615 'getters-on-elements': [SKIP], | 619 'getters-on-elements': [SKIP], |
| 616 | 620 |
| 617 # TODO(rmcilroy): Flaky OOM. | 621 # TODO(rmcilroy): Flaky OOM. |
| 618 'unicodelctest-no-optimization': [SKIP], | 622 'unicodelctest-no-optimization': [SKIP], |
| 619 }], # variant == ignition_turbofan | 623 }], # variant == ignition_turbofan |
| 620 | 624 |
| 621 ############################################################################## | 625 ############################################################################## |
| 622 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | |
| 623 # Ongoing implementation of modules. | |
| 624 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | |
| 625 'modules-*': [SKIP], | |
| 626 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | |
| 627 | |
| 628 ############################################################################## | |
| 629 ['gcov_coverage', { | 626 ['gcov_coverage', { |
| 630 # Tests taking too long. | 627 # Tests taking too long. |
| 631 'array-functions-prototype-misc': [SKIP], | 628 'array-functions-prototype-misc': [SKIP], |
| 632 | 629 |
| 633 # Stack overflow. | 630 # Stack overflow. |
| 634 'big-array-literal': [SKIP], | 631 'big-array-literal': [SKIP], |
| 635 }], # 'gcov_coverage' | 632 }], # 'gcov_coverage' |
| 636 | 633 |
| 637 ############################################################################## | 634 ############################################################################## |
| 638 ['variant == stress or variant == turbofan_opt', { | 635 ['variant == stress or variant == turbofan_opt', { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 'lithium/*': [SKIP], | 668 'lithium/*': [SKIP], |
| 672 'third_party/*': [SKIP], | 669 'third_party/*': [SKIP], |
| 673 'tools/*': [SKIP], | 670 'tools/*': [SKIP], |
| 674 'apply': [SKIP], | 671 'apply': [SKIP], |
| 675 'math-*': [SKIP], | 672 'math-*': [SKIP], |
| 676 'unicode-test': [SKIP], | 673 'unicode-test': [SKIP], |
| 677 'whitespaces': [SKIP], | 674 'whitespaces': [SKIP], |
| 678 }], # variant == wasm_traps | 675 }], # variant == wasm_traps |
| 679 | 676 |
| 680 ] | 677 ] |
| OLD | NEW |