| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 193 |
| 194 ############################################################################## | 194 ############################################################################## |
| 195 # Too slow in debug mode for validation of elements. | 195 # Too slow in debug mode for validation of elements. |
| 196 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 196 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 197 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 197 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 198 | 198 |
| 199 ############################################################################## | 199 ############################################################################## |
| 200 # Too slow in debug mode for GC stress mode. | 200 # Too slow in debug mode for GC stress mode. |
| 201 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 201 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 202 | 202 |
| 203 # Too slow in debug mode and under turbofan. |
| 204 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], |
| 205 |
| 203 ############################################################################## | 206 ############################################################################## |
| 204 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. | 207 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. |
| 205 'regexp-global': [PASS, NO_VARIANTS], | 208 'regexp-global': [PASS, NO_VARIANTS], |
| 206 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], | 209 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], |
| 207 | 210 |
| 208 ############################################################################## | 211 ############################################################################## |
| 209 # No need to waste time for this test. | 212 # No need to waste time for this test. |
| 210 'd8-performance-now': [PASS, NO_VARIANTS], | 213 'd8-performance-now': [PASS, NO_VARIANTS], |
| 211 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], | 214 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], |
| 212 | 215 |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1072 'regress/regress-crbug-347903': [SKIP], | 1075 'regress/regress-crbug-347903': [SKIP], |
| 1073 'regress/regress-crbug-505007-1': [SKIP], | 1076 'regress/regress-crbug-505007-1': [SKIP], |
| 1074 'regress/regress-crbug-505007-2': [SKIP], | 1077 'regress/regress-crbug-505007-2': [SKIP], |
| 1075 'regress/short-circuit': [SKIP], | 1078 'regress/short-circuit': [SKIP], |
| 1076 'stack-traces-overflow': [SKIP], | 1079 'stack-traces-overflow': [SKIP], |
| 1077 'unicodelctest': [SKIP], | 1080 'unicodelctest': [SKIP], |
| 1078 'unicodelctest-no-optimization': [SKIP], | 1081 'unicodelctest-no-optimization': [SKIP], |
| 1079 }], # ignition == True and (arch == arm or arch == arm64) | 1082 }], # ignition == True and (arch == arm or arch == arm64) |
| 1080 | 1083 |
| 1081 ] | 1084 ] |
| OLD | NEW |