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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 136 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
137 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 137 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
138 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 138 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
139 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 139 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
140 # issue 4055: | 140 # issue 4055: |
141 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 141 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
142 | 142 |
143 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 143 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
144 'result-table-min': [PASS, NO_VARIANTS], | 144 'result-table-min': [PASS, NO_VARIANTS], |
145 'result-table-max': [PASS, NO_VARIANTS], | 145 'result-table-max': [PASS, NO_VARIANTS], |
| 146 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
| 147 'regress/regress-1122': [PASS, NO_VARIANTS], |
146 | 148 |
147 ############################################################################## | 149 ############################################################################## |
148 # Too slow in debug mode with --stress-opt mode. | 150 # Too slow in debug mode with --stress-opt mode. |
149 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 151 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
150 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 152 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
151 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 153 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
152 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 154 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
153 | 155 |
154 ############################################################################## | 156 ############################################################################## |
155 # Too slow in debug mode for validation of elements. | 157 # Too slow in debug mode for validation of elements. |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'regress/regress-2653': [SKIP], | 655 'regress/regress-2653': [SKIP], |
654 }], # 'deopt_fuzzer == True' | 656 }], # 'deopt_fuzzer == True' |
655 | 657 |
656 ############################################################################## | 658 ############################################################################## |
657 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 659 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
658 | 660 |
659 # take too long with the simulator. | 661 # take too long with the simulator. |
660 'regress/regress-1132': [SKIP], | 662 'regress/regress-1132': [SKIP], |
661 }], # 'arch == ppc and simulator_run == True' | 663 }], # 'arch == ppc and simulator_run == True' |
662 ] | 664 ] |
OLD | NEW |