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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 'compiler/osr-big': [SKIP], | 821 'compiler/osr-big': [SKIP], |
822 'compiler/osr-nested': [SKIP], | 822 'compiler/osr-nested': [SKIP], |
823 'regress/regress-298269': [SKIP], | 823 'regress/regress-298269': [SKIP], |
824 'regress/regress-crbug-319860': [SKIP], | 824 'regress/regress-crbug-319860': [SKIP], |
825 'regress/regress-deep-proto': [SKIP], | 825 'regress/regress-deep-proto': [SKIP], |
826 'try': [SKIP], | 826 'try': [SKIP], |
827 # Too slow for interpreter and msan. | 827 # Too slow for interpreter and msan. |
828 'es6/tail-call-megatest*': [SKIP], | 828 'es6/tail-call-megatest*': [SKIP], |
829 }], # variant == ignition_turbofan and msan | 829 }], # variant == ignition_turbofan and msan |
830 | 830 |
| 831 ['variant != ignition', { |
| 832 # Ongoing implementation of modules. |
| 833 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 834 'modules-*': [SKIP], |
| 835 }], # variants != ignition |
| 836 |
831 ############################################################################## | 837 ############################################################################## |
832 ['gcov_coverage', { | 838 ['gcov_coverage', { |
833 # Tests taking too long. | 839 # Tests taking too long. |
834 'array-functions-prototype-misc': [SKIP], | 840 'array-functions-prototype-misc': [SKIP], |
835 | 841 |
836 # Stack overflow. | 842 # Stack overflow. |
837 'big-array-literal': [SKIP], | 843 'big-array-literal': [SKIP], |
838 }], # 'gcov_coverage' | 844 }], # 'gcov_coverage' |
839 | 845 |
840 ] | 846 ] |
OLD | NEW |