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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 'ignition/*': [SKIP], | 778 'ignition/*': [SKIP], |
779 'lithium/*': [SKIP], | 779 'lithium/*': [SKIP], |
780 'third_party/*': [SKIP], | 780 'third_party/*': [SKIP], |
781 'tools/*': [SKIP], | 781 'tools/*': [SKIP], |
782 'apply': [SKIP], | 782 'apply': [SKIP], |
783 'math-*': [SKIP], | 783 'math-*': [SKIP], |
784 'unicode-test': [SKIP], | 784 'unicode-test': [SKIP], |
785 'whitespaces': [SKIP], | 785 'whitespaces': [SKIP], |
786 }], # variant == asm_wasm | 786 }], # variant == asm_wasm |
787 | 787 |
| 788 ['variant == wasm_traps', { |
| 789 # Skip stuff uninteresting for wasm traps |
| 790 'bugs/*': [SKIP], |
| 791 'compiler/*': [SKIP], |
| 792 'es6/*': [SKIP], |
| 793 'es7/*': [SKIP], |
| 794 'es8/*': [SKIP], |
| 795 'harmony/*': [SKIP], |
| 796 'ignition/*': [SKIP], |
| 797 'lithium/*': [SKIP], |
| 798 'third_party/*': [SKIP], |
| 799 'tools/*': [SKIP], |
| 800 'apply': [SKIP], |
| 801 'math-*': [SKIP], |
| 802 'unicode-test': [SKIP], |
| 803 'whitespaces': [SKIP], |
| 804 }], # variant == wasm_traps |
| 805 |
788 ] | 806 ] |
OLD | NEW |