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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 | 568 |
569 # Requires bigger stack size in the Genesis and if stack size is increased, | 569 # Requires bigger stack size in the Genesis and if stack size is increased, |
570 # the test requires too much time to run. However, the problem test covers | 570 # the test requires too much time to run. However, the problem test covers |
571 # should be platform-independent. | 571 # should be platform-independent. |
572 'regress/regress-1132': [SKIP], | 572 'regress/regress-1132': [SKIP], |
573 | 573 |
574 # Currently always deopt on minus zero | 574 # Currently always deopt on minus zero |
575 'math-floor-of-div-minus-zero': [SKIP], | 575 'math-floor-of-div-minus-zero': [SKIP], |
576 }], # 'arch == mips64el' | 576 }], # 'arch == mips64el' |
577 | 577 |
578 ['arch == mips64el and simulator_run == False', { | |
579 # Random failures on HW, need investigation. | |
580 'debug-*': [SKIP], | |
581 }], | |
582 ############################################################################## | 578 ############################################################################## |
583 ['system == windows', { | 579 ['system == windows', { |
584 # TODO(mstarzinger): Too slow with turbo fan. | 580 # TODO(mstarzinger): Too slow with turbo fan. |
585 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 581 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
586 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 582 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
587 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 583 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
588 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], | 584 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], |
589 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 585 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
590 | 586 |
591 # BUG(v8:3435) | 587 # BUG(v8:3435) |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 'regress/regress-2653': [SKIP], | 664 'regress/regress-2653': [SKIP], |
669 }], # 'deopt_fuzzer == True' | 665 }], # 'deopt_fuzzer == True' |
670 | 666 |
671 ############################################################################## | 667 ############################################################################## |
672 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 668 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
673 | 669 |
674 # take too long with the simulator. | 670 # take too long with the simulator. |
675 'regress/regress-1132': [SKIP], | 671 'regress/regress-1132': [SKIP], |
676 }], # 'arch == ppc and simulator_run == True' | 672 }], # 'arch == ppc and simulator_run == True' |
677 ] | 673 ] |
OLD | NEW |