| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 | 163 |
| 164 ############################################################################## | 164 ############################################################################## |
| 165 # Too slow in debug mode for validation of elements. | 165 # Too slow in debug mode for validation of elements. |
| 166 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 166 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 167 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 167 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 168 | 168 |
| 169 ############################################################################## | 169 ############################################################################## |
| 170 # Too slow in debug mode for GC stress mode. | 170 # Too slow in debug mode for GC stress mode. |
| 171 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 171 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 172 | 172 |
| 173 # Too slow in debug mode and under turbofan. |
| 174 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], |
| 175 |
| 173 ############################################################################## | 176 ############################################################################## |
| 174 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. | 177 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. |
| 175 'regexp-global': [PASS, NO_VARIANTS], | 178 'regexp-global': [PASS, NO_VARIANTS], |
| 176 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], | 179 'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS], |
| 177 | 180 |
| 178 ############################################################################## | 181 ############################################################################## |
| 179 # No need to waste time for this test. | 182 # No need to waste time for this test. |
| 180 'd8-performance-now': [PASS, NO_VARIANTS], | 183 'd8-performance-now': [PASS, NO_VARIANTS], |
| 181 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], | 184 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], |
| 182 | 185 |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'd8-worker-sharedarraybuffer': [SKIP], | 688 'd8-worker-sharedarraybuffer': [SKIP], |
| 686 }], # 'predictable == True' | 689 }], # 'predictable == True' |
| 687 | 690 |
| 688 ############################################################################## | 691 ############################################################################## |
| 689 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 692 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 690 | 693 |
| 691 # take too long with the simulator. | 694 # take too long with the simulator. |
| 692 'regress/regress-1132': [SKIP], | 695 'regress/regress-1132': [SKIP], |
| 693 }], # 'arch == ppc and simulator_run == True' | 696 }], # 'arch == ppc and simulator_run == True' |
| 694 ] | 697 ] |
| OLD | NEW |