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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'result-table-max': [PASS, NO_VARIANTS], | 148 'result-table-max': [PASS, NO_VARIANTS], |
149 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 149 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
150 'regress/regress-1122': [PASS, NO_VARIANTS], | 150 'regress/regress-1122': [PASS, NO_VARIANTS], |
151 | 151 |
152 # issue 4078: | 152 # issue 4078: |
153 'allocation-site-info': [PASS, NO_VARIANTS], | 153 'allocation-site-info': [PASS, NO_VARIANTS], |
154 | 154 |
155 # issue 4325: | 155 # issue 4325: |
156 'regress/regress-3960': [PASS, NO_VARIANTS], | 156 'regress/regress-3960': [PASS, NO_VARIANTS], |
157 | 157 |
| 158 # issue 3926: |
| 159 'regress/regress-3926': [PASS, NO_VARIANTS], |
| 160 |
158 ############################################################################## | 161 ############################################################################## |
159 # Too slow in debug mode with --stress-opt mode. | 162 # Too slow in debug mode with --stress-opt mode. |
160 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 163 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
161 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 164 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
162 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 165 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
163 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 166 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
164 | 167 |
165 ############################################################################## | 168 ############################################################################## |
166 # Too slow in debug mode for validation of elements. | 169 # Too slow in debug mode for validation of elements. |
167 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 170 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
669 'regress/regress-2653': [SKIP], | 672 'regress/regress-2653': [SKIP], |
670 }], # 'deopt_fuzzer == True' | 673 }], # 'deopt_fuzzer == True' |
671 | 674 |
672 ############################################################################## | 675 ############################################################################## |
673 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 676 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
674 | 677 |
675 # take too long with the simulator. | 678 # take too long with the simulator. |
676 'regress/regress-1132': [SKIP], | 679 'regress/regress-1132': [SKIP], |
677 }], # 'arch == ppc and simulator_run == True' | 680 }], # 'arch == ppc and simulator_run == True' |
678 ] | 681 ] |
OLD | NEW |