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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 | 626 |
627 # Slow tests. | 627 # Slow tests. |
628 'regress/regress-2185-2': [SKIP], | 628 'regress/regress-2185-2': [SKIP], |
629 }], # variant == stress | 629 }], # variant == stress |
630 | 630 |
631 ############################################################################## | 631 ############################################################################## |
632 ['variant == noturbofan_stress', { | 632 ['variant == noturbofan_stress', { |
633 # Slow tests. | 633 # Slow tests. |
634 'ignition/regress-599001-verifyheap': [SKIP], | 634 'ignition/regress-599001-verifyheap': [SKIP], |
635 'regress/regress-2185-2': [SKIP], | 635 'regress/regress-2185-2': [SKIP], |
636 | |
637 # Crankshaft bug, wrong elements kind: crbug.com/v8/6342 | |
638 'regress/regress-2671': [SKIP], | |
639 'regress/regress-2671-1': [SKIP], | |
640 }], # variant == noturbofan_stress | 636 }], # variant == noturbofan_stress |
641 | 637 |
642 ############################################################################## | 638 ############################################################################## |
643 ['variant == nooptimization', { | 639 ['variant == nooptimization', { |
644 # Slow tests. | 640 # Slow tests. |
645 'regress/regress-2185-2': [SKIP], | 641 'regress/regress-2185-2': [SKIP], |
646 }], # variant == nooptimization | 642 }], # variant == nooptimization |
647 | 643 |
648 ############################################################################## | 644 ############################################################################## |
649 ['variant == noturbofan and no_snap', { | 645 ['variant == noturbofan and no_snap', { |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'lithium/*': [SKIP], | 684 'lithium/*': [SKIP], |
689 'third_party/*': [SKIP], | 685 'third_party/*': [SKIP], |
690 'tools/*': [SKIP], | 686 'tools/*': [SKIP], |
691 'apply': [SKIP], | 687 'apply': [SKIP], |
692 'math-*': [SKIP], | 688 'math-*': [SKIP], |
693 'unicode-test': [SKIP], | 689 'unicode-test': [SKIP], |
694 'whitespaces': [SKIP], | 690 'whitespaces': [SKIP], |
695 }], # variant == wasm_traps | 691 }], # variant == wasm_traps |
696 | 692 |
697 ] | 693 ] |
OLD | NEW |