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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'debug-evaluate-const': [PASS, NO_VARIANTS], | 120 'debug-evaluate-const': [PASS, NO_VARIANTS], |
121 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 121 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
122 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 122 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
123 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 123 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
124 'debug-set-variable-value': [PASS, NO_VARIANTS], | 124 'debug-set-variable-value': [PASS, NO_VARIANTS], |
125 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 125 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
126 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 126 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
127 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 127 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
128 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 128 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
129 | 129 |
| 130 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
| 131 'result-table-min': [PASS, NO_VARIANTS], |
| 132 'result-table-max': [PASS, NO_VARIANTS], |
| 133 |
130 ############################################################################## | 134 ############################################################################## |
131 # Too slow in debug mode with --stress-opt mode. | 135 # Too slow in debug mode with --stress-opt mode. |
132 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 136 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
133 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 137 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
134 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 138 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
135 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 139 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
136 | 140 |
137 ############################################################################## | 141 ############################################################################## |
138 # Too slow in debug mode for validation of elements. | 142 # Too slow in debug mode for validation of elements. |
139 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 143 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 'regress/regress-2653': [SKIP], | 627 'regress/regress-2653': [SKIP], |
624 }], # 'deopt_fuzzer == True' | 628 }], # 'deopt_fuzzer == True' |
625 | 629 |
626 ############################################################################## | 630 ############################################################################## |
627 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 631 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
628 | 632 |
629 # take too long with the simulator. | 633 # take too long with the simulator. |
630 'regress/regress-1132': [SKIP], | 634 'regress/regress-1132': [SKIP], |
631 }], # 'arch == ppc and simulator_run == True' | 635 }], # 'arch == ppc and simulator_run == True' |
632 ] | 636 ] |
OLD | NEW |