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

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

Issue 582953002: Revert "Require V8 to be explicitly initialized before an Isolate is created" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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/cctest/test-spaces.cc ('k') | tools/lexer-shell.cc » ('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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'regress/regress-3247124': [SKIP], 360 'regress/regress-3247124': [SKIP],
361 361
362 # Requires bigger stack size in the Genesis and if stack size is increased, 362 # Requires bigger stack size in the Genesis and if stack size is increased,
363 # the test requires too much time to run. However, the problem test covers 363 # the test requires too much time to run. However, the problem test covers
364 # should be platform-independent. 364 # should be platform-independent.
365 'regress/regress-1132': [SKIP], 365 'regress/regress-1132': [SKIP],
366 366
367 # Currently always deopt on minus zero 367 # Currently always deopt on minus zero
368 'math-floor-of-div-minus-zero': [SKIP], 368 'math-floor-of-div-minus-zero': [SKIP],
369 369
370 'math-floor-of-div-nosudiv': [SKIP],
371
372 ############################################################################ 370 ############################################################################
373 # Slow tests. 371 # Slow tests.
374 'regress/regress-2185-2': [PASS, SLOW], 372 'regress/regress-2185-2': [PASS, SLOW],
375 'mirror-object': [PASS, SLOW], 373 'mirror-object': [PASS, SLOW],
376 'compiler/osr-with-args': [PASS, SLOW], 374 'compiler/osr-with-args': [PASS, SLOW],
377 'array-sort': [PASS, SLOW], 375 'array-sort': [PASS, SLOW],
378 'packed-elements': [PASS, SLOW], 376 'packed-elements': [PASS, SLOW],
379 'regress/regress-91008': [PASS, SLOW], 377 'regress/regress-91008': [PASS, SLOW],
380 'regress/regress-2790': [PASS, SLOW], 378 'regress/regress-2790': [PASS, SLOW],
381 'regress/regress-json-stringify-gc': [PASS, SLOW], 379 'regress/regress-json-stringify-gc': [PASS, SLOW],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'never-optimize': [SKIP], 540 'never-optimize': [SKIP],
543 'regress/regress-2185-2': [SKIP], 541 'regress/regress-2185-2': [SKIP],
544 'harmony/object-observe': [SKIP], 542 'harmony/object-observe': [SKIP],
545 'readonly': [SKIP], 543 'readonly': [SKIP],
546 'array-feedback': [SKIP], 544 'array-feedback': [SKIP],
547 545
548 # Deopt every n garbage collections collides with deopt every n times. 546 # Deopt every n garbage collections collides with deopt every n times.
549 'regress/regress-2653': [SKIP], 547 'regress/regress-2653': [SKIP],
550 }], # 'deopt_fuzzer == True' 548 }], # 'deopt_fuzzer == True'
551 ] 549 ]
OLDNEW
« no previous file with comments | « test/cctest/test-spaces.cc ('k') | tools/lexer-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698