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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 ############################################################################## | 787 ############################################################################## |
788 ['gcov_coverage', { | 788 ['gcov_coverage', { |
789 # Tests taking too long. | 789 # Tests taking too long. |
790 'array-functions-prototype-misc': [SKIP], | 790 'array-functions-prototype-misc': [SKIP], |
791 | 791 |
792 # Stack overflow. | 792 # Stack overflow. |
793 'big-array-literal': [SKIP], | 793 'big-array-literal': [SKIP], |
794 }], # 'gcov_coverage' | 794 }], # 'gcov_coverage' |
795 | 795 |
796 ############################################################################## | 796 ############################################################################## |
| 797 ['variant == stress or variant == turbofan_opt', { |
| 798 # BUG(v8:5553). |
| 799 'wasm/grow-memory': [SKIP], |
| 800 }], # variant == stress or variant == turbofan_opt |
| 801 |
| 802 ############################################################################## |
797 ['variant == asm_wasm', { | 803 ['variant == asm_wasm', { |
798 # Skip stuff uninteresting for asm.js | 804 # Skip stuff uninteresting for asm.js |
799 'bugs/*': [SKIP], | 805 'bugs/*': [SKIP], |
800 'compiler/*': [SKIP], | 806 'compiler/*': [SKIP], |
801 'es6/*': [SKIP], | 807 'es6/*': [SKIP], |
802 'es7/*': [SKIP], | 808 'es7/*': [SKIP], |
803 'es8/*': [SKIP], | 809 'es8/*': [SKIP], |
804 'harmony/*': [SKIP], | 810 'harmony/*': [SKIP], |
805 'ignition/*': [SKIP], | 811 'ignition/*': [SKIP], |
806 'lithium/*': [SKIP], | 812 'lithium/*': [SKIP], |
807 'third_party/*': [SKIP], | 813 'third_party/*': [SKIP], |
808 'tools/*': [SKIP], | 814 'tools/*': [SKIP], |
809 'apply': [SKIP], | 815 'apply': [SKIP], |
810 'math-*': [SKIP], | 816 'math-*': [SKIP], |
811 'unicode-test': [SKIP], | 817 'unicode-test': [SKIP], |
812 'whitespaces': [SKIP], | 818 'whitespaces': [SKIP], |
813 }], # variant == asm_wasm | 819 }], # variant == asm_wasm |
814 | 820 |
815 ] | 821 ] |
OLD | NEW |