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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 'regress/regress-105': [FAIL], | 598 'regress/regress-105': [FAIL], |
599 | 599 |
600 # Too slow. | 600 # Too slow. |
601 'big-object-literal': [SKIP], | 601 'big-object-literal': [SKIP], |
602 'ignition/regress-599001-verifyheap': [SKIP], | 602 'ignition/regress-599001-verifyheap': [SKIP], |
603 'unicode-test': [SKIP], | 603 'unicode-test': [SKIP], |
604 | 604 |
605 }], # variant == turbofan_opt | 605 }], # variant == turbofan_opt |
606 | 606 |
607 ############################################################################## | 607 ############################################################################## |
608 ['variant == ignition_turbofan', { | |
609 # TODO(rmcilroy,titzer): Times out after | |
610 # https://codereview.chromium.org/1951013002 . | |
611 'regress/regress-599717': [PASS, ['tsan', SKIP]], | |
612 | |
613 # TODO(jarin): No truncations on CheckFloat64Hole. | |
614 'getters-on-elements': [SKIP], | |
615 | |
616 # TODO(rmcilroy): Flaky OOM. | |
617 'unicodelctest-no-optimization': [SKIP], | |
618 }], # variant == ignition_turbofan | |
619 | |
620 ############################################################################## | |
621 ['gcov_coverage', { | 608 ['gcov_coverage', { |
622 # Tests taking too long. | 609 # Tests taking too long. |
623 'array-functions-prototype-misc': [SKIP], | 610 'array-functions-prototype-misc': [SKIP], |
624 | 611 |
625 # Stack overflow. | 612 # Stack overflow. |
626 'big-array-literal': [SKIP], | 613 'big-array-literal': [SKIP], |
627 }], # 'gcov_coverage' | 614 }], # 'gcov_coverage' |
628 | 615 |
629 ############################################################################## | 616 ############################################################################## |
630 ['variant == stress or variant == turbofan_opt', { | 617 ['variant == stress or variant == turbofan_opt', { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'lithium/*': [SKIP], | 650 'lithium/*': [SKIP], |
664 'third_party/*': [SKIP], | 651 'third_party/*': [SKIP], |
665 'tools/*': [SKIP], | 652 'tools/*': [SKIP], |
666 'apply': [SKIP], | 653 'apply': [SKIP], |
667 'math-*': [SKIP], | 654 'math-*': [SKIP], |
668 'unicode-test': [SKIP], | 655 'unicode-test': [SKIP], |
669 'whitespaces': [SKIP], | 656 'whitespaces': [SKIP], |
670 }], # variant == wasm_traps | 657 }], # variant == wasm_traps |
671 | 658 |
672 ] | 659 ] |
OLD | NEW |