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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 | 147 |
148 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 148 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
149 'result-table-min': [PASS, NO_VARIANTS], | 149 'result-table-min': [PASS, NO_VARIANTS], |
150 'result-table-max': [PASS, NO_VARIANTS], | 150 'result-table-max': [PASS, NO_VARIANTS], |
151 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 151 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
152 'regress/regress-1122': [PASS, NO_VARIANTS], | 152 'regress/regress-1122': [PASS, NO_VARIANTS], |
153 | 153 |
154 # issue 4078: | 154 # issue 4078: |
155 'allocation-site-info': [PASS, NO_VARIANTS], | 155 'allocation-site-info': [PASS, NO_VARIANTS], |
156 | 156 |
157 # issue 4325: | |
158 'regress/regress-3960': [PASS, NO_VARIANTS], | |
159 | |
160 ############################################################################## | 157 ############################################################################## |
161 # Too slow in debug mode with --stress-opt mode. | 158 # Too slow in debug mode with --stress-opt mode. |
162 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 159 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
163 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 160 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
164 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 161 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
165 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 162 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
166 | 163 |
167 ############################################################################## | 164 ############################################################################## |
168 # Too slow in debug mode for validation of elements. | 165 # Too slow in debug mode for validation of elements. |
169 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 166 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'd8-worker-sharedarraybuffer': [SKIP], | 684 'd8-worker-sharedarraybuffer': [SKIP], |
688 }], # 'predictable == True' | 685 }], # 'predictable == True' |
689 | 686 |
690 ############################################################################## | 687 ############################################################################## |
691 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 688 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
692 | 689 |
693 # take too long with the simulator. | 690 # take too long with the simulator. |
694 'regress/regress-1132': [SKIP], | 691 'regress/regress-1132': [SKIP], |
695 }], # 'arch == ppc and simulator_run == True' | 692 }], # 'arch == ppc and simulator_run == True' |
696 ] | 693 ] |
OLD | NEW |