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

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

Issue 148293020: Merge experimental/a64 to bleeding_edge. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove ARM from OWNERS Created 6 years, 10 months 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/harmony/proxies.js ('k') | test/mjsunit/regress/regress-2318.js » ('j') | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'd8-performance-now': [SKIP], 130 'd8-performance-now': [SKIP],
131 'elements-kind': [SKIP], 131 'elements-kind': [SKIP],
132 'fast-prototype': [SKIP], 132 'fast-prototype': [SKIP],
133 'opt-elements-kind': [SKIP], 133 'opt-elements-kind': [SKIP],
134 'osr-elements-kind': [SKIP], 134 'osr-elements-kind': [SKIP],
135 'regress/regress-165637': [SKIP], 135 'regress/regress-165637': [SKIP],
136 'regress/regress-2249': [SKIP], 136 'regress/regress-2249': [SKIP],
137 }], # 'gc_stress == True' 137 }], # 'gc_stress == True'
138 138
139 ############################################################################## 139 ##############################################################################
140 ['arch == a64', {
141
142 # Requires bigger stack size in the Genesis and if stack size is increased,
143 # the test requires too much time to run. However, the problem test covers
144 # should be platform-independent.
145 'regress/regress-1132': [SKIP],
146
147 # Pass but take too long to run. Skip.
148 # Some similar tests (with fewer iterations) may be included in a64-js tests.
149 'compiler/regress-arguments': [SKIP],
150 'compiler/regress-gvn': [SKIP],
151 'compiler/regress-max-locals-for-osr': [SKIP],
152 'compiler/regress-4': [SKIP],
153 'compiler/regress-or': [SKIP],
154 'compiler/regress-rep-change': [SKIP],
155 'regress/regress-1117': [SKIP],
156 'regress/regress-1145': [SKIP],
157 'regress/regress-1849': [SKIP],
158 'regress/regress-3247124': [SKIP],
159 'regress/regress-634': [SKIP],
160 'regress/regress-91008': [SKIP],
161 'regress/regress-91010': [SKIP],
162 'regress/regress-91013': [SKIP],
163 'regress/regress-99167': [SKIP],
164
165 # Long running tests.
166 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
167 'regress/regress-2185-2': [PASS, TIMEOUT],
168
169 # Stack manipulations in LiveEdit is not implemented for this arch.
170 'debug-liveedit-check-stack': [SKIP],
171 'debug-liveedit-stack-padding': [SKIP],
172 'debug-liveedit-restart-frame': [SKIP],
173 'debug-liveedit-double-call': [SKIP],
174
175 # BUG(v8:3147). It works on other architectures by accident.
176 'regress/regress-conditional-position': [FAIL],
177
178 # BUG(v8:3149). Incorrect register usage exposed in debug mode.
179 'sin-cos': [PASS, ['mode == debug', FAIL]],
180 }], # 'arch == a64'
181
182 ['arch == a64 and mode == debug and simulator_run == True', {
183
184 # Pass but take too long with the simulator in debug mode.
185 'array-sort': [PASS, TIMEOUT],
186 'packed-elements': [SKIP],
187 'regexp-global': [SKIP],
188 'compiler/alloc-numbers': [SKIP],
189 'harmony/symbols': [SKIP],
190 }], # 'arch == a64 and mode == debug and simulator_run == True'
191
192 ##############################################################################
140 ['asan == True', { 193 ['asan == True', {
141 # Skip tests not suitable for ASAN. 194 # Skip tests not suitable for ASAN.
142 'big-array-literal': [SKIP], 195 'big-array-literal': [SKIP],
143 'big-object-literal': [SKIP], 196 'big-object-literal': [SKIP],
144 'regress/regress-crbug-178790': [SKIP], 197 'regress/regress-crbug-178790': [SKIP],
145 }], # 'asan == True' 198 }], # 'asan == True'
146 199
147 ############################################################################## 200 ##############################################################################
148 ['arch == arm or arch == android_arm', { 201 ['arch == arm or arch == android_arm', {
149 202
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'never-optimize': [SKIP], 339 'never-optimize': [SKIP],
287 'regress/regress-2185-2': [SKIP], 340 'regress/regress-2185-2': [SKIP],
288 'harmony/object-observe': [SKIP], 341 'harmony/object-observe': [SKIP],
289 'readonly': [SKIP], 342 'readonly': [SKIP],
290 'array-feedback': [SKIP], 343 'array-feedback': [SKIP],
291 344
292 # Deopt every n garbage collections collides with deopt every n times. 345 # Deopt every n garbage collections collides with deopt every n times.
293 'regress/regress-2653': [SKIP], 346 'regress/regress-2653': [SKIP],
294 }], # 'deopt_fuzzer == True' 347 }], # 'deopt_fuzzer == True'
295 ] 348 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/proxies.js ('k') | test/mjsunit/regress/regress-2318.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698