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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 122 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
123 'debug-evaluate-const': [PASS, NO_VARIANTS], | 123 'debug-evaluate-const': [PASS, NO_VARIANTS], |
124 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 124 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
125 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 125 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
126 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 126 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
127 'debug-set-variable-value': [PASS, NO_VARIANTS], | 127 'debug-set-variable-value': [PASS, NO_VARIANTS], |
128 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 128 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
129 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 129 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
130 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 130 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
131 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 131 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| 132 # issue 4055: |
| 133 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
132 | 134 |
133 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 135 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
134 'result-table-min': [PASS, NO_VARIANTS], | 136 'result-table-min': [PASS, NO_VARIANTS], |
135 'result-table-max': [PASS, NO_VARIANTS], | 137 'result-table-max': [PASS, NO_VARIANTS], |
136 | 138 |
137 ############################################################################## | 139 ############################################################################## |
138 # Too slow in debug mode with --stress-opt mode. | 140 # Too slow in debug mode with --stress-opt mode. |
139 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 141 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
140 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 142 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
141 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 143 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'regress/regress-2653': [SKIP], | 636 'regress/regress-2653': [SKIP], |
635 }], # 'deopt_fuzzer == True' | 637 }], # 'deopt_fuzzer == True' |
636 | 638 |
637 ############################################################################## | 639 ############################################################################## |
638 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 640 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
639 | 641 |
640 # take too long with the simulator. | 642 # take too long with the simulator. |
641 'regress/regress-1132': [SKIP], | 643 'regress/regress-1132': [SKIP], |
642 }], # 'arch == ppc and simulator_run == True' | 644 }], # 'arch == ppc and simulator_run == True' |
643 ] | 645 ] |
OLD | NEW |