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

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

Issue 1242293004: Version 4.5.103.10 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.5
Patch Set: Created 5 years, 5 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
« no previous file with comments | « src/compiler/mips64/code-generator-mips64.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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'packed-elements': [PASS, SLOW], 478 'packed-elements': [PASS, SLOW],
479 'regress/regress-91008': [PASS, SLOW], 479 'regress/regress-91008': [PASS, SLOW],
480 'regress/regress-2790': [PASS, SLOW], 480 'regress/regress-2790': [PASS, SLOW],
481 'regress/regress-json-stringify-gc': [PASS, SLOW], 481 'regress/regress-json-stringify-gc': [PASS, SLOW],
482 'regress/regress-1122': [PASS, SLOW], 482 'regress/regress-1122': [PASS, SLOW],
483 }], # 'arch == arm or arch == android_arm' 483 }], # 'arch == arm or arch == android_arm'
484 484
485 ############################################################################## 485 ##############################################################################
486 ['arch == mipsel or arch == mips', { 486 ['arch == mipsel or arch == mips', {
487 487
488 # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
489 'asm/embenchen/zlib': [SKIP],
490
491 # Slow tests which times out in debug mode. 488 # Slow tests which times out in debug mode.
492 'try': [PASS, ['mode == debug', SKIP]], 489 'try': [PASS, ['mode == debug', SKIP]],
493 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 490 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
494 'array-constructor': [PASS, ['mode == debug', SKIP]], 491 'array-constructor': [PASS, ['mode == debug', SKIP]],
495 492
496 # Times out often in release mode on MIPS. 493 # Times out often in release mode on MIPS.
497 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], 494 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]],
498 'array-splice': [PASS, TIMEOUT], 495 'array-splice': [PASS, TIMEOUT],
499 496
500 # Long running test. 497 # Long running test.
(...skipping 19 matching lines...) Expand all
520 517
521 ############################################################################## 518 ##############################################################################
522 ['arch == mips', { 519 ['arch == mips', {
523 # Flaky with TF. 520 # Flaky with TF.
524 'mirror-script': [PASS, NO_VARIANTS], 521 'mirror-script': [PASS, NO_VARIANTS],
525 }], # 'arch == mips' 522 }], # 'arch == mips'
526 523
527 ############################################################################## 524 ##############################################################################
528 ['arch == mips64el', { 525 ['arch == mips64el', {
529 526
530 # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47
531 'asm/embenchen/zlib': [SKIP],
532
533 # Slow tests which times out in debug mode. 527 # Slow tests which times out in debug mode.
534 'try': [PASS, ['mode == debug', SKIP]], 528 'try': [PASS, ['mode == debug', SKIP]],
535 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 529 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
536 'array-constructor': [PASS, ['mode == debug', SKIP]], 530 'array-constructor': [PASS, ['mode == debug', SKIP]],
537 531
538 # Times out often in release mode on MIPS. 532 # Times out often in release mode on MIPS.
539 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 533 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
540 'array-splice': [PASS, TIMEOUT], 534 'array-splice': [PASS, TIMEOUT],
541 535
542 # Long running test. 536 # Long running test.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'regress/regress-2653': [SKIP], 658 'regress/regress-2653': [SKIP],
665 }], # 'deopt_fuzzer == True' 659 }], # 'deopt_fuzzer == True'
666 660
667 ############################################################################## 661 ##############################################################################
668 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 662 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
669 663
670 # take too long with the simulator. 664 # take too long with the simulator.
671 'regress/regress-1132': [SKIP], 665 'regress/regress-1132': [SKIP],
672 }], # 'arch == ppc and simulator_run == True' 666 }], # 'arch == ppc and simulator_run == True'
673 ] 667 ]
OLDNEW
« no previous file with comments | « src/compiler/mips64/code-generator-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698