OLD | NEW |
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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 'packed-elements': [PASS, SLOW], | 481 'packed-elements': [PASS, SLOW], |
482 'regress/regress-91008': [PASS, SLOW], | 482 'regress/regress-91008': [PASS, SLOW], |
483 'regress/regress-2790': [PASS, SLOW], | 483 'regress/regress-2790': [PASS, SLOW], |
484 'regress/regress-json-stringify-gc': [PASS, SLOW], | 484 'regress/regress-json-stringify-gc': [PASS, SLOW], |
485 'regress/regress-1122': [PASS, SLOW], | 485 'regress/regress-1122': [PASS, SLOW], |
486 }], # 'arch == arm or arch == android_arm' | 486 }], # 'arch == arm or arch == android_arm' |
487 | 487 |
488 ############################################################################## | 488 ############################################################################## |
489 ['arch == mipsel or arch == mips', { | 489 ['arch == mipsel or arch == mips', { |
490 | 490 |
| 491 # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47 |
| 492 'asm/embenchen/zlib': [SKIP], |
| 493 |
491 # Slow tests which times out in debug mode. | 494 # Slow tests which times out in debug mode. |
492 'try': [PASS, ['mode == debug', SKIP]], | 495 'try': [PASS, ['mode == debug', SKIP]], |
493 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 496 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
494 'array-constructor': [PASS, ['mode == debug', SKIP]], | 497 'array-constructor': [PASS, ['mode == debug', SKIP]], |
495 | 498 |
496 # Times out often in release mode on MIPS. | 499 # Times out often in release mode on MIPS. |
497 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], | 500 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], |
498 'array-splice': [PASS, TIMEOUT], | 501 'array-splice': [PASS, TIMEOUT], |
499 | 502 |
500 # Long running test. | 503 # Long running test. |
(...skipping 19 matching lines...) Expand all Loading... |
520 | 523 |
521 ############################################################################## | 524 ############################################################################## |
522 ['arch == mips', { | 525 ['arch == mips', { |
523 # Flaky with TF. | 526 # Flaky with TF. |
524 'mirror-script': [PASS, NO_VARIANTS], | 527 'mirror-script': [PASS, NO_VARIANTS], |
525 }], # 'arch == mips' | 528 }], # 'arch == mips' |
526 | 529 |
527 ############################################################################## | 530 ############################################################################## |
528 ['arch == mips64el', { | 531 ['arch == mips64el', { |
529 | 532 |
| 533 # Bug in zlib due to 35eb3a0260d349cb4201fed66ff62a438962bd47 |
| 534 'asm/embenchen/zlib': [SKIP], |
| 535 |
530 # Slow tests which times out in debug mode. | 536 # Slow tests which times out in debug mode. |
531 'try': [PASS, ['mode == debug', SKIP]], | 537 'try': [PASS, ['mode == debug', SKIP]], |
532 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 538 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
533 'array-constructor': [PASS, ['mode == debug', SKIP]], | 539 'array-constructor': [PASS, ['mode == debug', SKIP]], |
534 | 540 |
535 # Times out often in release mode on MIPS. | 541 # Times out often in release mode on MIPS. |
536 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], | 542 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], |
537 'array-splice': [PASS, TIMEOUT], | 543 'array-splice': [PASS, TIMEOUT], |
538 | 544 |
539 # Long running test. | 545 # Long running test. |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'regress/regress-2653': [SKIP], | 670 'regress/regress-2653': [SKIP], |
665 }], # 'deopt_fuzzer == True' | 671 }], # 'deopt_fuzzer == True' |
666 | 672 |
667 ############################################################################## | 673 ############################################################################## |
668 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 674 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
669 | 675 |
670 # take too long with the simulator. | 676 # take too long with the simulator. |
671 'regress/regress-1132': [SKIP], | 677 'regress/regress-1132': [SKIP], |
672 }], # 'arch == ppc and simulator_run == True' | 678 }], # 'arch == ppc and simulator_run == True' |
673 ] | 679 ] |
OLD | NEW |