| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 | 162 |
| 163 ############################################################################## | 163 ############################################################################## |
| 164 # Too slow in debug mode for validation of elements. | 164 # Too slow in debug mode for validation of elements. |
| 165 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 165 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 166 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 166 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 167 | 167 |
| 168 ############################################################################## | 168 ############################################################################## |
| 169 # Too slow in debug mode for GC stress mode. | 169 # Too slow in debug mode for GC stress mode. |
| 170 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 170 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 171 | 171 |
| 172 # Too slow in debug mode and under turbofan. |
| 173 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], |
| 174 |
| 172 ############################################################################## | 175 ############################################################################## |
| 173 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. | 176 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. |
| 174 'regexp-global': [PASS, NO_VARIANTS], | 177 'regexp-global': [PASS, NO_VARIANTS], |
| 175 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], | 178 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], |
| 176 | 179 |
| 177 ############################################################################## | 180 ############################################################################## |
| 178 # No need to waste time for this test. | 181 # No need to waste time for this test. |
| 179 'd8-performance-now': [PASS, NO_VARIANTS], | 182 'd8-performance-now': [PASS, NO_VARIANTS], |
| 180 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], | 183 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], |
| 181 | 184 |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 'regress/regress-crbug-347903': [SKIP], | 1035 'regress/regress-crbug-347903': [SKIP], |
| 1033 'regress/regress-crbug-505007-1': [SKIP], | 1036 'regress/regress-crbug-505007-1': [SKIP], |
| 1034 'regress/regress-crbug-505007-2': [SKIP], | 1037 'regress/regress-crbug-505007-2': [SKIP], |
| 1035 'regress/short-circuit': [SKIP], | 1038 'regress/short-circuit': [SKIP], |
| 1036 'stack-traces-overflow': [SKIP], | 1039 'stack-traces-overflow': [SKIP], |
| 1037 'unicodelctest': [SKIP], | 1040 'unicodelctest': [SKIP], |
| 1038 'unicodelctest-no-optimization': [SKIP], | 1041 'unicodelctest-no-optimization': [SKIP], |
| 1039 }], # ignition == True and (arch == arm or arch == arm64) | 1042 }], # ignition == True and (arch == arm or arch == arm64) |
| 1040 | 1043 |
| 1041 ] | 1044 ] |
| OLD | NEW |