| 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 ############################################################################## | 605 ############################################################################## |
| 606 ['gcov_coverage', { | 606 ['gcov_coverage', { |
| 607 # Tests taking too long. | 607 # Tests taking too long. |
| 608 'array-functions-prototype-misc': [SKIP], | 608 'array-functions-prototype-misc': [SKIP], |
| 609 | 609 |
| 610 # Stack overflow. | 610 # Stack overflow. |
| 611 'big-array-literal': [SKIP], | 611 'big-array-literal': [SKIP], |
| 612 }], # 'gcov_coverage' | 612 }], # 'gcov_coverage' |
| 613 | 613 |
| 614 ############################################################################## | 614 ############################################################################## |
| 615 ['variant == stress or variant == turbofan_opt', { | |
| 616 # BUG(v8:5553). | |
| 617 'wasm/grow-memory': [SKIP], | |
| 618 }], # variant == stress or variant == turbofan_opt | |
| 619 | |
| 620 ############################################################################## | |
| 621 ['variant == asm_wasm', { | 615 ['variant == asm_wasm', { |
| 622 # Skip stuff uninteresting for asm.js | 616 # Skip stuff uninteresting for asm.js |
| 623 'bugs/*': [SKIP], | 617 'bugs/*': [SKIP], |
| 624 'compiler/*': [SKIP], | 618 'compiler/*': [SKIP], |
| 625 'es6/*': [SKIP], | 619 'es6/*': [SKIP], |
| 626 'es7/*': [SKIP], | 620 'es7/*': [SKIP], |
| 627 'es8/*': [SKIP], | 621 'es8/*': [SKIP], |
| 628 'harmony/*': [SKIP], | 622 'harmony/*': [SKIP], |
| 629 'ignition/*': [SKIP], | 623 'ignition/*': [SKIP], |
| 630 'lithium/*': [SKIP], | 624 'lithium/*': [SKIP], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 648 'lithium/*': [SKIP], | 642 'lithium/*': [SKIP], |
| 649 'third_party/*': [SKIP], | 643 'third_party/*': [SKIP], |
| 650 'tools/*': [SKIP], | 644 'tools/*': [SKIP], |
| 651 'apply': [SKIP], | 645 'apply': [SKIP], |
| 652 'math-*': [SKIP], | 646 'math-*': [SKIP], |
| 653 'unicode-test': [SKIP], | 647 'unicode-test': [SKIP], |
| 654 'whitespaces': [SKIP], | 648 'whitespaces': [SKIP], |
| 655 }], # variant == wasm_traps | 649 }], # variant == wasm_traps |
| 656 | 650 |
| 657 ] | 651 ] |
| OLD | NEW |