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

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

Issue 1334793004: MIPS64: Add big-endian support for mips64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase ToT. Created 5 years, 2 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 | « test/cctest/test-assembler-mips64.cc ('k') | test/mozilla/mozilla.status » ('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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 177
178 ############################################################################## 178 ##############################################################################
179 # No need to waste time for this test. 179 # No need to waste time for this test.
180 'd8-performance-now': [PASS, NO_VARIANTS], 180 'd8-performance-now': [PASS, NO_VARIANTS],
181 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], 181 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
182 182
183 # Issue 488: this test sometimes times out. 183 # Issue 488: this test sometimes times out.
184 'array-constructor': [PASS, TIMEOUT], 184 'array-constructor': [PASS, TIMEOUT],
185 185
186 # Very slow on ARM and MIPS, contains no architecture dependent code. 186 # Very slow on ARM and MIPS, contains no architecture dependent code.
187 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips', TIMEOUT]], 187 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64el or arch == mips64 or arch == mips', TIMEOUT]],
188 'regress/regress-3976': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64 el or arch == mips', SKIP]], 188 'regress/regress-3976': [PASS, NO_VARIANTS, ['arch == arm or arch == arm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch == mips64 el or arch == mips64 or arch == mips', SKIP]],
189 'regress/regress-crbug-482998': [PASS, NO_VARIANTS, ['arch == arm or arch == a rm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch = = mips64el or arch == mips', SKIP]], 189 'regress/regress-crbug-482998': [PASS, NO_VARIANTS, ['arch == arm or arch == a rm64 or arch == android_arm or arch == android_arm64 or arch == mipsel or arch = = mips64el or arch == mips', SKIP]],
190 190
191 ############################################################################## 191 ##############################################################################
192 # This test expects to reach a certain recursion depth, which may not work 192 # This test expects to reach a certain recursion depth, which may not work
193 # for debug mode. 193 # for debug mode.
194 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 194 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
195 195
196 ############################################################################## 196 ##############################################################################
197 # Skip long running tests that time out in debug mode. 197 # Skip long running tests that time out in debug mode.
198 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 198 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'math-floor-of-div-minus-zero': [SKIP], 536 'math-floor-of-div-minus-zero': [SKIP],
537 }], # 'arch == mipsel or arch == mips' 537 }], # 'arch == mipsel or arch == mips'
538 538
539 ############################################################################## 539 ##############################################################################
540 ['arch == mips', { 540 ['arch == mips', {
541 # Flaky with TF. 541 # Flaky with TF.
542 'mirror-script': [PASS, NO_VARIANTS], 542 'mirror-script': [PASS, NO_VARIANTS],
543 }], # 'arch == mips' 543 }], # 'arch == mips'
544 544
545 ############################################################################## 545 ##############################################################################
546 ['arch == mips64el', { 546 ['arch == mips64el or arch == mips64', {
547 547
548 # Slow tests which times out in debug mode. 548 # Slow tests which times out in debug mode.
549 'try': [PASS, ['mode == debug', SKIP]], 549 'try': [PASS, ['mode == debug', SKIP]],
550 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 550 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
551 'array-constructor': [PASS, ['mode == debug', SKIP]], 551 'array-constructor': [PASS, ['mode == debug', SKIP]],
552 552
553 # Times out often in release mode on MIPS. 553 # Times out often in release mode on MIPS.
554 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 554 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
555 'array-splice': [PASS, TIMEOUT], 555 'array-splice': [PASS, TIMEOUT],
556 556
(...skipping 27 matching lines...) Expand all
584 'regress/regress-3218915': [PASS, SLOW], 584 'regress/regress-3218915': [PASS, SLOW],
585 'regress/regress-3247124': [PASS, SLOW], 585 'regress/regress-3247124': [PASS, SLOW],
586 586
587 # Requires bigger stack size in the Genesis and if stack size is increased, 587 # Requires bigger stack size in the Genesis and if stack size is increased,
588 # the test requires too much time to run. However, the problem test covers 588 # the test requires too much time to run. However, the problem test covers
589 # should be platform-independent. 589 # should be platform-independent.
590 'regress/regress-1132': [SKIP], 590 'regress/regress-1132': [SKIP],
591 591
592 # Currently always deopt on minus zero 592 # Currently always deopt on minus zero
593 'math-floor-of-div-minus-zero': [SKIP], 593 'math-floor-of-div-minus-zero': [SKIP],
594 }], # 'arch == mips64el' 594 }], # 'arch == mips64el or arch == mips64'
595 595
596 ############################################################################## 596 ##############################################################################
597 ['system == windows', { 597 ['system == windows', {
598 # TODO(mstarzinger): Too slow with turbo fan. 598 # TODO(mstarzinger): Too slow with turbo fan.
599 'big-object-literal': [PASS, ['mode == debug', SKIP]], 599 'big-object-literal': [PASS, ['mode == debug', SKIP]],
600 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 600 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
601 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 601 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
602 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], 602 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
603 'unicodelctest': [PASS, ['mode == debug', SKIP]], 603 'unicodelctest': [PASS, ['mode == debug', SKIP]],
604 604
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'd8-worker-sharedarraybuffer': [SKIP], 685 'd8-worker-sharedarraybuffer': [SKIP],
686 }], # 'predictable == True' 686 }], # 'predictable == True'
687 687
688 ############################################################################## 688 ##############################################################################
689 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 689 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
690 690
691 # take too long with the simulator. 691 # take too long with the simulator.
692 'regress/regress-1132': [SKIP], 692 'regress/regress-1132': [SKIP],
693 }], # 'arch == ppc and simulator_run == True' 693 }], # 'arch == ppc and simulator_run == True'
694 ] 694 ]
OLDNEW
« no previous file with comments | « test/cctest/test-assembler-mips64.cc ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698