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

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: Created 5 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
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 180
181 ############################################################################## 181 ##############################################################################
182 # No need to waste time for this test. 182 # No need to waste time for this test.
183 'd8-performance-now': [PASS, NO_VARIANTS], 183 'd8-performance-now': [PASS, NO_VARIANTS],
184 'regress/regress-crbug-491062': [PASS, NO_VARIANTS], 184 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
185 185
186 # Issue 488: this test sometimes times out. 186 # Issue 488: this test sometimes times out.
187 'array-constructor': [PASS, TIMEOUT], 187 'array-constructor': [PASS, TIMEOUT],
188 188
189 # Very slow on ARM and MIPS, contains no architecture dependent code. 189 # Very slow on ARM and MIPS, contains no architecture dependent code.
190 '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]], 190 '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]],
191 '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]], 191 '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]],
192 '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]], 192 '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]],
193 193
194 ############################################################################## 194 ##############################################################################
195 # This test expects to reach a certain recursion depth, which may not work 195 # This test expects to reach a certain recursion depth, which may not work
196 # for debug mode. 196 # for debug mode.
197 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], 197 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]],
198 198
199 ############################################################################## 199 ##############################################################################
200 # Skip long running tests that time out in debug mode. 200 # Skip long running tests that time out in debug mode.
201 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 201 'generated-transition-stub': [PASS, ['mode == debug', SKIP]],
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'math-floor-of-div-minus-zero': [SKIP], 538 'math-floor-of-div-minus-zero': [SKIP],
539 }], # 'arch == mipsel or arch == mips' 539 }], # 'arch == mipsel or arch == mips'
540 540
541 ############################################################################## 541 ##############################################################################
542 ['arch == mips', { 542 ['arch == mips', {
543 # Flaky with TF. 543 # Flaky with TF.
544 'mirror-script': [PASS, NO_VARIANTS], 544 'mirror-script': [PASS, NO_VARIANTS],
545 }], # 'arch == mips' 545 }], # 'arch == mips'
546 546
547 ############################################################################## 547 ##############################################################################
548 ['arch == mips64el', { 548 ['arch == mips64el or arch == mips64', {
549 549
550 # Slow tests which times out in debug mode. 550 # Slow tests which times out in debug mode.
551 'try': [PASS, ['mode == debug', SKIP]], 551 'try': [PASS, ['mode == debug', SKIP]],
552 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 552 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
553 'array-constructor': [PASS, ['mode == debug', SKIP]], 553 'array-constructor': [PASS, ['mode == debug', SKIP]],
554 554
555 # Times out often in release mode on MIPS. 555 # Times out often in release mode on MIPS.
556 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 556 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
557 'array-splice': [PASS, TIMEOUT], 557 'array-splice': [PASS, TIMEOUT],
558 558
(...skipping 27 matching lines...) Expand all
586 'regress/regress-3218915': [PASS, SLOW], 586 'regress/regress-3218915': [PASS, SLOW],
587 'regress/regress-3247124': [PASS, SLOW], 587 'regress/regress-3247124': [PASS, SLOW],
588 588
589 # Requires bigger stack size in the Genesis and if stack size is increased, 589 # Requires bigger stack size in the Genesis and if stack size is increased,
590 # the test requires too much time to run. However, the problem test covers 590 # the test requires too much time to run. However, the problem test covers
591 # should be platform-independent. 591 # should be platform-independent.
592 'regress/regress-1132': [SKIP], 592 'regress/regress-1132': [SKIP],
593 593
594 # Currently always deopt on minus zero 594 # Currently always deopt on minus zero
595 'math-floor-of-div-minus-zero': [SKIP], 595 'math-floor-of-div-minus-zero': [SKIP],
596 }], # 'arch == mips64el' 596 }], # 'arch == mips64el or arch == mips64'
597 597
598 ############################################################################## 598 ##############################################################################
599 ['system == windows', { 599 ['system == windows', {
600 # TODO(mstarzinger): Too slow with turbo fan. 600 # TODO(mstarzinger): Too slow with turbo fan.
601 'big-object-literal': [PASS, ['mode == debug', SKIP]], 601 'big-object-literal': [PASS, ['mode == debug', SKIP]],
602 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 602 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
603 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 603 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
604 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], 604 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
605 'unicodelctest': [PASS, ['mode == debug', SKIP]], 605 'unicodelctest': [PASS, ['mode == debug', SKIP]],
606 606
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'regress/regress-2653': [SKIP], 680 'regress/regress-2653': [SKIP],
681 }], # 'deopt_fuzzer == True' 681 }], # 'deopt_fuzzer == True'
682 682
683 ############################################################################## 683 ##############################################################################
684 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 684 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
685 685
686 # take too long with the simulator. 686 # take too long with the simulator.
687 'regress/regress-1132': [SKIP], 687 'regress/regress-1132': [SKIP],
688 }], # 'arch == ppc and simulator_run == True' 688 }], # 'arch == ppc and simulator_run == True'
689 ] 689 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698