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