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

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

Issue 236633006: Reland r20692 "Check stack limit in ArgumentAdaptorTrampoline." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Enable tests Created 6 years, 8 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
« src/x64/builtins-x64.cc ('K') | « src/x64/builtins-x64.cc ('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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'regress/regress-1117': [SKIP], 161 'regress/regress-1117': [SKIP],
162 'regress/regress-1145': [SKIP], 162 'regress/regress-1145': [SKIP],
163 'regress/regress-1849': [SKIP], 163 'regress/regress-1849': [SKIP],
164 'regress/regress-3247124': [SKIP], 164 'regress/regress-3247124': [SKIP],
165 'regress/regress-634': [SKIP], 165 'regress/regress-634': [SKIP],
166 'regress/regress-91008': [SKIP], 166 'regress/regress-91008': [SKIP],
167 'regress/regress-91010': [SKIP], 167 'regress/regress-91010': [SKIP],
168 'regress/regress-91013': [SKIP], 168 'regress/regress-91013': [SKIP],
169 'regress/regress-99167': [SKIP], 169 'regress/regress-99167': [SKIP],
170 170
171 # TODO(ulan): enable this after relanding r20692.
172 'regress/regress-353058': [SKIP],
173
174 # Long running tests. 171 # Long running tests.
175 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 172 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
176 'regress/regress-2185-2': [PASS, TIMEOUT], 173 'regress/regress-2185-2': [PASS, TIMEOUT],
177 'whitespaces': [PASS, TIMEOUT, SLOW], 174 'whitespaces': [PASS, TIMEOUT, SLOW],
178 175
179 # Stack manipulations in LiveEdit is not implemented for this arch. 176 # Stack manipulations in LiveEdit is not implemented for this arch.
180 'debug-liveedit-check-stack': [SKIP], 177 'debug-liveedit-check-stack': [SKIP],
181 'debug-liveedit-stack-padding': [SKIP], 178 'debug-liveedit-stack-padding': [SKIP],
182 'debug-liveedit-restart-frame': [SKIP], 179 'debug-liveedit-restart-frame': [SKIP],
183 'debug-liveedit-double-call': [SKIP], 180 'debug-liveedit-double-call': [SKIP],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 # Issue 3219: 227 # Issue 3219:
231 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], 228 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
232 }], # 'arch == arm64 and mode == debug and simulator_run == True' 229 }], # 'arch == arm64 and mode == debug and simulator_run == True'
233 230
234 ############################################################################## 231 ##############################################################################
235 ['asan == True', { 232 ['asan == True', {
236 # Skip tests not suitable for ASAN. 233 # Skip tests not suitable for ASAN.
237 'big-array-literal': [SKIP], 234 'big-array-literal': [SKIP],
238 'big-object-literal': [SKIP], 235 'big-object-literal': [SKIP],
239 'regress/regress-crbug-178790': [SKIP], 236 'regress/regress-crbug-178790': [SKIP],
240 # TODO(ulan): enable this after relanding r20692.
241 'regress/regress-353058': [SKIP],
242 }], # 'asan == True' 237 }], # 'asan == True'
243 238
244 ############################################################################## 239 ##############################################################################
245 ['arch == arm or arch == android_arm', { 240 ['arch == arm or arch == android_arm', {
246 241
247 # Slow tests which times out in debug mode. 242 # Slow tests which times out in debug mode.
248 'try': [PASS, ['mode == debug', SKIP]], 243 'try': [PASS, ['mode == debug', SKIP]],
249 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 244 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
250 'array-constructor': [PASS, ['mode == debug', SKIP]], 245 'array-constructor': [PASS, ['mode == debug', SKIP]],
251 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP] ], 246 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP] ],
(...skipping 10 matching lines...) Expand all
262 'mirror-object': [PASS, TIMEOUT], 257 'mirror-object': [PASS, TIMEOUT],
263 258
264 # Long running tests. Skipping because having them timeout takes too long on 259 # Long running tests. Skipping because having them timeout takes too long on
265 # the buildbot. 260 # the buildbot.
266 'compiler/alloc-number': [SKIP], 261 'compiler/alloc-number': [SKIP],
267 'regress/regress-490': [SKIP], 262 'regress/regress-490': [SKIP],
268 'regress/regress-634': [SKIP], 263 'regress/regress-634': [SKIP],
269 'regress/regress-create-exception': [SKIP], 264 'regress/regress-create-exception': [SKIP],
270 'regress/regress-3247124': [SKIP], 265 'regress/regress-3247124': [SKIP],
271 266
272 # TODO(ulan): enable this after relanding r20692.
273 'regress/regress-353058': [SKIP],
274
275 # Requires bigger stack size in the Genesis and if stack size is increased, 267 # Requires bigger stack size in the Genesis and if stack size is increased,
276 # the test requires too much time to run. However, the problem test covers 268 # the test requires too much time to run. However, the problem test covers
277 # should be platform-independent. 269 # should be platform-independent.
278 'regress/regress-1132': [SKIP], 270 'regress/regress-1132': [SKIP],
279 271
280 # Stack manipulations in LiveEdit is not implemented for this arch. 272 # Stack manipulations in LiveEdit is not implemented for this arch.
281 'debug-liveedit-check-stack': [SKIP], 273 'debug-liveedit-check-stack': [SKIP],
282 'debug-liveedit-stack-padding': [SKIP], 274 'debug-liveedit-stack-padding': [SKIP],
283 'debug-liveedit-restart-frame': [SKIP], 275 'debug-liveedit-restart-frame': [SKIP],
284 'debug-liveedit-double-call': [SKIP], 276 'debug-liveedit-double-call': [SKIP],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'never-optimize': [SKIP], 385 'never-optimize': [SKIP],
394 'regress/regress-2185-2': [SKIP], 386 'regress/regress-2185-2': [SKIP],
395 'harmony/object-observe': [SKIP], 387 'harmony/object-observe': [SKIP],
396 'readonly': [SKIP], 388 'readonly': [SKIP],
397 'array-feedback': [SKIP], 389 'array-feedback': [SKIP],
398 390
399 # Deopt every n garbage collections collides with deopt every n times. 391 # Deopt every n garbage collections collides with deopt every n times.
400 'regress/regress-2653': [SKIP], 392 'regress/regress-2653': [SKIP],
401 }], # 'deopt_fuzzer == True' 393 }], # 'deopt_fuzzer == True'
402 ] 394 ]
OLDNEW
« src/x64/builtins-x64.cc ('K') | « src/x64/builtins-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698