| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 154 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 155 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 155 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| 156 'debug-set-variable-value': [PASS, NO_VARIANTS], | 156 'debug-set-variable-value': [PASS, NO_VARIANTS], |
| 157 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 157 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 158 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 158 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 159 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 159 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 160 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 160 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| 161 # Issue 4055: Scope chain length observed by debugger is off. | 161 # Issue 4055: Scope chain length observed by debugger is off. |
| 162 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 162 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
| 163 | 163 |
| 164 # TODO(4544): Investigate why assumptions about fast properties break. | |
| 165 'fast-prototype': [PASS, NO_VARIANTS], | |
| 166 | |
| 167 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 164 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
| 168 'result-table-min': [PASS, NO_VARIANTS], | 165 'result-table-min': [PASS, NO_VARIANTS], |
| 169 'result-table-max': [PASS, NO_VARIANTS], | 166 'result-table-max': [PASS, NO_VARIANTS], |
| 170 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 167 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
| 171 'regress/regress-1122': [PASS, NO_VARIANTS], | 168 'regress/regress-1122': [PASS, NO_VARIANTS], |
| 172 | 169 |
| 173 # Assumptions about optimization need investigation in TurboFan. | 170 # Assumptions about optimization need investigation in TurboFan. |
| 174 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 171 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| 175 | 172 |
| 176 # issue 4078: | 173 # issue 4078: |
| (...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 'regress/regress-crbug-347903': [SKIP], | 1064 'regress/regress-crbug-347903': [SKIP], |
| 1068 'regress/regress-crbug-505007-1': [SKIP], | 1065 'regress/regress-crbug-505007-1': [SKIP], |
| 1069 'regress/regress-crbug-505007-2': [SKIP], | 1066 'regress/regress-crbug-505007-2': [SKIP], |
| 1070 'regress/short-circuit': [SKIP], | 1067 'regress/short-circuit': [SKIP], |
| 1071 'stack-traces-overflow': [SKIP], | 1068 'stack-traces-overflow': [SKIP], |
| 1072 'unicodelctest': [SKIP], | 1069 'unicodelctest': [SKIP], |
| 1073 'unicodelctest-no-optimization': [SKIP], | 1070 'unicodelctest-no-optimization': [SKIP], |
| 1074 }], # ignition == True and (arch == arm or arch == arm64) | 1071 }], # ignition == True and (arch == arm or arch == arm64) |
| 1075 | 1072 |
| 1076 ] | 1073 ] |
| OLD | NEW |