| 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 | 587 |
| 588 ############################################################################## | 588 ############################################################################## |
| 589 ['arch == ppc64', { | 589 ['arch == ppc64', { |
| 590 | 590 |
| 591 # stack overflow | 591 # stack overflow |
| 592 'big-array-literal': [SKIP], | 592 'big-array-literal': [SKIP], |
| 593 'regress/regress-353551': [SKIP], | 593 'regress/regress-353551': [SKIP], |
| 594 }], # 'arch == ppc64' | 594 }], # 'arch == ppc64' |
| 595 | 595 |
| 596 ############################################################################## | 596 ############################################################################## |
| 597 ['variant == nocrankshaft', { |
| 598 'es6/array-iterator-turbo': [SKIP], |
| 599 }], # variant == nocranshaft |
| 600 |
| 601 ############################################################################## |
| 597 ['variant == stress', { | 602 ['variant == stress', { |
| 603 'es6/array-iterator-turbo': [SKIP], |
| 598 'debug-evaluate-locals-optimized': [FAIL], | 604 'debug-evaluate-locals-optimized': [FAIL], |
| 599 'debug-evaluate-locals-optimized-double': [FAIL], | 605 'debug-evaluate-locals-optimized-double': [FAIL], |
| 600 'ignition/regress-599001-verifyheap': [SKIP], | 606 'ignition/regress-599001-verifyheap': [SKIP], |
| 601 'unicode-test': [SKIP], | 607 'unicode-test': [SKIP], |
| 602 }], # variant == stress | 608 }], # variant == stress |
| 603 | 609 |
| 604 ############################################################################## | 610 ############################################################################## |
| 605 ['variant == turbofan_opt', { | 611 ['variant == turbofan_opt', { |
| 612 'es6/array-iterator-turbo': [SKIP], |
| 606 | 613 |
| 607 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 614 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 608 'debug-evaluate-closure': [FAIL], | 615 'debug-evaluate-closure': [FAIL], |
| 609 'debug-evaluate-locals': [FAIL], | 616 'debug-evaluate-locals': [FAIL], |
| 610 'debug-set-variable-value': [FAIL], | 617 'debug-set-variable-value': [FAIL], |
| 611 'debug-evaluate-locals-optimized': [FAIL], | 618 'debug-evaluate-locals-optimized': [FAIL], |
| 612 'debug-evaluate-locals-optimized-double': [FAIL], | 619 'debug-evaluate-locals-optimized-double': [FAIL], |
| 613 'debug-liveedit-double-call': [FAIL], | 620 'debug-liveedit-double-call': [FAIL], |
| 614 'es6/debug-evaluate-blockscopes': [FAIL], | 621 'es6/debug-evaluate-blockscopes': [FAIL], |
| 615 | 622 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 'lithium/*': [SKIP], | 690 'lithium/*': [SKIP], |
| 684 'third_party/*': [SKIP], | 691 'third_party/*': [SKIP], |
| 685 'tools/*': [SKIP], | 692 'tools/*': [SKIP], |
| 686 'apply': [SKIP], | 693 'apply': [SKIP], |
| 687 'math-*': [SKIP], | 694 'math-*': [SKIP], |
| 688 'unicode-test': [SKIP], | 695 'unicode-test': [SKIP], |
| 689 'whitespaces': [SKIP], | 696 'whitespaces': [SKIP], |
| 690 }], # variant == asm_wasm | 697 }], # variant == asm_wasm |
| 691 | 698 |
| 692 ] | 699 ] |
| OLD | NEW |