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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'regress/regress-105': [FAIL], | 633 'regress/regress-105': [FAIL], |
634 | 634 |
635 # Too slow. | 635 # Too slow. |
636 'big-object-literal': [SKIP], | 636 'big-object-literal': [SKIP], |
637 'ignition/regress-599001-verifyheap': [SKIP], | 637 'ignition/regress-599001-verifyheap': [SKIP], |
638 'unicode-test': [SKIP], | 638 'unicode-test': [SKIP], |
639 | 639 |
640 }], # variant == turbofan_opt | 640 }], # variant == turbofan_opt |
641 | 641 |
642 ############################################################################## | 642 ############################################################################## |
643 ['variant == ignition', { | 643 ['variant == ignition or variant == ignition_staging', { |
| 644 # TODO(5587): fails to liveedit evaled code. |
644 'debug-liveedit-double-call': [FAIL], | 645 'debug-liveedit-double-call': [FAIL], |
645 | |
646 # Might trigger stack overflow. | |
647 'unicode-test': [SKIP], | |
648 | |
649 # Fails because concurrent compilation is not triggered on bytecode. | |
650 # Check in Runtime_OptimizeFunctionOnNextCall. | |
651 'compiler/manual-concurrent-recompile': [FAIL], | |
652 'regress/regress-embedded-cons-string': [FAIL], | |
653 'regress/regress-prepare-break-while-recompile': [FAIL], | |
654 | |
655 }], # variant == ignition | 646 }], # variant == ignition |
656 | 647 |
657 ['variant == ignition and msan', { | 648 ['variant == ignition and msan', { |
658 # TODO(mythria,4680): All of these tests have large loops and hence slow | 649 # TODO(mythria,4680): All of these tests have large loops and hence slow |
659 # and timeout. | 650 # and timeout. |
660 'compiler/osr-big': [SKIP], | 651 'compiler/osr-big': [SKIP], |
661 'compiler/osr-nested': [SKIP], | 652 'compiler/osr-nested': [SKIP], |
662 'regress/regress-298269': [SKIP], | 653 'regress/regress-298269': [SKIP], |
663 'regress/regress-crbug-319860': [SKIP], | 654 'regress/regress-crbug-319860': [SKIP], |
664 'regress/regress-deep-proto': [SKIP], | 655 'regress/regress-deep-proto': [SKIP], |
665 'try': [SKIP], | 656 'try': [SKIP], |
666 # Too slow for interpreter and msan. | 657 # Too slow for interpreter and msan. |
667 'es6/tail-call-megatest*': [SKIP], | 658 'es6/tail-call-megatest*': [SKIP], |
668 }], # variant == ignition and msan | 659 }], # variant == ignition and msan |
669 | 660 |
670 ############################################################################## | 661 ############################################################################## |
671 ['variant == ignition_staging', { | |
672 'debug-liveedit-double-call': [FAIL], | |
673 | |
674 # Fails because concurrent compilation is not triggered on bytecode. | |
675 # Check in Runtime_OptimizeFunctionOnNextCall. | |
676 'compiler/manual-concurrent-recompile': [FAIL], | |
677 'regress/regress-embedded-cons-string': [FAIL], | |
678 'regress/regress-prepare-break-while-recompile': [FAIL], | |
679 }], # variant == ignition_staging | |
680 | |
681 ############################################################################## | |
682 ['variant == ignition_turbofan', { | 662 ['variant == ignition_turbofan', { |
| 663 # TODO(5587): fails to liveedit evaled code. |
683 'debug-liveedit-double-call': [FAIL], | 664 'debug-liveedit-double-call': [FAIL], |
684 | 665 |
685 # TODO(rmcilroy,titzer): Times out after | 666 # TODO(rmcilroy,titzer): Times out after |
686 # https://codereview.chromium.org/1951013002 . | 667 # https://codereview.chromium.org/1951013002 . |
687 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 668 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
688 | 669 |
689 # TODO(jarin): No truncations on CheckFloat64Hole. | 670 # TODO(jarin): No truncations on CheckFloat64Hole. |
690 'getters-on-elements': [SKIP], | 671 'getters-on-elements': [SKIP], |
691 | 672 |
692 # TODO(rmcilroy): Flaky OOM. | 673 # TODO(rmcilroy): Flaky OOM. |
693 'unicodelctest-no-optimization': [SKIP], | 674 'unicodelctest-no-optimization': [SKIP], |
694 | |
695 }], # variant == ignition_turbofan | 675 }], # variant == ignition_turbofan |
696 | 676 |
697 ['variant == ignition_turbofan and arch == arm', { | 677 ['variant == ignition_turbofan and arch == arm', { |
698 # TODO(rmcilroy,4680): Arm specific timeouts. | 678 # TODO(rmcilroy,4680): Arm specific timeouts. |
699 'compiler/osr-one': [SKIP], | 679 'compiler/osr-one': [SKIP], |
700 'compiler/osr-two': [SKIP], | 680 'compiler/osr-two': [SKIP], |
701 'regress/regress-1257': [SKIP], | 681 'regress/regress-1257': [SKIP], |
702 }], # variant == ignition_turbofan and arch == arm | 682 }], # variant == ignition_turbofan and arch == arm |
703 | 683 |
704 ['variant == ignition_turbofan and msan', { | 684 ['variant == ignition_turbofan and msan', { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 'lithium/*': [SKIP], | 729 'lithium/*': [SKIP], |
750 'third_party/*': [SKIP], | 730 'third_party/*': [SKIP], |
751 'tools/*': [SKIP], | 731 'tools/*': [SKIP], |
752 'apply': [SKIP], | 732 'apply': [SKIP], |
753 'math-*': [SKIP], | 733 'math-*': [SKIP], |
754 'unicode-test': [SKIP], | 734 'unicode-test': [SKIP], |
755 'whitespaces': [SKIP], | 735 'whitespaces': [SKIP], |
756 }], # variant == asm_wasm | 736 }], # variant == asm_wasm |
757 | 737 |
758 ] | 738 ] |
OLD | NEW |