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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 | 167 |
168 # TODO(sigurds): Tests that may fail because of missing deopt support. | 168 # TODO(sigurds): Tests that may fail because of missing deopt support. |
169 'compiler/escape-analysis-1': [PASS, NO_VARIANTS], | 169 'compiler/escape-analysis-1': [PASS, NO_VARIANTS], |
170 'compiler/escape-analysis-2': [PASS, NO_VARIANTS], | 170 'compiler/escape-analysis-2': [PASS, NO_VARIANTS], |
171 'compiler/escape-analysis-3': [PASS, NO_VARIANTS], | 171 'compiler/escape-analysis-3': [PASS, NO_VARIANTS], |
172 'compiler/escape-analysis-4': [PASS, NO_VARIANTS], | 172 'compiler/escape-analysis-4': [PASS, NO_VARIANTS], |
173 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], | 173 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], |
174 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], | 174 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], |
175 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], | 175 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], |
176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | 176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], |
| 177 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], |
177 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | 178 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). |
178 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 179 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], |
179 | 180 |
180 # Assumptions about optimization need investigation in TurboFan. | 181 # Assumptions about optimization need investigation in TurboFan. |
181 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 182 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
182 | 183 |
183 # issue 4078: | 184 # issue 4078: |
184 'allocation-site-info': [PASS, NO_VARIANTS], | 185 'allocation-site-info': [PASS, NO_VARIANTS], |
185 | 186 |
186 ############################################################################## | 187 ############################################################################## |
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1069 'regress/regress-crbug-347903': [SKIP], | 1070 'regress/regress-crbug-347903': [SKIP], |
1070 'regress/regress-crbug-505007-1': [SKIP], | 1071 'regress/regress-crbug-505007-1': [SKIP], |
1071 'regress/regress-crbug-505007-2': [SKIP], | 1072 'regress/regress-crbug-505007-2': [SKIP], |
1072 'regress/short-circuit': [SKIP], | 1073 'regress/short-circuit': [SKIP], |
1073 'stack-traces-overflow': [SKIP], | 1074 'stack-traces-overflow': [SKIP], |
1074 'unicodelctest': [SKIP], | 1075 'unicodelctest': [SKIP], |
1075 'unicodelctest-no-optimization': [SKIP], | 1076 'unicodelctest-no-optimization': [SKIP], |
1076 }], # ignition == True and (arch == arm or arch == arm64) | 1077 }], # ignition == True and (arch == arm or arch == arm64) |
1077 | 1078 |
1078 ] | 1079 ] |
OLD | NEW |