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