| 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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 'compiler/osr-big': [SKIP], | 879 'compiler/osr-big': [SKIP], |
| 880 'compiler/osr-nested': [SKIP], | 880 'compiler/osr-nested': [SKIP], |
| 881 'regress/regress-298269': [SKIP], | 881 'regress/regress-298269': [SKIP], |
| 882 'regress/regress-crbug-319860': [SKIP], | 882 'regress/regress-crbug-319860': [SKIP], |
| 883 'regress/regress-deep-proto': [SKIP], | 883 'regress/regress-deep-proto': [SKIP], |
| 884 'try': [SKIP], | 884 'try': [SKIP], |
| 885 # Too slow for interpreter and msan. | 885 # Too slow for interpreter and msan. |
| 886 'es6/tail-call-megatest*': [SKIP], | 886 'es6/tail-call-megatest*': [SKIP], |
| 887 }], # (ignition or ignition_turbofan) and msan | 887 }], # (ignition or ignition_turbofan) and msan |
| 888 | 888 |
| 889 ['system == windows and arch == ia32', { | |
| 890 # TODO(gdeepti): Flaky on multiple runs, windows nosnap crashes | |
| 891 'wasm/grow-memory': [SKIP], | |
| 892 }], # 'system == windows' | |
| 893 | |
| 894 ############################################################################## | 889 ############################################################################## |
| 895 ['gcov_coverage', { | 890 ['gcov_coverage', { |
| 896 # Tests taking too long. | 891 # Tests taking too long. |
| 897 'array-functions-prototype-misc': [SKIP], | 892 'array-functions-prototype-misc': [SKIP], |
| 898 | 893 |
| 899 # Stack overflow. | 894 # Stack overflow. |
| 900 'big-array-literal': [SKIP], | 895 'big-array-literal': [SKIP], |
| 901 }], # 'gcov_coverage' | 896 }], # 'gcov_coverage' |
| 902 | 897 |
| 903 ] | 898 ] |
| OLD | NEW |