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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 146 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
147 # Issue 4055: Scope chain length observed by debugger is off. | 147 # Issue 4055: Scope chain length observed by debugger is off. |
148 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 148 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
149 | 149 |
150 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 150 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
151 'result-table-min': [PASS, NO_VARIANTS], | 151 'result-table-min': [PASS, NO_VARIANTS], |
152 'result-table-max': [PASS, NO_VARIANTS], | 152 'result-table-max': [PASS, NO_VARIANTS], |
153 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 153 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
154 'regress/regress-1122': [PASS, NO_VARIANTS], | 154 'regress/regress-1122': [PASS, NO_VARIANTS], |
155 | 155 |
156 # TODO(sigurds): Tests that may fail because of missing deopt support. | |
157 'compiler/escape-analysis-1': [PASS, NO_VARIANTS], | |
158 'compiler/escape-analysis-2': [PASS, NO_VARIANTS], | |
159 'compiler/escape-analysis-3': [PASS, NO_VARIANTS], | |
160 'compiler/escape-analysis-4': [PASS, NO_VARIANTS], | |
161 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], | |
162 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], | |
163 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], | |
164 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | |
165 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], | |
166 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | |
167 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | |
168 | |
169 # Assumptions about optimization need investigation in TurboFan. | 156 # Assumptions about optimization need investigation in TurboFan. |
170 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 157 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
171 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 158 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
172 | 159 |
173 # TODO(jarin): compiler.cc seems to ignore DisableOptimization for | 160 # TODO(jarin): compiler.cc seems to ignore DisableOptimization for |
174 # TurboFan in various cases. | 161 # TurboFan in various cases. |
175 'regress/regress-417709a': [SKIP], | 162 'regress/regress-417709a': [SKIP], |
176 | 163 |
177 # issue 4078: | 164 # issue 4078: |
178 'allocation-site-info': [PASS, NO_VARIANTS], | 165 'allocation-site-info': [PASS, NO_VARIANTS], |
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 | 1093 |
1107 ############################################################################## | 1094 ############################################################################## |
1108 ['gcov_coverage', { | 1095 ['gcov_coverage', { |
1109 # Tests taking too long. | 1096 # Tests taking too long. |
1110 'array-functions-prototype-misc': [SKIP], | 1097 'array-functions-prototype-misc': [SKIP], |
1111 'strong/implicit-conversions': [SKIP], | 1098 'strong/implicit-conversions': [SKIP], |
1112 'strong/load-element-mutate-backing-store': [SKIP], | 1099 'strong/load-element-mutate-backing-store': [SKIP], |
1113 }], # 'gcov_coverage' | 1100 }], # 'gcov_coverage' |
1114 | 1101 |
1115 ] | 1102 ] |
OLD | NEW |