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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 'compiler/osr-big': [SKIP], | 865 'compiler/osr-big': [SKIP], |
866 'compiler/osr-nested': [SKIP], | 866 'compiler/osr-nested': [SKIP], |
867 'regress/regress-298269': [SKIP], | 867 'regress/regress-298269': [SKIP], |
868 'regress/regress-crbug-319860': [SKIP], | 868 'regress/regress-crbug-319860': [SKIP], |
869 'regress/regress-deep-proto': [SKIP], | 869 'regress/regress-deep-proto': [SKIP], |
870 'try': [SKIP], | 870 'try': [SKIP], |
871 # Too slow for interpreter and msan. | 871 # Too slow for interpreter and msan. |
872 'es6/tail-call-megatest*': [SKIP], | 872 'es6/tail-call-megatest*': [SKIP], |
873 }], # (ignition or ignition_turbofan) and msan | 873 }], # (ignition or ignition_turbofan) and msan |
874 | 874 |
| 875 ['system == windows and arch == ia32', { |
| 876 # TODO(gdeepti): Flaky on multiple runs, windows nosnap crashes |
| 877 'wasm/grow-memory': [SKIP], |
| 878 }], # 'system == windows' |
| 879 |
875 ############################################################################## | 880 ############################################################################## |
876 ['gcov_coverage', { | 881 ['gcov_coverage', { |
877 # Tests taking too long. | 882 # Tests taking too long. |
878 'array-functions-prototype-misc': [SKIP], | 883 'array-functions-prototype-misc': [SKIP], |
879 | 884 |
880 # Stack overflow. | 885 # Stack overflow. |
881 'big-array-literal': [SKIP], | 886 'big-array-literal': [SKIP], |
882 }], # 'gcov_coverage' | 887 }], # 'gcov_coverage' |
883 | 888 |
884 ] | 889 ] |
OLD | NEW |