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

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

Issue 270283002: Reland "Prevent liveedit on or under generators with open activations" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/generators-debug-liveedit.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 # Long running tests. 176 # Long running tests.
177 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 177 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]],
178 'regress/regress-2185-2': [PASS, TIMEOUT], 178 'regress/regress-2185-2': [PASS, TIMEOUT],
179 'whitespaces': [PASS, TIMEOUT, SLOW], 179 'whitespaces': [PASS, TIMEOUT, SLOW],
180 180
181 # Stack manipulations in LiveEdit is not implemented for this arch. 181 # Stack manipulations in LiveEdit is not implemented for this arch.
182 'debug-liveedit-check-stack': [SKIP], 182 'debug-liveedit-check-stack': [SKIP],
183 'debug-liveedit-stack-padding': [SKIP], 183 'debug-liveedit-stack-padding': [SKIP],
184 'debug-liveedit-restart-frame': [SKIP], 184 'debug-liveedit-restart-frame': [SKIP],
185 'debug-liveedit-double-call': [SKIP], 185 'debug-liveedit-double-call': [SKIP],
186 'harmony/generators-debug-liveedit': [SKIP],
186 187
187 # BUG(v8:3147). It works on other architectures by accident. 188 # BUG(v8:3147). It works on other architectures by accident.
188 'regress/regress-conditional-position': [FAIL], 189 'regress/regress-conditional-position': [FAIL],
189 190
190 # Slow tests. 191 # Slow tests.
191 'array-concat': [PASS, SLOW], 192 'array-concat': [PASS, SLOW],
192 'array-constructor': [PASS, SLOW], 193 'array-constructor': [PASS, SLOW],
193 'array-indexing': [PASS, SLOW], 194 'array-indexing': [PASS, SLOW],
194 'array-reduce': [PASS, SLOW], 195 'array-reduce': [PASS, SLOW],
195 'array-sort': [PASS, SLOW], 196 'array-sort': [PASS, SLOW],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 # Requires bigger stack size in the Genesis and if stack size is increased, 273 # Requires bigger stack size in the Genesis and if stack size is increased,
273 # the test requires too much time to run. However, the problem test covers 274 # the test requires too much time to run. However, the problem test covers
274 # should be platform-independent. 275 # should be platform-independent.
275 'regress/regress-1132': [SKIP], 276 'regress/regress-1132': [SKIP],
276 277
277 # Stack manipulations in LiveEdit is not implemented for this arch. 278 # Stack manipulations in LiveEdit is not implemented for this arch.
278 'debug-liveedit-check-stack': [SKIP], 279 'debug-liveedit-check-stack': [SKIP],
279 'debug-liveedit-stack-padding': [SKIP], 280 'debug-liveedit-stack-padding': [SKIP],
280 'debug-liveedit-restart-frame': [SKIP], 281 'debug-liveedit-restart-frame': [SKIP],
281 'debug-liveedit-double-call': [SKIP], 282 'debug-liveedit-double-call': [SKIP],
283 'harmony/generators-debug-liveedit': [SKIP],
282 284
283 # Currently always deopt on minus zero 285 # Currently always deopt on minus zero
284 'math-floor-of-div-minus-zero': [SKIP], 286 'math-floor-of-div-minus-zero': [SKIP],
285 287
286 ############################################################################ 288 ############################################################################
287 # Slow tests. 289 # Slow tests.
288 'regress/regress-2185-2': [PASS, SLOW], 290 'regress/regress-2185-2': [PASS, SLOW],
289 'mirror-object': [PASS, SLOW], 291 'mirror-object': [PASS, SLOW],
290 'compiler/osr-with-args': [PASS, SLOW], 292 'compiler/osr-with-args': [PASS, SLOW],
291 'array-sort': [PASS, SLOW], 293 'array-sort': [PASS, SLOW],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 # Requires bigger stack size in the Genesis and if stack size is increased, 325 # Requires bigger stack size in the Genesis and if stack size is increased,
324 # the test requires too much time to run. However, the problem test covers 326 # the test requires too much time to run. However, the problem test covers
325 # should be platform-independent. 327 # should be platform-independent.
326 'regress/regress-1132': [SKIP], 328 'regress/regress-1132': [SKIP],
327 329
328 # Stack manipulations in LiveEdit is not implemented for this arch. 330 # Stack manipulations in LiveEdit is not implemented for this arch.
329 'debug-liveedit-check-stack': [SKIP], 331 'debug-liveedit-check-stack': [SKIP],
330 'debug-liveedit-stack-padding': [SKIP], 332 'debug-liveedit-stack-padding': [SKIP],
331 'debug-liveedit-restart-frame': [SKIP], 333 'debug-liveedit-restart-frame': [SKIP],
332 'debug-liveedit-double-call': [SKIP], 334 'debug-liveedit-double-call': [SKIP],
335 'harmony/generators-debug-liveedit': [SKIP],
333 336
334 # Currently always deopt on minus zero 337 # Currently always deopt on minus zero
335 'math-floor-of-div-minus-zero': [SKIP], 338 'math-floor-of-div-minus-zero': [SKIP],
336 }], # 'arch == mipsel or arch == mips' 339 }], # 'arch == mipsel or arch == mips'
337 340
338 ############################################################################## 341 ##############################################################################
339 # Native Client uses the ARM simulator so will behave similarly to arm 342 # Native Client uses the ARM simulator so will behave similarly to arm
340 # on mjsunit tests. 343 # on mjsunit tests.
341 # TODO(bradchen): enable more tests for NaCl V8 when it stops using 344 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
342 # the ARM simulator. 345 # the ARM simulator.
343 ############################################################################## 346 ##############################################################################
344 ['arch == nacl_ia32 or arch == nacl_x64', { 347 ['arch == nacl_ia32 or arch == nacl_x64', {
345 # There is no /tmp directory for NaCl runs 348 # There is no /tmp directory for NaCl runs
346 'd8-os': [SKIP], 349 'd8-os': [SKIP],
347 350
348 # Stack manipulations in LiveEdit is not implemented for this arch. 351 # Stack manipulations in LiveEdit is not implemented for this arch.
349 'debug-liveedit-check-stack': [SKIP], 352 'debug-liveedit-check-stack': [SKIP],
350 'debug-liveedit-stack-padding': [SKIP], 353 'debug-liveedit-stack-padding': [SKIP],
351 'debug-liveedit-restart-frame': [SKIP], 354 'debug-liveedit-restart-frame': [SKIP],
352 'debug-liveedit-double-call': [SKIP], 355 'debug-liveedit-double-call': [SKIP],
356 'harmony/generators-debug-liveedit': [SKIP],
353 357
354 # This test dumps core for arm.debug, so no reason to expect it to work 358 # This test dumps core for arm.debug, so no reason to expect it to work
355 # for NaCl. The other three fuzz-natives tests seem to run fine. 359 # for NaCl. The other three fuzz-natives tests seem to run fine.
356 # As noted above none of them are run in the arm.debug case. 360 # As noted above none of them are run in the arm.debug case.
357 'fuzz-natives-part4': [SKIP], 361 'fuzz-natives-part4': [SKIP],
358 362
359 # NaCl builds have problems with this test since Pepper_28. 363 # NaCl builds have problems with this test since Pepper_28.
360 # V8 Issue 2786 364 # V8 Issue 2786
361 'math-exp-precision': [SKIP], 365 'math-exp-precision': [SKIP],
362 366
(...skipping 27 matching lines...) Expand all
390 'never-optimize': [SKIP], 394 'never-optimize': [SKIP],
391 'regress/regress-2185-2': [SKIP], 395 'regress/regress-2185-2': [SKIP],
392 'harmony/object-observe': [SKIP], 396 'harmony/object-observe': [SKIP],
393 'readonly': [SKIP], 397 'readonly': [SKIP],
394 'array-feedback': [SKIP], 398 'array-feedback': [SKIP],
395 399
396 # Deopt every n garbage collections collides with deopt every n times. 400 # Deopt every n garbage collections collides with deopt every n times.
397 'regress/regress-2653': [SKIP], 401 'regress/regress-2653': [SKIP],
398 }], # 'deopt_fuzzer == True' 402 }], # 'deopt_fuzzer == True'
399 ] 403 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/generators-debug-liveedit.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698