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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 149 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
150 # Issue 4055: Scope chain length observed by debugger is off. | 150 # Issue 4055: Scope chain length observed by debugger is off. |
151 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 151 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
152 | 152 |
153 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 153 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
154 'result-table-min': [PASS, NO_VARIANTS], | 154 'result-table-min': [PASS, NO_VARIANTS], |
155 'result-table-max': [PASS, NO_VARIANTS], | 155 'result-table-max': [PASS, NO_VARIANTS], |
156 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 156 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
157 'regress/regress-1122': [PASS, NO_VARIANTS], | 157 'regress/regress-1122': [PASS, NO_VARIANTS], |
158 | 158 |
159 # TODO(sigurds): Tests that may fail because of missing deopt support. | |
160 'compiler/escape-analysis-1': [PASS, NO_VARIANTS], | |
161 'compiler/escape-analysis-2': [PASS, NO_VARIANTS], | |
162 'compiler/escape-analysis-3': [PASS, NO_VARIANTS], | |
163 'compiler/escape-analysis-4': [PASS, NO_VARIANTS], | |
164 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], | |
165 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], | |
166 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], | |
167 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | |
168 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], | |
169 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | |
170 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | |
171 | |
172 # Assumptions about optimization need investigation in TurboFan. | 159 # Assumptions about optimization need investigation in TurboFan. |
173 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 160 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
174 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 161 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
175 | 162 |
176 # issue 4078: | 163 # issue 4078: |
177 'allocation-site-info': [PASS, NO_VARIANTS], | 164 'allocation-site-info': [PASS, NO_VARIANTS], |
178 | 165 |
179 # Native WASM is not yet enabled by default. | 166 # Native WASM is not yet enabled by default. |
180 'wasm/*': [SKIP], | 167 'wasm/*': [SKIP], |
181 | 168 |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1133 | 1120 |
1134 ############################################################################## | 1121 ############################################################################## |
1135 ['gcov_coverage', { | 1122 ['gcov_coverage', { |
1136 # Tests taking too long. | 1123 # Tests taking too long. |
1137 'array-functions-prototype-misc': [SKIP], | 1124 'array-functions-prototype-misc': [SKIP], |
1138 'strong/implicit-conversions': [SKIP], | 1125 'strong/implicit-conversions': [SKIP], |
1139 'strong/load-element-mutate-backing-store': [SKIP], | 1126 'strong/load-element-mutate-backing-store': [SKIP], |
1140 }], # 'gcov_coverage' | 1127 }], # 'gcov_coverage' |
1141 | 1128 |
1142 ] | 1129 ] |
OLD | NEW |