Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 1510973006: Stabilize escape analysis (without deopt) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@fix-guard-bug
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-10.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 157
158 # TODO(sigurds): Tests that may fail because of missing deopt support. 158 # TODO(sigurds): Tests that may fail because of missing deopt support.
159 'compiler/escape-analysis-1': [PASS, NO_VARIANTS], 159 'compiler/escape-analysis-1': [PASS, NO_VARIANTS],
160 'compiler/escape-analysis-2': [PASS, NO_VARIANTS], 160 'compiler/escape-analysis-2': [PASS, NO_VARIANTS],
161 'compiler/escape-analysis-3': [PASS, NO_VARIANTS], 161 'compiler/escape-analysis-3': [PASS, NO_VARIANTS],
162 'compiler/escape-analysis-4': [PASS, NO_VARIANTS], 162 'compiler/escape-analysis-4': [PASS, NO_VARIANTS],
163 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], 163 'compiler/escape-analysis-5': [PASS, NO_VARIANTS],
164 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], 164 'compiler/escape-analysis-6': [PASS, NO_VARIANTS],
165 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], 165 'compiler/escape-analysis-7': [PASS, NO_VARIANTS],
166 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], 166 'compiler/escape-analysis-9': [PASS, NO_VARIANTS],
167 'compiler/escape-analysis-10': [PASS, NO_VARIANTS],
167 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct). 168 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele ct).
168 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], 169 'compiler/escape-analysis-8': [PASS, NO_VARIANTS],
169 170
170 # Assumptions about optimization need investigation in TurboFan. 171 # Assumptions about optimization need investigation in TurboFan.
171 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 172 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
172 173
173 # issue 4078: 174 # issue 4078:
174 'allocation-site-info': [PASS, NO_VARIANTS], 175 'allocation-site-info': [PASS, NO_VARIANTS],
175 176
176 # Native WASM is not yet enabled by default. 177 # Native WASM is not yet enabled by default.
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 'regress/regress-crbug-347903': [SKIP], 1060 'regress/regress-crbug-347903': [SKIP],
1060 'regress/regress-crbug-505007-1': [SKIP], 1061 'regress/regress-crbug-505007-1': [SKIP],
1061 'regress/regress-crbug-505007-2': [SKIP], 1062 'regress/regress-crbug-505007-2': [SKIP],
1062 'regress/short-circuit': [SKIP], 1063 'regress/short-circuit': [SKIP],
1063 'stack-traces-overflow': [SKIP], 1064 'stack-traces-overflow': [SKIP],
1064 'unicodelctest': [SKIP], 1065 'unicodelctest': [SKIP],
1065 'unicodelctest-no-optimization': [SKIP], 1066 'unicodelctest-no-optimization': [SKIP],
1066 }], # ignition == True and (arch == arm or arch == arm64) 1067 }], # ignition == True and (arch == arm or arch == arm64)
1067 1068
1068 ] 1069 ]
OLDNEW
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-10.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698